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

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

Re: Possible to alter the "M-x" string that is displayed when M-x is pre


From: Bob Proulx
Subject: Re: Possible to alter the "M-x" string that is displayed when M-x is pressed to enter a command?
Date: Fri, 5 Jul 2013 11:29:04 -0600
User-agent: Mutt/1.5.21 (2010-09-15)

Emanuel Berg wrote:
> Chris Seberino writes:
> > Possible to alter the "M-x" string that is displayed when M-x is
> > pressed to enter a command?
> 
> I don't know, but if you find out, please tell us (me).
> 
> The closest I got was
> 
> (set-face-foreground 'minibuffer-prompt "green")
> 
> but it only applies (which makes sense) to the *face* when you are
> *prompted* for an argument, i.e., it really doesn't have anything
> to do with the M-x string (except that both are displayed in the
> minibuffer).

I always set this:

  (set-face-foreground 'minibuffer-prompt nil)

That displays the prompt in the default face, in my case white.

Bob



reply via email to

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