[Mew-dist 09914] Re: b45
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
1999年 7月 31日 (土) 00:18:17 JST
From: ISOBE/ 磯部則和 /Norikazu<isobe at example.com>
Subject: [Mew-dist 09907] Re: b45
Date: Fri, 30 Jul 1999 19:22:00 +0900
isobe> b46 ですが、Draft mode で M-x describe-mode すると、以下のよ
isobe> うに出ました。これでいいのでしょうか?
ありがとうございます。
isobe> M-x mew-draft-toggle-privacy-always Toggle whether or not all drafts are protected.
isobe> M-x mew-draft-toggle-privacy-encrypted Toggle whether or not drafts replying to encypted messages
ここはなぜだか理解できないのですが、
isobe> M-x mew-draft-insert-signature Insert '~/.signature' on the cursor point.
isobe> M-x mew-draft-cite Copy and paste a part of message from Message mode WITH
この辺りが以下のパッチで直るか確かめてもらえませんか?
--かず
-------------- next part --------------
Index: mew-draft.el
===================================================================
RCS file: /usr/home/kazu/cvsroot/Mew/mew/mew-draft.el,v
retrieving revision 1.124
diff -c -r1.124 mew-draft.el
*** mew-draft.el 1999/07/30 04:04:16 1.124
--- mew-draft.el 1999/07/30 15:19:47
***************
*** 106,112 ****
["PGP Encrypt then Sign" mew-pgp-encrypt-sign-letter (mew-header-p)])
'("Privacy"
["All message" mew-draft-toggle-privacy-always t]
! ["Msgs replying to encrypted" mew-draft-toggle-privacy-always t])
'("FIB"
["FIB next item" mew-fib-next-item (not (mew-attach-p))]
["FIB previous item" mew-fib-previous-item (not (mew-attach-p))]
--- 106,112 ----
["PGP Encrypt then Sign" mew-pgp-encrypt-sign-letter (mew-header-p)])
'("Privacy"
["All message" mew-draft-toggle-privacy-always t]
! ["Msgs replying to encrypted" mew-draft-toggle-privacy-encrypted t])
'("FIB"
["FIB next item" mew-fib-next-item (not (mew-attach-p))]
["FIB previous item" mew-fib-previous-item (not (mew-attach-p))]
***************
*** 271,277 ****
(define-key mew-draft-mode-map "\C-c\C-f\C-n" 'mew-fib-next-item)
(define-key mew-draft-mode-map "\C-c\C-f\C-p" 'mew-fib-previous-item)
(define-key mew-draft-mode-map "\C-c\C-f\C-z" 'mew-fib-flush-input)
- (define-key mew-draft-mode-map "\C-c\C-z" 'mew-fib-flush-input)
(define-key mew-draft-mode-map "\C-c\C-o" 'mew-draft-insert-config)
(define-key mew-draft-mode-map "\C-x\C-s" 'mew-save-buffer)
)))
--- 271,276 ----
***************
*** 351,357 ****
\\[mew-draft-circular-comp] Complete your mail domain.
\\[mew-draft-expand] Replace an address with 'NAME <address>'.
! \\<mew-draft-body-map>
*Body region key assignment:
\\[mew-draft-insert-signature] Insert '~/.signature' on the cursor point.
--- 350,356 ----
\\[mew-draft-circular-comp] Complete your mail domain.
\\[mew-draft-expand] Replace an address with 'NAME <address>'.
! \\<mew-draft-mode-map>
*Body region key assignment:
\\[mew-draft-insert-signature] Insert '~/.signature' on the cursor point.
Mew-dist メーリングリストの案内