Mercurial > emacs
changeset 27995:82c488f26a07
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 05 Mar 2000 10:44:01 +0000 |
parents | 0ef07a7894e2 |
children | 3e54f8125fcd |
files | etc/NEWS src/ChangeLog |
diffstat | 2 files changed, 15 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sun Mar 05 10:40:43 2000 +0000 +++ b/etc/NEWS Sun Mar 05 10:44:01 2000 +0000 @@ -12,8 +12,9 @@ *** The X resource `visualClass, class `VisualClass', specifies the visual Emacs should use. The resource's value should be a string of -the form CLASS-DEPTH, where CLASS is the name of the visual class, and -depth is its color depth. Valid visual class names are +the form `CLASS-DEPTH', where CLASS is the name of the visual class, +and DEPTH is the requested color depth as a decimal number. Valid +visual class names are TrueColor PseudoColor @@ -26,15 +27,24 @@ `pseudocolor', `Pseudocolor' and `PseudoColor' all have the same meaning. -The program `xdpyinfo' can used to list the visual classes supported -on your display, and which depths they have. If `visualClass' is not -specified, Emacs uses the display's default visual. +The program `xdpyinfo' can be used to list the visual classes +supported on your display, and which depths they have. If +`visualClass' is not specified, Emacs uses the display's default +visual. + +Example: + + emacs.visualClass: TrueColor-8 *** The X resource `privateColormap', class `PrivateColormap', specifies that Emacs should use a private colormap if it is using the default visual, and that visual is of class PseudoColor. Recognized resource values are `true' or `on'. +Example: + + emacs.privateColormap: true + ** `movemail' defaults to supporting POP. You can turn this off using the --without-pop configure option, should that be necessary.