Mercurial > emacs
comparison etc/NEWS @ 28140:343d3197bdea
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 14 Mar 2000 17:02:06 +0000 |
parents | 2a26c31d59c5 |
children | fd72698178e7 |
comparison
equal
deleted
inserted
replaced
28139:fb1a89235280 | 28140:343d3197bdea |
---|---|
7 | 7 |
8 | 8 |
9 * Installation Changes in Emacs 21.1 | 9 * Installation Changes in Emacs 21.1 |
10 | 10 |
11 ** There are two new resources for colormap handling under X. | 11 ** There are two new resources for colormap handling under X. |
12 | |
13 *** The X resource `synchronous', class `Synchronous', specifies | |
14 whether Emacs should run in synchronous mode. Synchronous mode | |
15 is useful for debugging X problems. | |
16 | |
17 Example: | |
18 | |
19 emacs.synchronous: true | |
12 | 20 |
13 *** The X resource `visualClass, class `VisualClass', specifies the | 21 *** The X resource `visualClass, class `VisualClass', specifies the |
14 visual Emacs should use. The resource's value should be a string of | 22 visual Emacs should use. The resource's value should be a string of |
15 the form `CLASS-DEPTH', where CLASS is the name of the visual class, | 23 the form `CLASS-DEPTH', where CLASS is the name of the visual class, |
16 and DEPTH is the requested color depth as a decimal number. Valid | 24 and DEPTH is the requested color depth as a decimal number. Valid |