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 16:19:16 +0200 Message-ID: <18030.43876.454632.969865@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 1181657786 15491 80.91.229.12 (12 Jun 2007 14:16:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2007 14:16:26 +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 16:16:25 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 1Hy7AW-0003df-Dx for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jun 2007 16:16:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hy7AV-0001mM-Nk for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jun 2007 10:16:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hy7A6-0001hJ-E2 for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 10:15:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hy7A3-0001gV-Sg for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 10:15:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hy7A3-0001gQ-Jv for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 10:15:55 -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 1Hy7A3-0001Ql-8p for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 10:15:55 -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 53929974 for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 16:15:40 +0200 X-MAILER: KMail/1.7.1 X-detected-kernel: Solaris 8 (1) 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:44934 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