diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-03-19 04:13:46 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-03-19 04:13:46 +0000 |
commit | d0f10d8f9f19c9db73d905ad8426c289b7d8c280 (patch) | |
tree | 05664f28220f7db8de6ccb90a0417c60c64acd8c /etc | |
parent | 785fc616095fb112a1df88e79bcfa0d8554a7f68 (diff) | |
download | emacs-d0f10d8f9f19c9db73d905ad8426c289b7d8c280.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -122,12 +122,18 @@ was mistakenly scrolled on compiles after the first. Customize `compilation-scroll-output' if you want to retain the scrolling. ** `font-lock-comment-face' no longer differs from the default on -displays with fewer than 16 colors (e.g. older xterms and the Linux console). -On such displays, only the comment delimiters will appear to be fontified -(in the new face `font-lock-comment-delimiter-face'). To restore the -old appearance, customize `font-lock-comment-face', or use a newer terminal -emulator that supports more colors (256 is now common). (This was new -in Emacs 22.1, but was not described.) +displays with fewer than 16 colors and dark background (e.g. older +xterms and the Linux console). On such displays, only the comment +delimiters will appear to be fontified (in the new face +`font-lock-comment-delimiter-face'). To restore the old appearance, +customize `font-lock-comment-face'. Another alternative is to use a +newer terminal emulator that supports more colors (256 is now common). +For example, for xterm compatible emulators that support 256 colors, +you can run emacs like this: +env TERM=xterm-256color emacs -nw +(This was new in Emacs 22.1, but was not described. In Emacs 22.1 +this also happened for terminals with a light background, that is not +the case anymore). * New Modes and Packages in Emacs 22.2 |