bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#21112: 25; Patch: show minibuffer messages with a face


From: Lars Ingebrigtsen
Subject: bug#21112: 25; Patch: show minibuffer messages with a face
Date: Tue, 23 Feb 2016 20:34:24 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Raffaele Ricciardi <rfflrccrd@gmail.com> writes:

> Dear GNU Emacs maintainers,
>
> this patch against the Git repository makes the minibuffer messages
> appear with the same face as the minibuffer prompt, to make them more
> visually distinguished from user input.

[...]

>      (when args (setq message (apply 'format message args)))
> +    (setq message (propertize message 'face 'minibuffer-prompt))

I think it might be a good idea to use a different face for these
temporary messages, but you can currently do this:

(minibuffer-message (propertize "Foo" 'face 'bold))

And overwriting the specified face isn't a good idea.  But perhaps it
could apply a default face to the string if no face has already been
set?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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