help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: priority of overlays vs text-properties


From: Ehud Karni
Subject: Re: priority of overlays vs text-properties
Date: Thu, 5 Sep 2002 18:19:15 +0300

On 05 Sep 2002 16:42:02 +0200, Klaus Berndl <Klaus.Berndl@raibau.raiffeisen.at> 
wrote:
> 
> Suppose i add a face with color "red" to a text "XXX" in current buffer.
> Then i define an overlay and add a face-property to this overlay which has
> color "green". This overlay should cover the whole buffer (maybe senseless but
> it's just an example)!
> 
> Ok, now my question: Is the text "XXX" (which has "red"-text-properties, see
> above) displayed now green or red?

It will surly appear in green color (I use this all the time).

If you have more than 1 face-property overlay on the same text then
the face that is shown depends on the priority of the overlay, the
higher priority (larger number) will be shown.   Use:
       (overlay-put <overlay-name> 'priority <priority-value>)
to set the overlay priority.

Ehud.


-- 
 Ehud Karni           Tel: +972-3-7966-561  /"\
 Mivtach - Simon      Fax: +972-3-7966-667  \ /  ASCII Ribbon Campaign
 Insurance agencies   (USA) voice mail and   X   Against   HTML   Mail
 http://www.mvs.co.il  FAX:  1-815-5509341  / \
 mailto:ehud@unix.mvs.co.il                  Better  Safe  Than  Sorry




reply via email to

[Prev in Thread] Current Thread [Next in Thread]