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: Richard Stallman
Subject: Re: minicolor.el --- place a face on the minibuffer prompt
Date: Tue, 18 Dec 2001 14:17:56 -0700 (MST)

    (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?
Who has a good idea of what the face should look like?



reply via email to

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