Gnus development mailing list
 help / color / mirror / Atom feed
From: Stainless Steel Rat <ratinox@ccs.neu.edu>
Subject: Re: custom.el: buffer-substring-no-properties & XEmacs 19.13
Date: 20 Mar 1996 12:59:04 -0500	[thread overview]
Message-ID: <srg2b3mys7.fsf@delphi.ccs.neu.edu> (raw)
In-Reply-To: amorsen@daimi.aau.dk's message of 20 Mar 1996 16:44:51 +0100

-----BEGIN PGP SIGNED MESSAGE-----

This should fix those string property bugaboos.

(if (and
     (string-match "Gnus v5.0$" gnus-version)
     (string-match "19.13 XEmacs Lucid" emacs-version))
    (defadvice set-text-properties (around ignore-strings activate)
      "Ignore strings."
      (or (stringp (ad-get-arg 3))
	  ad-do-it)))

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3
Charset: noconv

iQCVAwUBMVBHaZ6VRH7BJMxHAQF7YwP+MPeET7Hxfi81jh7HYFdmG1OQCDPZxTUi
poMUAfyK/Fq9889a5zKcFgnuSuB95UMdF3O6a4BKGVP7fwBCcvarxLgVGq2T5TZU
IJ0Q8gi3E6BfzGa37Gq1KYVPSyjE7wJCUDTjnIFEZ8wLF/AfemzHk+L7mJQkzbcc
btWK4b1HJiM=
=Ptm5
-----END PGP SIGNATURE-----
-- 
Rat <ratinox@ccs.neu.edu>          \ Happy Fun Ball contains a liquid core,
PGP Public Key: Ask for one today!  \ which, if exposed due to rupture, should
http://www.ccs.neu.edu/home/ratinox/ \ not be touched, inhaled, or looked at.


      reply	other threads:[~1996-03-20 17:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-03-20 15:44 Benny Amorsen
1996-03-20 17:59 ` Stainless Steel Rat [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=srg2b3mys7.fsf@delphi.ccs.neu.edu \
    --to=ratinox@ccs.neu.edu \
    /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).