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

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

Re: Face for questions in echo area


From: Pascal J. Bourguignon
Subject: Re: Face for questions in echo area
Date: Wed, 08 Dec 2010 15:20:11 -0000
User-agent: Gnus/5.101 (Gnus v5.10.10) Emacs/23.2 (gnu/linux)

Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> writes:

> Hello,
>
> Some time ago, on Windows (maybe that's a diff inserted by EmacsW32?), I had
> the questions appearing in the echo area in color (orange). That made them
> stand up over the rest, and was a good thing on big screens (where we
> sometimes don't easily see questions appearing in the bottom).
>
> Though, I don't find how to setup such a thing in my Emacs 23 on Ubuntu 10.04.
> Any hint?

(read-from-minibuffer "Question? ") C-x C-e C-b C-b C-b M-x customize-face RET
doesn't give a specific face.

(read-from-minibuffer "Question? ") C-x C-e C-b C-b C-b M-: (face-at-point) RET
indicates it's the default face that's used.

Therefore you could advice read-from-minibuffer to temporarily modify
the default face and set it to orange, and reset it when done (use 
unwind-protect).

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


reply via email to

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