Gnus development mailing list
 help / color / mirror / Atom feed
From: Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
Subject: Re: problem with fancy-split's ! operator; bug?
Date: 04 Feb 2000 15:44:41 +0000	[thread overview]
Message-ID: <uaelhht06.fsf@lanber.cam.eu.citrix.com> (raw)
In-Reply-To: Colin Rafferty's message of "04 Feb 2000 08:08:50 -0500"

>> Colin Rafferty <URL:mailto:colin.rafferty@msdw.com>

0> In article <vgvn1phktct.fsf@ms.com>,
0> > wrote:

>> Toby Speight writes:
>>
>>>> Colin Rafferty <URL:mailto:colin@xemacs.org>
0> In article <vgvsnzanwqi.fsf@ms.com>,
0> > wrote:

>> Can you give an example of something that works with the former
>> code, that behaves differently in the latter?
>>
>> Just about anything.  Since the former code expects a list of
>> groups in which to put the mail, and the latter code expects a
>> split to parse, pretty much anything will owrk differently.

Did this used to work at one time?  I have old code which I don't use
any more, which looks like

dot-gnus> (defun tms-split-lists (list)
dot-gnus>   (goto-char (point-min))
dot-gnus>   (let (groups name)
dot-gnus>     (while (re-search-forward tms-list-regexp nil t)
dot-gnus>       (setq name (match-string 1))
dot-gnus>       (or (member name groups)
dot-gnus>           (setq groups (cons name groups))))
dot-gnus>     (cons '& groups)))

In particular, note that I put '& at the beginning of the list.  This
worked in 5.5 or 5.7, I think.




  reply	other threads:[~2000-02-04 15:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-02-02  0:10 Matt Swift
2000-02-02 17:24 ` Colin Rafferty
2000-02-03  4:07   ` Matt Swift
2000-02-03 15:15     ` Colin Rafferty
2000-02-03 19:50       ` Toby Speight
2000-02-04 13:08         ` Colin Rafferty
2000-02-04 15:44           ` Toby Speight [this message]
2000-02-04 19:07             ` Colin Rafferty

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=uaelhht06.fsf@lanber.cam.eu.citrix.com \
    --to=toby.speight@streapadair.freeserve.co.uk \
    /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).