[Mew-dist 10417] Re: b53

Hideyuki SHIRAI ( 白井秀行 ) shirai at example.com
1999年 8月 25日 (水) 10:38:22 JST


From: Kazu Yamamoto (山本和彦) <kazu at example.com> さん曰く
Subject: [Mew-dist 10407] b53
Message-ID: <19990824222814Y.kazu at example.com>
Date: Tue, 24 Aug 1999 22:29:00 +0900

kazu> mew-1.94b53.tar.gz を ftp.Mew.org:/pub/Mew/beta に置きました。

PGP/KAZU(?) + PGP 5.0 + "C-cC-p" の話なのですが、今度は
(mew-match 1) がエラーになります。
" *mew tmp* の中身を見ると mew-inherit-from を「"」でくるんで
search しないといけないようです。
-------------- next part --------------
*** mew-pgp.el.orig	Wed Aug 25 09:56:56 1999
--- mew-pgp.el	Wed Aug 25 10:19:55 1999
***************
*** 242,248 ****
  	(setq ret (concat (mew-match 1) " PGP sign "))
  	(goto-char (point-max))
  	(if (and (boundp 'mew-inherit-from) mew-inherit-from
! 		 (re-search-backward (regexp-quote mew-inherit-from) nil t))
  	    (progn
  	      (beginning-of-line)
  	      (looking-at "   \\(.*\\)")
--- 242,249 ----
  	(setq ret (concat (mew-match 1) " PGP sign "))
  	(goto-char (point-max))
  	(if (and (boundp 'mew-inherit-from) mew-inherit-from
! 		 (re-search-backward
! 		  (regexp-quote (concat "\"" mew-inherit-from "\"")) nil t))
  	    (progn
  	      (beginning-of-line)
  	      (looking-at "   \\(.*\\)")


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