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 17:50:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

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

So I don't think this is something that we want; closing the bug report.

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