Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: xemacs-beta@xemacs.org, ding@gnus.org
Subject: Re: Splitting mail -- XEmacs 21.4 vs 21.5
Date: Wed, 03 Mar 2004 12:25:38 +0900	[thread overview]
Message-ID: <b9yn06yobm5.fsf@jpl.org> (raw)
In-Reply-To: <87smgqirw7.fsf@tleepslib.sk.tsukuba.ac.jp>

>>>>> In <87smgqirw7.fsf@tleepslib.sk.tsukuba.ac.jp>
>>>>>	"Stephen J. Turnbull" <stephen@xemacs.org> wrote:

>>>>>> "KY" == Katsumi Yamaoka <yamaoka@jpl.org> writes:

>     KY> The problem is surely a syntax-table bug in XEmacs 21.5,

> So file a report.  You know the drill: specify the behavior of the
> function that is failing, cite the portion of the Lisp Reference which
> gives the specification, explain what is actually happening that
> varies from it.

> "Gnus doesn't work, so it's a syntax table bug in XEmacs" is not worth
> investigating for me, and the people who do know Gnus or syntax tables
> well don't seem to be paying attention at the moment.

I don't know what's happening in XEmacs 21.5, but I simply
groped how to make Gnus work correctly.  The reason I said it
is a syntax-table bug is because the copy-syntax-table function
doesn't copy modified syntax entries as I wrote a comment in
the dgnushack,el file:

  ;; The original `with-syntax-table' uses `copy-syntax-table' which
  ;; doesn't seem to copy modified syntax entries in XEmacs 21.5.

(let ((table (copy-syntax-table emacs-lisp-mode-syntax-table)))
  (modify-syntax-entry ?= " " table)
  (with-temp-buffer
    (with-syntax-table table
      (insert "foo=bar")
      (goto-char (point-min))
      (forward-sexp 1)
      (buffer-substring (point) (point-max)))))
 => ""

And I've redefined the with-syntax-table macro there so that it
doesn't use copy-syntax-table when building Gnus.  Since it is
no more than a makeshift, I am willing to remove it if there is
a better way.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



  reply	other threads:[~2004-03-03  3:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-01  2:20 Steve Youngs
2004-03-01  4:34 ` Katsumi Yamaoka
2004-03-01  7:37   ` Katsumi Yamaoka
2004-03-02  6:59     ` Steve Youngs
2004-03-03  2:30     ` Stephen J. Turnbull
2004-03-03  3:25       ` Katsumi Yamaoka [this message]
2004-03-01 20:10 ` Karl Pflästerer
2004-03-03  2:20 ` Stephen J. Turnbull

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=b9yn06yobm5.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    --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).