Splitting mail -- XEmacs 21.4 vs 21.5
Katsumi Yamaoka
yamaoka at jpl.org
Mon Mar 1 02:37:28 EST 2004
>>>>> In <b9yn071w5gr.fsf at jpl.org> Katsumi Yamaoka wrote:
> You may be able to solve the problem by setting the
> `nnmail-split-fancy-match-partial-words' variable as t.
Oops, sorry. Gnus should be built with XEmacs 21.5 if it is
used with XEmacs 21.5. However, I tested it using Gnus built
with XEmacs 21.4. The problem is surely a syntax-table bug in
XEmacs 21.5, and it can be solved by building Gnus with XEmacs
21.5. Here are test cases:
(require 'nnmail)
(with-syntax-table nnmail-split-fancy-syntax-table
(string-match "\\<ms_tamber at hotmail\\.com\\>"
"ms_tamber at hotmail.com"))
=> nil
(ignore-errors (load "/SOMEWHERE/gnus/lisp/dgnushack.el"))
(with-syntax-table nnmail-split-fancy-syntax-table
(string-match "\\<ms_tamber at hotmail\\.com\\>"
"ms_tamber at hotmail.com"))
=> 0
See also:
> http://thread.gmane.org/sdd685fw0w.fsf@wes.hardakers.net
>>>>> In <microsoft-free.87u119i9zm.fsf at eicq.dnsalias.org>
>>>>> Steve Youngs <sryoungs at bigpond.net.au> wrote:
SY> Those settings above used to work for me in 21.5, but
SY> unfortunately it has been so long since I last used 21.5 that I
SY> can't tell you when it last worked. Sorry. :-(
The bug came to light by Gnus on January 7, 2004.
--
Katsumi Yamaoka <yamaoka at jpl.org>
More information about the XEmacs-Beta
mailing list