Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: Norman Walsh <ndw@nwalsh.com>
Cc: ding@gnus.org
Subject: Re: 'nother split-fancy question
Date: Tue, 11 Mar 2008 11:16:03 -0500	[thread overview]
Message-ID: <86abl5qlrw.fsf@lifelogs.com> (raw)
In-Reply-To: <m2iqzuvehj.fsf@nwalsh.com> (Norman Walsh's message of "Mon, 10 Mar 2008 10:30:00 -0400")

On Mon, 10 Mar 2008 10:30:00 -0400 Norman Walsh <ndw@nwalsh.com> wrote: 

NW> Can anyone explain why this rule:

NW>   (to "carbon-emacs@googlegroups\\.com" "googlegroups.carbon-emacs")

NW> matches and works fine, but this rule:

NW>   (to "\\(.*\\)@googlegroups\\.com" "googlegroups.\\1")

NW> sends the message to "googlegroups." ?

I don't know.  I tested with:

(let ((a "tzz@googlegroups.com"))
  (when (string-match "\\(.*\\)@googlegroups\\.com" a)
    (debug (match-string 1 a))))

and got "tzz" so something is interfering with the matching.

Ted



      parent reply	other threads:[~2008-03-11 16:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-10 14:30 Norman Walsh
2008-03-10 20:40 ` Reiner Steib
2008-03-13 10:52   ` Johan Bockgård
2008-03-11 16:16 ` Ted Zlatanov [this message]

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=86abl5qlrw.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=ding@gnus.org \
    --cc=ndw@nwalsh.com \
    /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).