Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de>
Cc: XEmacs Beta <xemacs-beta@xemacs.org>
Subject: mml-read-tag broken in XEmacs 21.5 (was: attachment problems found but not fixed)
Date: Tue, 24 Feb 2004 16:16:53 +0100	[thread overview]
Message-ID: <v9brnotsm2.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <b9yfzd1tgvd.fsf@jpl.org>

[ Cc-ing xemacs-beta ...

`mml-read-tag' as used in Gnus at least since 5.8.8 stopped working in
XEmacs 21.5.

See <URL:http://thread.gmane.org/sdd685fw0w.fsf@wes.hardakers.net> for
the complete thread. ]

On Tue, Feb 24 2004, Katsumi Yamaoka wrote:

>>>>>> In <b9y1xolidfo.fsf@jpl.org> Katsumi Yamaoka wrote:
[...]
> That seems a syntax-table bug in XEmacs 21.5:
>
> (with-temp-buffer
>   (require 'mml)
>   (insert "disposition=attachment")
>   (goto-char (point-min))
>   (with-syntax-table mml-syntax-table
>     (forward-sexp 1)
>     (buffer-substring (point) (point-max))))
>  => ""

In XEmacs 21.4.12, I get "=attachment".

> The with-syntax-table macro makes a copy of mml-syntax-table
> but it doesn't seem to copy modified syntax entries.  So, the
> problem can be fixed by using the Emacs version of the
> with-syntax-table macro which doesn't use copy-syntax-table.
> Should we do so in dgnushack.el?
[...]
> It also means that the Gnus XEmacs package built with XEmacs 21.4
> cannot be used with 21.5.  So, If there is a better way, this should
> be replaced by it.

Shouldn't this be fixed in XEmacs 21.5 instead?  If the change in
XEmacs 21.5 was intended, it might break other lisp packages too.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/



  parent reply	other threads:[~2004-02-24 15:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-23 19:14 attachment problems found but not fixed Wes Hardaker
2004-02-23 22:34 ` Reiner Steib
2004-02-23 23:25   ` Wes Hardaker
2004-02-23 23:27   ` Katsumi Yamaoka
2004-02-24  1:18     ` Katsumi Yamaoka
2004-02-24  9:13       ` Katsumi Yamaoka
2004-02-25  1:21         ` Wes Hardaker
2004-02-25  1:31           ` Katsumi Yamaoka
2004-02-24 15:16       ` Reiner Steib [this message]
2004-02-23 23:31   ` Wes Hardaker

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=v9brnotsm2.fsf@marauder.physik.uni-ulm.de \
    --to=4.uce.03.r.s@nurfuerspam.de \
    --cc=reiner.steib@gmx.de \
    --cc=xemacs-beta@xemacs.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).