emacs-devel
[Top][All Lists]
Advanced

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

Re: minicolor.el --- place a face on the minibuffer prompt


From: Kim F. Storm
Subject: Re: minicolor.el --- place a face on the minibuffer prompt
Date: 18 Dec 2001 22:47:36 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Richard Stallman <address@hidden> writes:

>     (defface minibuffer-face '((t (:bold t :foreground "yellow")))
>       "Face used to color the minibuffer.")
> 
>     ;;The default minibuffer-prompt-properties should look something like 
> this.
>     ;;(setq minibuffer-prompt-properties '(read-only t point-entered 
> minibuffer-avoid-prompt))
> 
>     (setq minibuffer-prompt-properties (append minibuffer-prompt-properties
>                                              (list 'face 'minibuffer-face)))
> 
> Do people think we should install this feature?

IMO Yes, but the proper name for the face would be
minibuffer-prompt-face.

> Who has a good idea of what the face should look like?

It should just use the *bold* version of the default font.
No specific color should be specified for the face.




reply via email to

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