all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* priority of overlays vs text-properties
@ 2002-09-05 14:42 Klaus Berndl
  2002-09-05 14:57 ` lawrence mitchell
  2002-09-05 15:19 ` Ehud Karni
  0 siblings, 2 replies; 3+ messages in thread
From: Klaus Berndl @ 2002-09-05 14:42 UTC (permalink / raw)



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?

many thanks in advance!
Klaus

-- 
Klaus Berndl			mailto: klaus.berndl@sdm.de
sd&m AG				http://www.sdm.de
software design & management	
Thomas-Dehler-Str. 27, 81737 München, Germany
Tel +49 89 63812-392, Fax -220

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: priority of overlays vs text-properties
  2002-09-05 14:42 priority of overlays vs text-properties Klaus Berndl
@ 2002-09-05 14:57 ` lawrence mitchell
  2002-09-05 15:19 ` Ehud Karni
  1 sibling, 0 replies; 3+ messages in thread
From: lawrence mitchell @ 2002-09-05 14:57 UTC (permalink / raw)


Klaus Berndl 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?

/----[ Elisp manual (Info-goto-node "(elisp)Overlay Properties") ]
|      Currently, all overlays take priority over text properties.
\----

So it seems the text would be green.

-- 
lawrence mitchell <wence@gmx.li>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: priority of overlays vs text-properties
  2002-09-05 14:42 priority of overlays vs text-properties Klaus Berndl
  2002-09-05 14:57 ` lawrence mitchell
@ 2002-09-05 15:19 ` Ehud Karni
  1 sibling, 0 replies; 3+ messages in thread
From: Ehud Karni @ 2002-09-05 15:19 UTC (permalink / raw)
  Cc: help-gnu-emacs

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-09-05 15:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-05 14:42 priority of overlays vs text-properties Klaus Berndl
2002-09-05 14:57 ` lawrence mitchell
2002-09-05 15:19 ` Ehud Karni

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.