[Mew-dist 05940] Re: about Aliases file

SAKAI Kiyotaka ksakai at example.com
1998年 8月 17日 (月) 15:38:02 JST


>> In article <19980817152800Q.sato at example.com>, Tomio Sato (佐藤 富雄) <sato at example.com> writes:

> 早速ですが.im/Aliasesの内容を以下のように設定した場合

> TEST3:\
> hoge3 at example.com

> Draft Mode時のヘッダー補完では"TEST3"が補完できないとゆう不具合が発
> 生します。

以下のように修正して下さい。(今朝、送ったパッチの後に当てるようになっ
ています。)

# mew-refile-alist-append-alias は遅い気がする。
-- 
酒井 清隆 (E-mail: ksakai at example.com)


===================================================================
RCS file: RCS/mew.el,v
retrieving revision 1.2
diff -u -r1.2 mew.el
--- mew.el	1998/08/17 06:30:13	1.2
+++ mew.el	1998/08/17 06:30:45
@@ -280,7 +280,7 @@
 	    (replace-match " "))
 	  ;;
 	  (goto-char (point-min))
-	  (while (re-search-forward "^\\([^ \t\n:]+\\): \\(.*\\)$" nil t)
+	  (while (re-search-forward "^\\([^ \t\n:]+\\): ?\\(.*\\)$" nil t)
 	    (setq alias (mew-match 1)
 		  expn (mew-match 2))
 	    ;; append for first assoc comes first



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