[Mew-dist 05353] Re: select PGP userid (was Re: PGP version)
Masachika ISHIZUKA
ishizuka at example.com
1998年 7月 4日 (土) 11:04:19 JST
> 今までは key を所有してないと
> | X-Mew: <body> No his/her public key. ID = 0x12345678
> のように表示された筈なのですが、
> | X-Mew: <body> No his/her public key. ID = not found
石塚@杉並です。
上記の件ですが、皆様の所では正常に動いていますか?
b37 までは ok で b38(mew-use-pgp5 を使わなくなった版)
から駄目なので、b37 のように search-forward を re-search-forward
に直したら not found は直ったみたいですが、どうでしょう
か。
===== diff 開始 =====
--- mew-1.93b44/mew-pgp.el Thu Jul 2 14:23:09 1998
+++ mew-1.93b44.new/mew-pgp.el Sat Jul 4 10:43:42 1998
@@ -118,7 +118,7 @@
;; this is verification, so the error is about public key
(if (search-forward (mew-pgp-get mew-pgp-msg-no-vrfkey) nil t)
(progn
- (if (not (search-forward (mew-pgp-get mew-pgp-msg-key-id) nil t))
+ (if (not (re-search-forward (mew-pgp-get mew-pgp-msg-key-id) nil t))
(setq keyid "not found")
(setq keyid (mew-buffer-substring
(match-beginning 1) (match-end 1)))
===== diff 終了 =====
Emacs 19.34 が正しく作られてるか自信ないので、違って
たら済みません。
Mew-dist メーリングリストの案内