Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: Faces of the wrong order
Date: Sat, 02 Jul 2005 01:05:48 +0900	[thread overview]
Message-ID: <yotlvf3u7bqb.fsf@jpl.org> (raw)
In-Reply-To: <muxacl6vbml.fsf@uzeb.lrde.epita.fr>

>>>>> In <muxacl6vbml.fsf@uzeb.lrde.epita.fr>
>>>>>	Didier Verna <didier@lrde.epita.fr> wrote:

> Out of curiosity, what's that difference between GNU Emacs and XEmacs ?

Emacs uses an non-zero length string per Face (each string has a
text property which displays a Face).  Two or more faces are
displayed in order of those strings.

OTOH, XEmacs uses extents; any number of extents can be put on
the same place.  The display order of them depends on the extent
type (begin-glyph or end-glyph) and the order of which they are
placed.

The true cause of that problem was that the places where strings
are put in the buffer was wrong in Emacs.  So, your fix was quite
right but a real bug was actualized again in Emacs.



      reply	other threads:[~2005-07-01 16:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1DneB5-0007RY-00@quimby.gnus.org>
2005-06-29 17:37 ` Changes committed gnus/lisp (ChangeLog gnus-art.el) Romain Francoise
2005-06-29 23:25   ` Didier Verna
2005-06-30  5:37     ` Romain Francoise
2005-06-29 23:17 ` Faces of the wrong order (was Re: Changes committed gnus/lisp (ChangeLog gnus-art.el)) Katsumi Yamaoka
2005-06-29 23:40   ` Faces of the wrong order Didier Verna
2005-06-29 23:59     ` Katsumi Yamaoka
2005-06-30  3:18       ` Katsumi Yamaoka
2005-06-30 14:15         ` Adam Sjøgren
2005-07-01 14:34   ` Didier Verna
2005-07-01 16:05     ` Katsumi Yamaoka [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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yotlvf3u7bqb.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /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 NNTP newsgroup(s).