comparison etc/NEWS @ 54910:2ac3325ab7ec

(completions-common-part): Rename from completion-de-emphasis. (completions-first-difference): Rename from completion-emphasis. Suggested by RMS.
author Masatake YAMATO <jet@gyve.org>
date Fri, 16 Apr 2004 08:57:51 +0000
parents 429f2746c125
children ea5155e2fbe2
comparison
equal deleted inserted replaced
54909:2a24736eb420 54910:2ac3325ab7ec
1602 +++ 1602 +++
1603 ** The completion commands TAB, SPC and ? in the minibuffer apply only 1603 ** The completion commands TAB, SPC and ? in the minibuffer apply only
1604 to the text before point. If there is text in the buffer after point, 1604 to the text before point. If there is text in the buffer after point,
1605 it remains unchanged. 1605 it remains unchanged.
1606 1606
1607 ** Visual feedback of *Completions* buffer is enhanced. 1607 ** Enhanced visual feedback in *Completions* buffer.
1608 Faces are put on the common prefix substrings and the first uncommon 1608
1609 charachters of each completion candidate in the *Completions* buffer. 1609 Completions lists use faces to highlight what all completions
1610 `completion-de-emphasis' is put on the common prefix substrings as the 1610 have in common and where they begin to differ.
1611 face; and `completion-emphasis' is put on the first uncommon 1611
1612 charachters. By default `completion-de-emphasis' is inherited from 1612 The common prefix shared by all possible completions uses the face
1613 `default' face. `completion-emphasis' is inherited from `bold' face. 1613 `completions-common-part', while the first character that isn't the
1614 same uses the face `completions-first-difference'. By default,
1615 `completions-common-part' inherits from `default', and
1616 `completions-first-difference' inherits from `bold'. The idea of
1617 `completions-common-part' is that you can use it to make the common
1618 parts less visible than normal, so that the rest of the differing
1619 parts is, by contrast, slightly highlighted.
1614 1620
1615 +++ 1621 +++
1616 ** New user option `inhibit-startup-buffer-menu'. 1622 ** New user option `inhibit-startup-buffer-menu'.
1617 When loading many files, for instance with `emacs *', Emacs normally 1623 When loading many files, for instance with `emacs *', Emacs normally
1618 displays a buffer menu. This option turns the buffer menu off. 1624 displays a buffer menu. This option turns the buffer menu off.