comparison etc/NEWS @ 66176:cb6cf0328e4d

Write about the 2nd optional argument of `display-completion-list'.
author Masatake YAMATO <jet@gyve.org>
date Tue, 18 Oct 2005 04:14:36 +0000
parents f284148b3d3f
children 34cdb895f63b
comparison
equal deleted inserted replaced
66175:db4304733361 66176:cb6cf0328e4d
670 `completions-common-part' inherits from `default', and 670 `completions-common-part' inherits from `default', and
671 `completions-first-difference' inherits from `bold'. The idea of 671 `completions-first-difference' inherits from `bold'. The idea of
672 `completions-common-part' is that you can use it to make the common 672 `completions-common-part' is that you can use it to make the common
673 parts less visible than normal, so that the rest of the differing 673 parts less visible than normal, so that the rest of the differing
674 parts is, by contrast, slightly highlighted. 674 parts is, by contrast, slightly highlighted.
675
676 Above fontification is always done when listing completions is
677 triggered at minibuffer. If you want to fontify completions whose
678 listing is triggered at the other normal buffer, you have to pass
679 the common prefix of completions to `display-completion-list' as
680 its second argument.
675 681
676 +++ 682 +++
677 *** File-name completion can now ignore specified directories. 683 *** File-name completion can now ignore specified directories.
678 If an element of the list in `completion-ignored-extensions' ends in a 684 If an element of the list in `completion-ignored-extensions' ends in a
679 slash `/', it indicates a subdirectory that should be ignored when 685 slash `/', it indicates a subdirectory that should be ignored when