From: Jesper Harder <harder@myrealbox.com>
Subject: Re: Why can't I (message (propertize "hello" ...)) ?
Date: Wed, 18 Dec 2002 23:49:41 +0100 [thread overview]
Message-ID: <m3r8cf9c3e.fsf@defun.localdomain> (raw)
In-Reply-To: 9c13f318.0212181346.57d66546@posting.google.com
functorx@yahoo.com (Tom) writes:
> FYI, the code I'm trying is:
>
> (defun x () "" (interactive)
> (message (propertize "hello" 'face 'blue)))
>
> .. which displays the message hello, but without any properties. I've
> also tried imperatively updating the string with add-text-properties,
> which also doesn't work.
Note that there's no predefined face with the name `blue'. What you
want is something like this:
(message (propertize "hello" 'face '(foreground-color . "blue")))
prev parent reply other threads:[~2002-12-18 22:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-18 21:46 Why can't I (message (propertize "hello" ...)) ? Tom
2002-12-18 22:34 ` John Paul Wallington
2002-12-18 22:49 ` Jesper Harder [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3r8cf9c3e.fsf@defun.localdomain \
--to=harder@myrealbox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).