From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: jpw@shootybangbang.com (John Paul Wallington) Newsgroups: gmane.emacs.help Subject: Re: Why can't I (message (propertize "hello" ...)) ? Date: Wed, 18 Dec 2002 22:34:18 +0000 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <9c13f318.0212181346.57d66546@posting.google.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1040250999 31394 80.91.224.249 (18 Dec 2002 22:36:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 18 Dec 2002 22:36:39 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Omnt-0008A5-00 for ; Wed, 18 Dec 2002 23:36:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Ommy-0005tb-09 for gnu-help-gnu-emacs@m.gmane.org; Wed, 18 Dec 2002 17:35:40 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!fu-berlin.de!uni-berlin.de!host217-42-235-228.range217-42.btcentralplus.COM!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: host217-42-235-228.range217-42.btcentralplus.com (217.42.235.228) Original-X-Trace: fu-berlin.de 1040250894 2016879 217.42.235.228 (16 [170119]) X-Orig-Path: bundalo.shootybangbang.com!news X-Attribution: jpw X-Face: R(_z-rF:grdKO.*u`n); p.i $Eiz=h^CO5eDYv"4:K@#\HN09*Ykx}}B{kF/KH}%f_o^Wp > (defun x () "" (interactive) > (message (propertize "hello" 'face 'blue))) > > .. which displays the message hello, but without any properties. Is there a `blue' face? You can do M-x list-faces-display to see which faces are defined. -- John Paul Wallington