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: Juri Linkov
Subject: bug#21112: 25; Patch: show minibuffer messages with a face
Date: Thu, 27 Jun 2019 23:28:52 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)

>> This patch checks for existing face properties to not overwrite them:
>
> I'm not really convinced that there should be any face properties on the
> minibuffer messages at all, though.  :-)

Without highlighting of minibuffer messages there is a danger that the
message will remain unnoticed, especially in the multiline minibuffer.

So minibuffer messages need to be highlighted for the same reason
why the minibuffer prompt is already highlighted:

1. to designate non-editable read-only parts of the minibuffer;

2. to help the users to turn attention to the active part
   of the minibuffer.

Thus all informational text in the minibuffer should be highlighted
consistently in one color to help not to miss important message.

Isn't it so already that elsewhere in Emacs font-lock is used
to highlight more important parts of the buffer?

PS: I already added configurability in the previous patch,
so now we are discussing the default value.





reply via email to

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