1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00

Added "Visual feedback of *Completions* buffer is enhanced.".

This commit is contained in:
Masatake YAMATO 2004-04-11 18:11:37 +00:00
parent 54dffe35a5
commit 8bdbf30dbf

View file

@ -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