[Mew-dist 05345] C-u on attach
Mito
mit at example.com
1998年 7月 3日 (金) 19:19:29 JST
mew-draft-attach-map で C-u が mew-attach-dummy になっていま
すが、まずいんではないでしょうか?
少なくとも C-uC-cC-c は期待通りの動作になりません。
--- mew-attach.el 1998/07/03 10:11:39 1.1
+++ mew-attach.el 1998/07/03 10:15:22
@@ -44,6 +44,7 @@
(let ((begin ?\0) (end ?\177))
(while (<= begin end)
(if (and (/= begin 27)
+ (/= begin ?\C-u)
(null (lookup-key mew-draft-attach-map (char-to-string begin))))
(define-key mew-draft-attach-map
(char-to-string begin) 'mew-attach-dummy))
--
7/3 19:18頃
NECソフトウェア新潟 水戸
mailto:mit at example.com \n
Mew-dist メーリングリストの案内