all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* text color in echo area in emacs 22.1
@ 2007-07-02 17:33 ram
  2007-07-02 19:32 ` Johan Bockgård
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ram @ 2007-07-02 17:33 UTC (permalink / raw)
  To: help-gnu-emacs

I am new to emacs 22.1, and it is showing the text in echo area in a
green color. For example if I type C-x C-f, it shows "find file" in
green color. I want this text in windows default color. The main
window is working ok, after I turned off font-lock, by executing
(global-font-lock-mode nil).
Is there a variable I should set to accomplish this?

--TIA

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: text color in echo area in emacs 22.1
  2007-07-02 17:33 text color in echo area in emacs 22.1 ram
@ 2007-07-02 19:32 ` Johan Bockgård
  2007-07-03 10:01 ` Leo
  2007-07-03 10:03 ` Peter Dyballa
  2 siblings, 0 replies; 4+ messages in thread
From: Johan Bockgård @ 2007-07-02 19:32 UTC (permalink / raw)
  To: help-gnu-emacs

ram <kgramakrishnan@hotmail.com> writes:

> I am new to emacs 22.1, and it is showing the text in echo area in a
> green color. For example if I type C-x C-f, it shows "find file" in
> green color. I want this text in windows default color. The main
> window is working ok, after I turned off font-lock, by executing
> (global-font-lock-mode nil).

`nil' means to _toggle_ Font-Lock mode (in Emacs<22 the effect is to
turn on Font-Lock). It's better to use (global-font-lock-mode 0).

> Is there a variable I should set to accomplish this?

There is a face `minibuffer-prompt' as well as a variable
`minibuffer-prompt-properties'. You can change any of these.

(`C-u C-x =' displays information about the face at the current
position.)

-- 
Johan Bockgård

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: text color in echo area in emacs 22.1
  2007-07-02 17:33 text color in echo area in emacs 22.1 ram
  2007-07-02 19:32 ` Johan Bockgård
@ 2007-07-03 10:01 ` Leo
  2007-07-03 10:03 ` Peter Dyballa
  2 siblings, 0 replies; 4+ messages in thread
From: Leo @ 2007-07-03 10:01 UTC (permalink / raw)
  To: help-gnu-emacs

On 02/07/2007, ram wrote:
> I am new to emacs 22.1, and it is showing the text in echo area in a
> green color. For example if I type C-x C-f, it shows "find file" in
> green color. I want this text in windows default color. The main
> window is working ok, after I turned off font-lock, by executing
> (global-font-lock-mode nil).
> Is there a variable I should set to accomplish this?
>
> --TIA

M-x customize-face RET minibuffer-prompt RET

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: text color in echo area in emacs 22.1
  2007-07-02 17:33 text color in echo area in emacs 22.1 ram
  2007-07-02 19:32 ` Johan Bockgård
  2007-07-03 10:01 ` Leo
@ 2007-07-03 10:03 ` Peter Dyballa
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Dyballa @ 2007-07-03 10:03 UTC (permalink / raw)
  To: ram; +Cc: help-gnu-emacs


Am 02.07.2007 um 19:33 schrieb ram:

> I am new to emacs 22.1, and it is showing the text in echo area in a
> green color.

I have in my customisations section of ~/.emacs:

	'(minibuffer-prompt ((t (:background "yellow" :foreground "dark  
red" :weight bold))))

--
Greetings

   Pete

Bigamy is having one wife too many. Monogamy is the same.     — Oscar  
Wilde

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-07-03 10:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-02 17:33 text color in echo area in emacs 22.1 ram
2007-07-02 19:32 ` Johan Bockgård
2007-07-03 10:01 ` Leo
2007-07-03 10:03 ` Peter Dyballa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.