[Mew-dist 03426] Re: Can't change to Draft Mode
SAKAI Kiyotaka
ksakai at example.com
1998年 1月 16日 (金) 17:01:17 JST
>> In article <19980116143202X.seigo at example.com>, Seigo <seigo at example.com> writes:
> 上記の ispell.el.patch を入手してみたいのですが、サイトが分かりません。
> どなたか教えて頂ければ幸いです。
> ちなみに私の場合、(ispell.el が古いようで、)
> (add-hook 'mew-send-hook 'ispell-message)
> をコメントアウトして無効にしないと、現段階ではうまく動きません。
ispell.el.patch は昔の Mew に添付されていたもので、以下のようなもので
した。
ただし、僕は使っていませんので、これで動くかどうかは分かりません。
--
酒井 清隆 (E-mail: ksakai at example.com)
-------------- next part --------------
*** ispell.el.orig Tue Mar 7 13:26:46 1995
--- ispell.el Tue Mar 7 13:25:08 1995
***************
*** 1923,1928 ****
--- 1923,1930 ----
(t (min (point-max) (funcall ispell-message-text-end))))))
(cite-regexp ;Prefix of inserted text
(cond
+ ((equal major-mode 'mew-draft-mode)
+ (ispell-non-empty-string mew-cite-prefix))
((featurep 'supercite) ; sc 3.0
(concat "\\(" (sc-cite-regexp) "\\)" "\\|"
(ispell-non-empty-string sc-reference-tag-string)))
Mew-dist メーリングリストの案内