Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: attachment problems found but not fixed
Date: Tue, 24 Feb 2004 10:18:14 +0900	[thread overview]
Message-ID: <b9yfzd1tgvd.fsf@jpl.org> (raw)
In-Reply-To: <b9y1xolidfo.fsf@jpl.org>

>>>>> In <b9y1xolidfo.fsf@jpl.org> Katsumi Yamaoka wrote:

> 3) forward-sexp should be replaced with re-search.

Sorry, please ignore it.  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))))
 => ""

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?
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



  reply	other threads:[~2004-02-24  1:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-23 19:14 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 [this message]
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       ` mml-read-tag broken in XEmacs 21.5 (was: attachment problems found but not fixed) Reiner Steib
2004-02-23 23:31   ` attachment problems found but not fixed 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=b9yfzd1tgvd.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).