Gnus development mailing list
 help / color / mirror / Atom feed
From: sigurd@12move.de (Karl Pflästerer)
Subject: Re: Splitting mail -- XEmacs 21.4 vs 21.5
Date: Mon, 01 Mar 2004 21:10:41 +0100	[thread overview]
Message-ID: <m3vflo1gkb.fsf@hamster.pflaesterer.de> (raw)
In-Reply-To: <microsoft-free.87u119i9zm.fsf@eicq.dnsalias.org>

On  1 Mar 2004, Steve Youngs <- sryoungs@bigpond.net.au wrote:

> Now, you'd think that the exact same Gnus mail splitting rules would
> split mail into the same groups regardless of XEmacs version.  But
> you'd be wrong!
[...]
> In XEmacs 21.4.15 everything goes where you'd expect it to go.

> In XEmacs 21.5.16 (+CVS-20040227) everything goes to INBOX.
[...]
> I wonder what's gone a-drift in 21.5?  Nothing in the ChangeLogs
> really jumps out at me.

I had the same problem and use the following in my .gnus.el as
workaround.

(setq nnmail-split-fancy-syntax-table
  (let ((table (copy-syntax-table (standard-syntax-table))))
    ;; support the %-hack
    (modify-syntax-entry ?\% "." table)
    table))
;  "Syntax table used by `nnmail-split-fancy'.")

Gnus uses in the original code:

,------------------[ nnmail.el ]-----------------.
| (defvar nnmail-split-fancy-syntax-table         |
|   (let ((table (make-syntax-table)))            |
|     ;; support the %-hack                       |
|     (modify-syntax-entry ?\% "." table)         |
|     table)                                      |
|   "Syntax table used by `nnmail-split-fancy'.") |
`------------------------------------------------´

`make-syntax-table' seems to be broken in XEmacs 21.5.  That's seems
also to be related to a problem with syntax-table; cf.
<b9yfzd1tgvd.fsf@jpl.org>

See also the posting <v9brnotsm2.fsf@marauder.physik.uni-ulm.de> from
Reiner Steib which he crossposted also to XEmacs-beta (but it seems it
never eached the list).  Perhaps he should post it again or someone
should forward it?


   KP

-- 
    'Twas brillig, and the slithy toves
        Did gyre and gimble in the wabe;
    All mimsy were the borogoves,
         And the mome raths outgrabe.   "Lewis Carroll" "Jabberwocky"



  parent reply	other threads:[~2004-03-01 20:10 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
2004-03-01 20:10 ` Karl Pflästerer [this message]
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=m3vflo1gkb.fsf@hamster.pflaesterer.de \
    --to=sigurd@12move.de \
    /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).