emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emphasize the character to be typed next in *Completions*


From: Masatake YAMATO
Subject: Re: Emphasize the character to be typed next in *Completions*
Date: Fri, 26 Mar 2004 01:03:57 +0900 (JST)

Thank you for many suggestions.
I installed the patch with following new faces:

(defface completion-emphasis 
  '((t (:inherit bold)))
  "Face put on the first uncommon character in completions in *Completions* 
buffer."
  :group 'completion)

(defface completion-de-emphasis 
  '((t (:inherit default)))
  "Face put on the common prefix substring in completions in *Completions* 
buffer."
  :group 'completion)

If you hit on better face names, let me know.
Masatake YAMATO




reply via email to

[Prev in Thread] Current Thread [Next in Thread]