[Mew-dist 10500] mew.texi
SAKAI Kiyotaka
ksakai at example.com
1999年 8月 27日 (金) 17:44:43 JST
mew.texi に関してですが、
1. Node: Start で
4. `C-xm' :: Emacs 20 または XEmacs 20 において、Draft モードへ移行す
る。
という項目がありますが、これができるようにするためには 00readme の中
に Optional と記述されている
(autoload 'mew-user-agent-compose "mew" nil t)
(if (boundp 'mail-user-agent)
(setq mail-user-agent 'mew-user-agent))
(if (fboundp 'define-mail-user-agent)
(define-mail-user-agent
'mew-user-agent
'mew-user-agent-compose
'mew-draft-send-letter
'mew-draft-kill
'mew-send-hook))
を設定する必要があります。
そこで、00readme の (6) そのままの内容で「設定方法」という項目を設け、
上の項目の「Emacs 20 または XEmacs 20 において」は「mail-user-agent
が設定されていれば」に変更してはどうでしょうか。
2. Node: addrbook に
このメッセージを送信すると、アドレス "kazu at example.com" に対し、短縮名
"kazu" が自動登録されます。ただし、すでに "kazu" という短縮名が自動登録
されているなら、登録されません。
という記述がありますが、この部分は仕様が変更になりましたね。
3. Node: hooks に書かれている hook が足りないです。
mew-env-hook, mew-suspend-hook,
mew-addrbook-mode-hook, mew-before-cite-hook
の 4つです。
4. 以下は typo だと思います。
===================================================================
RCS file: RCS/mew.texi,v
retrieving revision 1.1
diff -u -r1.1 mew.texi
--- mew.texi 1999/08/25 08:01:29 1.1
+++ mew.texi 1999/08/25 08:01:40
@@ -524,7 +524,7 @@
ると盗聴される恐れがあります。
@end ifset
@ifset us
-When feching messages stored in your spool, you may be required to input
+When fetching messages stored in your spool, you may be required to input
your password. Before you type your password, carefully see if either
the following conditions is satisfied:
--
酒井 清隆 (E-mail: ksakai at example.com)
Mew-dist メーリングリストの案内