Gnus development mailing list
 help / color / mirror / Atom feed
From: Per Abrahamsen <abraham@dina.kvl.dk>
Subject: Re: How *not* to highlight
Date: 09 Oct 1996 00:23:05 +0200	[thread overview]
Message-ID: <rjenj9ksdy.fsf@kolmogorov.dina.kvl.dk> (raw)
In-Reply-To: Juliusz Chroboczek's message of 08 Oct 1996 20:51:47 +0100


You could use overlays instead of text properties.  That way, you
could have both highlighting and native characters simultaneously.  

It would probably be cleaner to do it the other way around, change
Gnus to use overlays for highlighting.  

You'd need some kind of emulation library, as Emacs and XEmacs use
different APIs for overlayes.  XEmacs use a more general and powerful
abstraction called `extents'.  It looks like it would be simple to
build the overlay API on top of the extent API, but I haven't tried.
The other way around would be impossible.

No Emacs vs. XEmacs flames, please!


  reply	other threads:[~1996-10-08 22:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-10-08 19:51 Juliusz Chroboczek
1996-10-08 22:23 ` Per Abrahamsen [this message]
1996-10-09 18:14   ` Juliusz Chroboczek
1996-10-10 22:30 ` Lars Magne Ingebrigtsen

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=rjenj9ksdy.fsf@kolmogorov.dina.kvl.dk \
    --to=abraham@dina.kvl.dk \
    /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).