From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.help Subject: Re: text color in echo area in emacs 22.1 Date: Mon, 02 Jul 2007 21:32:40 +0200 Organization: Chalmers University of Technology, Sweden Message-ID: References: <1183397601.362000.57790@m36g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1183405350 25947 80.91.229.12 (2 Jul 2007 19:42:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Jul 2007 19:42:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 02 21:42:29 2007 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I5Rn3-0000nF-Gd for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Jul 2007 21:42:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5Rn3-0006j0-7A for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Jul 2007 15:42:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!goblin1!goblin2!goblin.stu.neva.ru!news.net.uni-c.dk!newsfeed.sunet.se!news01.sunet.se!129.16.222.141.MISMATCH!gide.ita.chalmers.se!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: remote5.student.chalmers.se Original-X-Trace: gide.ita.chalmers.se 1183404760 11760 129.16.29.83 (2 Jul 2007 19:32:40 GMT) Original-X-Complaints-To: usenet@gide.ita.chalmers.se Original-NNTP-Posting-Date: Mon, 2 Jul 2007 19:32:40 +0000 (UTC) Mail-Copies-To: never User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:dWj8oGjwRuDhsAmvBb0AbZnS8Cs= Original-Xref: shelby.stanford.edu gnu.emacs.help:149844 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45431 Archived-At: ram 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