Gnus development mailing list
 help / color / mirror / Atom feed
From: Josh Huber <huber@alum.wpi.edu>
Subject: Re: cl in message.el, etc
Date: Sat, 20 Apr 2002 11:14:21 -0400	[thread overview]
Message-ID: <87r8la8ks2.fsf@alum.wpi.edu> (raw)
In-Reply-To: <87lmbjm3v3.fsf@inanna.rimspace.net>

BTW, thanks for the help ;)

Daniel Pittman <daniel@rimspace.net> writes:

> (loop for regexp in mft-regexps and recipient in recipients
>       when (string-match regexp recipient) return recipient)

I actually tried this at one point, but it didn't work for me, and
doesn't work in the message code.  Perhaps you could explain this to
me?

(defun jmh:loop-test (recipients)
  (let* ((mft-regexps '("list@foo\\.com\\|list2@bar\\.org\\|list3@baz\\.net"))
	 (list (loop for regexp in mft-regexps and recipient in recipients
		 when (string-match regexp recipient) return recipient)))
    list))

(jmh:loop-test '("list2@bar.org" "foo@bar.com")) => "list2@bar.org"
(jmh:loop-test '("foo@bar.com" "list2@bar.org")) => nil

I must be missing something pretty major ;)

Thanks,

-- 
Josh Huber



  reply	other threads:[~2002-04-20 15:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-19 21:41 Josh Huber
2002-04-19 22:13 ` Josh Huber
2002-04-20  3:43 ` Daniel Pittman
2002-04-20 15:14   ` Josh Huber [this message]
2002-04-20 16:03     ` Daniel Pittman
2002-04-20 17:34       ` Josh Huber
2002-04-21  2:28         ` Daniel Pittman
2002-04-22  8:18   ` Kai Großjohann

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=87r8la8ks2.fsf@alum.wpi.edu \
    --to=huber@alum.wpi.edu \
    /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).