Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org
Subject: Re: Splitting mail -- XEmacs 21.4 vs 21.5
Date: Mon, 01 Mar 2004 16:37:28 +0900	[thread overview]
Message-ID: <b9y1xodvwzr.fsf@jpl.org> (raw)
In-Reply-To: <b9yn071w5gr.fsf@jpl.org>

>>>>> In <b9yn071w5gr.fsf@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@hotmail\\.com\\>"
		"ms_tamber@hotmail.com"))
 => nil

(ignore-errors (load "/SOMEWHERE/gnus/lisp/dgnushack.el"))
(with-syntax-table nnmail-split-fancy-syntax-table
  (string-match "\\<ms_tamber@hotmail\\.com\\>"
		"ms_tamber@hotmail.com"))
 => 0

See also:

> http://thread.gmane.org/sdd685fw0w.fsf@wes.hardakers.net

>>>>> In <microsoft-free.87u119i9zm.fsf@eicq.dnsalias.org>
>>>>>	Steve Youngs <sryoungs@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@jpl.org>



  reply	other threads:[~2004-03-01  7:37 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 [this message]
2004-03-02  6:59     ` Steve Youngs
2004-03-03  2:30     ` Stephen J. Turnbull
2004-03-03  3:25       ` Katsumi Yamaoka
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=b9y1xodvwzr.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.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).