[mew-win32 4517] Re: mew-wrap-lines: Symbol's function definition is void: fill-match-adaptive-prefix
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
2008年 12月 25日 (木) 17:35:01 JST
山本です。
> Mew 6.2 にアップした所、format=flowed なメールで
> mew-wrap-lines: Symbol's function definition is void:
> fill-match-adaptive-prefix
> というエラーが出るようになりました。
Meadow 2 をお使いの方:
.emacs に以下のコードを入れると、うまくいくでしょうか?
(defun fill-match-adaptive-prefix ()
(let ((str (or
(and adaptive-fill-function (funcall adaptive-fill-function))
(and adaptive-fill-regexp (looking-at adaptive-fill-regexp)
(match-string-no-properties 0)))))
(if (>= (+ (current-left-margin) (length str)) (current-fill-column))
;; Death to insanely long prefixes.
nil
str)))
うまくいくなら、Mew に組み込みます。
--かず
Mew-win32 メーリングリストの案内