From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pawel Newsgroups: gmane.emacs.help Subject: newbie: font colors in minibuffer Date: Tue, 12 Jun 2007 14:25:59 +0200 Message-ID: <18030.37079.467414.183962@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181655951 8232 80.91.229.12 (12 Jun 2007 13:45:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2007 13:45:51 +0000 (UTC) To: emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 12 15:45:49 2007 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 1Hy6gv-0004i2-6d for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jun 2007 15:45:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hy6gu-00055S-PJ for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jun 2007 09:45:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hy5Os-0003gU-R3 for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 08:23:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hy5On-0003fD-JQ for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 08:23:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hy5On-0003fA-EK for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 08:23:01 -0400 Original-Received: from cg-01.tenbit.pl ([213.180.131.136] helo=tenbit.pl) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hy5Ol-0000Yc-Hf for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 08:23:00 -0400 Original-Received: from [157.25.157.162] (account paulino90 HELO localhost.localdomain) by tenbit.pl (CommuniGate Pro SMTP 4.1.8) with ESMTP id 53910697 for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 14:22:23 +0200 X-MAILER: KMail/1.7.1 X-detected-kernel: Solaris 8 (1) X-Mailman-Approved-At: Tue, 12 Jun 2007 09:41:56 -0400 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:44932 Archived-At: Hallo group members. following function displays message in MINIBUFFER: (defun pppp () "hallo" (interactive) (message "hallo from minibuffer")) Can You tell me what topic should I read to know how to change the color of "from" word. Regards, Pawel