[Mew-dist 2046] Re: recent-keys recording

Kazu Yamamoto ( 山本和彦 ) Kazu at example.com
1997年 9月 16日 (火) 13:08:01 JST


From: Yoshiaki Kasahara <kasahara at example.com>
Subject: [Mew-dist 2045] recent-keys recording
Date: Tue, 16 Sep 1997 12:53:45 +0900

> これが t の間は入力イベントが記録されなくなります。

さすがぁ。

20b の人は以下の作業をして下さい。

	(1) パッチを当てて起動し直す
	(2) *scratch buffer* で (mew-read-passwd "hoge: ")C-j と打つ
	(3) ミニバッファで "xxx" と入力
	(4) (recent-keys)C-j と打って xxx が記録されていないことを確認

--かず

*** mew-pgp.el.orig	Tue Sep 16 13:02:00 1997
--- mew-pgp.el	Tue Sep 16 13:02:25 1997
***************
*** 66,72 ****
    (let ((pass)
  	(c 0)
  	(echo-keystrokes 0)
! 	(ociea cursor-in-echo-area))
      (unwind-protect
  	(progn
  	  (setq cursor-in-echo-area 1)
--- 66,73 ----
    (let ((pass)
  	(c 0)
  	(echo-keystrokes 0)
! 	(ociea cursor-in-echo-area)
! 	(inhibit-input-event-recording t))
      (unwind-protect
  	(progn
  	  (setq cursor-in-echo-area 1)



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