diff options
| author | Gerd Moellmann | 2000-03-14 17:02:06 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-14 17:02:06 +0000 |
| commit | 7233c5bd2bd380f31a2e839b090533e43f17c3f7 (patch) | |
| tree | d230a8879d5a353ad767628d9fa8fbb00e7b2c09 | |
| parent | 34e23e5a04aa3c16fcdfedcb60099410b5e62ba3 (diff) | |
| download | emacs-7233c5bd2bd380f31a2e839b090533e43f17c3f7.tar.gz emacs-7233c5bd2bd380f31a2e839b090533e43f17c3f7.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -10,6 +10,14 @@ For older news, see the file ONEWS. | |||
| 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 | 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 | ||
| 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, |