[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Elisp: How to set multiple text properties.
From: |
Neil Baylis |
Subject: |
Re: Elisp: How to set multiple text properties. |
Date: |
Sat, 15 Jan 2011 08:19:40 -0800 (PST) |
User-agent: |
G2/1.0 |
On Jan 14, 2:49 pm, Stefan Monnier <monn...@iro.umontreal.ca> wrote:
> > I think I'm missing something obvious. What's the correct way to set
> > multiple properties on text from within an elisp function?
>
> The `face' text-property can be a list of faces rather than
> a single face.
>
> Stefan
OK, cool. That lets me specify bold and italic at the same time. Is
there a way to use the 'face property to specify colors?
Neil