From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29079 Path: main.gmane.org!not-for-mail From: Toby Speight Newsgroups: gmane.emacs.gnus.general Subject: Re: problem with fancy-split's ! operator; bug? Date: 03 Feb 2000 19:50:52 +0000 Organization: Citrix Systems (Cambridge) Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165812 711 80.91.224.250 (21 Oct 2002 02:03:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:03:32 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id AF03AD051F for ; Thu, 3 Feb 2000 14:53:28 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB02043; Thu, 3 Feb 2000 13:51:33 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 03 Feb 2000 13:51:23 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA02279 for ; Thu, 3 Feb 2000 13:51:13 -0600 (CST) Original-Received: from gatekeeper.ctxuk.citrix.com (gatekeeper.ctxuk.citrix.com [195.153.38.114]) by mailhost.sclp.com (Postfix) with ESMTP id 1D140D051F for ; Thu, 3 Feb 2000 14:50:59 -0500 (EST) Original-Received: from sh.ctxuk.citrix.com (sh.ctxuk.citrix.com [10.30.224.4]) by gatekeeper.ctxuk.citrix.com (8.8.7/BSCF-1.7) with ESMTP id TAA00362 for ; Thu, 3 Feb 2000 19:50:56 GMT Original-Received: from hwav01.ctxuk.citrix.com (hwav01.ctxuk.citrix.com [10.30.224.26]) by sh.ctxuk.citrix.com (8.8.7/BSCF-1.7) with SMTP id TAA20188 for ; Thu, 3 Feb 2000 19:50:56 GMT Original-Received: from 10.30.224.23 by hwav01.ctxuk.citrix.com (InterScan E-Mail VirusWall NT); Thu, 03 Feb 2000 19:50:55 -0000 (GMT Standard Time) Original-Received: from lanber.cam.eu.citrix.com ([10.70.1.235]) by hwmail01.ctxuk.citrix.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id D23CRQZH; Thu, 3 Feb 2000 19:50:55 -0000 Original-To: The Gnus Mailing List Original-Lines: 22 In-Reply-To: Colin Rafferty's message of "03 Feb 2000 10:15:17 -0500" X-Author-Info: Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29079 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29079 >> Colin Rafferty 0> In article , 0> > wrote: >> However, here is the code: >> >> ;; Builtin ! operation. >> ((eq (car split) '!) >> (funcall (cadr split) (nnmail-split-it (caddr split)))) >> >> It should be this (to match `:'): >> >> ;; Builtin ! operation. >> ((eq (car split) '!) >> (nnmail-split-it (save-excursion (funcall (cadr split) (nnmail-split-it (caddr split)))))) >> >> I'm not sure that Lars should change the code to match documentation, >> since there may be many people out there who depend on this. Can you give an example of something that works with the former code, that behaves differently in the latter?