Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: nnmail-split-fancy
Date: Tue, 23 Aug 2005 08:43:56 +0900	[thread overview]
Message-ID: <b4mr7cledvn.fsf@jpl.org> (raw)
In-Reply-To: <87oe7p4lmy.fsf@gmail.com>

>>>>> In <87oe7p4lmy.fsf@gmail.com> Sebastian Luque wrote:

> Can somebody please clarify why using concat to provide a regexp in the
> following nnmail-split-fancy is not allowed?  For example:

> (setq nnmail-split-fancy
>       '(| ("from" (concat "my " "regexp") "MyGroup")
> 	  (: spam-split)
> 	  "mail.misc"))

I actually use concat in the way similar to the following:

(setq nnmail-split-fancy
      `(| ("from" ,(concat "my " "regexp") "MyGroup")
	  (: spam-split)
	  "mail.misc"))

Maybe we need to improve the nnmail code if we really want to
use it without backquotes.



  reply	other threads:[~2005-08-22 23:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-22 23:06 nnmail-split-fancy Sebastian Luque
2005-08-22 23:43 ` Katsumi Yamaoka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-07-29  5:06 nnmail-split-fancy Alok G. Singh
2006-07-30 12:57 ` nnmail-split-fancy Adrian Aichner
2006-07-31  7:21   ` nnmail-split-fancy Alok G. Singh
     [not found] <keiu85nbax.fsf@msil.sps.mot.com>
1999-07-04  3:13 ` nnmail-split-fancy Lars Magne Ingebrigtsen
1999-07-04 17:00   ` nnmail-split-fancy E. David Bell
1999-07-05  4:22     ` nnmail-split-fancy Lars Magne Ingebrigtsen
1999-07-05  9:00       ` nnmail-split-fancy E. David Bell
1999-07-06  4:07         ` nnmail-split-fancy Lars Magne Ingebrigtsen

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=b4mr7cledvn.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /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).