Gnus development mailing list
 help / color / mirror / Atom feed
From: prj@po.cwru.edu (Paul Jarc)
Subject: Re: more MFT address stuff
Date: Sat, 01 Dec 2001 01:13:45 -0500	[thread overview]
Message-ID: <m3elmfjwls.fsf@multivac.cwru.edu> (raw)
In-Reply-To: <2n1yifwta0.fsf@zsh.cs.rochester.edu> (ShengHuo ZHU's message of "Fri, 30 Nov 2001 21:47:35 -0500")

ShengHuo ZHU <zsh@cs.rochester.edu> wrote:
> prj@po.cwru.edu (Paul Jarc) writes:
>> Grr.  I should test first next time.  This one works.
>
> Installed.

I should also think a bit more.  This one avoids some false positives;
the regexp was a bit off.
	* message.el: fix the m-s-a-file regexp.

Index: lisp/message.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v
retrieving revision 6.172
diff -u -r6.172 message.el
--- lisp/message.el	2001/12/01 02:49:27	6.172
+++ lisp/message.el	2001/12/01 06:07:39
@@ -3786,7 +3786,7 @@
 		      (setq end (point))
 		      (if (bolp) (setq end (1- end)))
 		      (setq item (regexp-quote (buffer-substring begin end)))
-		      (if re (setq re (concat re "\\)\\|\\(" item))
+		      (if re (setq re (concat re "\\|" item))
 			(setq re (concat "\\`\\(" item))))
 		    (and re (list (concat re "\\)\\'"))))))))
 	 (mft-regexps (apply 'append message-subscribed-regexps


paul



  reply	other threads:[~2001-12-01  6:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-30 18:23 Paul Jarc
2001-11-30 20:14 ` Paul Jarc
2001-12-01  2:47   ` ShengHuo ZHU
2001-12-01  6:13     ` Paul Jarc [this message]
2001-12-01 13:30       ` ShengHuo ZHU

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=m3elmfjwls.fsf@multivac.cwru.edu \
    --to=prj@po.cwru.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).