From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56477 Path: main.gmane.org!not-for-mail From: sigurd@12move.de (=?iso-8859-1?q?Karl_Pfl=E4sterer?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Splitting mail -- XEmacs 21.4 vs 21.5 Date: Mon, 01 Mar 2004 21:10:41 +0100 Organization: Lemis World Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1078172137 20375 80.91.224.253 (1 Mar 2004 20:15:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Mar 2004 20:15:37 +0000 (UTC) Original-X-From: ding-owner+M5018@lists.math.uh.edu Mon Mar 01 21:15:31 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Axtp4-0002Qo-00 for ; Mon, 01 Mar 2004 21:15:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AxtoZ-0008Hh-00; Mon, 01 Mar 2004 14:14:59 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AxtoR-0008Hb-00 for ding@lists.math.uh.edu; Mon, 01 Mar 2004 14:14:51 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id DDCA43A004E for ; Mon, 1 Mar 2004 14:14:48 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1AxtoO-00066g-00 for ; Mon, 01 Mar 2004 21:14:48 +0100 Original-To: ding@gnus.org Original-Path: wintendo.pflaesterer.de!not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 51 Original-NNTP-Posting-Host: p62.246.38.132.tisdip.tiscali.de Original-X-Trace: quimby.gnus.org 1078172088 23477 62.246.38.132 (1 Mar 2004 20:14:48 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 1 Mar 2004 20:14:48 +0000 (UTC) X-Face: #iIcL\6>Qj/G*F@AL9T*v/R$j@7Q`6#FU&Flg6u6aVsLdWf(H$U5>:;&*>oy>jOIWgA%8w* A!V7X`\fEGoQ[@D'@i^*p3FCC6&Rg~JT/H_*MOX;"o~flADb8^ Mail-Copies-To: never User-Agent: Gnus/5.110002 (No Gnus v0.2) Hamster/2.0.4.0 Cancel-Lock: sha1:3+kTGRGSQZ/MXQAyERYn7t0/I8Y= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56477 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56477 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'.") | `------------------------------------------------=B4 `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. See also the posting 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 --=20 '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"