diff options
author | Masatake YAMATO <jet@gyve.org> | 2004-04-11 18:11:37 +0000 |
---|---|---|
committer | Masatake YAMATO <jet@gyve.org> | 2004-04-11 18:11:37 +0000 |
commit | 8bdbf30dbff6544072de751bf51f2bb3bffdf0a6 (patch) | |
tree | f2a54434a9afde3b6e84b7f0ad9d058ec3c7b40e /etc | |
parent | 54dffe35a5d575f94d97b55bce830553480c6177 (diff) | |
download | emacs-8bdbf30dbff6544072de751bf51f2bb3bffdf0a6.tar.gz |
Added "Visual feedback of *Completions* buffer is enhanced.".
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1598,6 +1598,14 @@ candidate is a directory. to the text before point. If there is text in the buffer after point, it remains unchanged. +** Visual feedback of *Completions* buffer is enhanced. +Faces are put on the common prefix substrings and the first uncommon +charachters of each completion candidate in the *Completions* buffer. +`completion-de-emphasis' is put on the common prefix substrings as the +face; and `completion-emphasis' is put on the first uncommon +charachters. By default `completion-de-emphasis' is inherited from +`default' face. `completion-emphasis' is inherited from `bold' face. + +++ ** New user option `inhibit-startup-buffer-menu'. When loading many files, for instance with `emacs *', Emacs normally |