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, 25 Jun 2019 22:43:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Juri Linkov <juri@linkov.net> writes:

>>> 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))
>>
>> So I don't think this is something that we want; closing the bug report.
>
> For consistency with isearch messages that are highlighted with the
> minibuffer-prompt face, minibuffer-message needs to do the same.

[...]

> +    (setq message (apply #'propertize message minibuffer-message-properties))

But this will overwrite the face properties the caller has set, right?

-- 
(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]