[Mew-dist 09463] Re: b35

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
1999年 6月 24日 (木) 16:59:53 JST


From: Takanori-Nishimura <t-nisimr at example.com>
Subject: [Mew-dist 09460] Re: b35
Date: Thu, 24 Jun 1999 16:50:31 +0900

> であれば、"[ \t]*:?" ではなく、"\([ \t]|:\)*?" のような感じになるんで
> しょうかね??

ああ、理解できました。これでどうでしょう?

--かず

-------------- next part --------------
Index: mew-addrbook.el
===================================================================
RCS file: /usr/home/kazu/cvsroot/Mew/mew/mew-addrbook.el,v
retrieving revision 1.29
diff -c -r1.29 mew-addrbook.el
*** mew-addrbook.el	1999/06/24 06:09:28	1.29
--- mew-addrbook.el	1999/06/24 08:10:26
***************
*** 345,351 ****
  	 (goto-char (point-min))
  	 (if (and shortname
  		  (re-search-forward 
! 		   (concat "^" (regexp-quote shortname) "[ \t]*:?") nil t))
  	     (setq not-uniq t))
  	 (if not-uniq
  	     () ;; see later
--- 345,351 ----
  	 (goto-char (point-min))
  	 (if (and shortname
  		  (re-search-forward 
! 		   (concat "^" (regexp-quote shortname) "[ \t]*:?[ \t]+") nil t))
  	     (setq not-uniq t))
  	 (if not-uniq
  	     () ;; see later


Mew-dist メーリングリストの案内