all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Overlay priority description in the Lisp manual.
@ 2003-08-26 23:41 Luc Teirlinck
  0 siblings, 0 replies; only message in thread
From: Luc Teirlinck @ 2003-08-26 23:41 UTC (permalink / raw)


>From emacs/lispref/display.texi:

    @table @code
    @item priority
    @kindex priority @r{(overlay property)}
    This property's value (which should be a nonnegative number) determines
    the priority of the overlay.  The priority matters when two or more
    overlays cover the same character and both specify a face for display;
    the one whose @code{priority} value is larger takes priority over the
    other, and its face attributes override the face attributes of the lower
    priority overlay.

    Currently, all overlays take priority over text properties.  Please
    avoid using negative priority values, as we have not yet decided just
    what they should mean.

I only have problems with the first paragraph, the second is included
for context.

First problem: `number' is consistently used elsewhere in the Elisp
manual to mean `integer or floating point'.  Thus the above suggests
that floating point values will work, whereas they are ignored.

Second problem: The above text clearly suggest that the priority
_only_ matters for the `face' property, whereas it matters for _all_
properties.

Third problem: It is not clear what the default is if no priority is
specified.

I suggest the following replacement and could commit it, if desired:

    @table @code
    @item priority
    @kindex priority @r{(overlay property)}
    This property's value (which should be a nonnegative integer)
    determines the priority of the overlay.  The priority matters when two
    or more overlays cover the same character and specify a different
    value for a property.  The default priority is 0.

    Currently, all overlays take priority over text properties.  Please
    avoid using negative priority values, as we have not yet decided just
    what they should mean.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-26 23:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-26 23:41 Overlay priority description in the Lisp manual Luc Teirlinck

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.