[Mew-dist 08545] Re: mc-flag of mew cache buffer

TSUMURA Tomoaki tsumura at example.com
1999年 4月 9日 (金) 17:34:52 JST


つむら です。なんとなく分かった気がする...。

In the message "[Mew-dist 08523] Re: mc-flag of mew cache buffer"
               <19990408151525W.kazu at example.com>
Kazu Yamamoto (山本和彦) <kazu at example.com> wrote:

> 以下のようなとってもいいかげんなパッチを作ってみました。ただ mc-flag 
> を t になるのは、とってもおかしな現象です。全てのバッファの mc-flag を 
> t にしてまわるようなプログラムを load しているとしか考えられません。

多分, mew-decode<f> (in mew-decode.el) の ここじゃないかと。

  (if mew-mule-p
      (cond
       ((fboundp (function set-buffer-multibyte))
        (set-buffer-multibyte t))			;; <-- ここ
       (mew-temacs-p
        (setq mc-flag nil) ;; for re-search-forward
        )))

最近は, APEL required な package が多いんで, APEL が load された
環境になる可能性が高いわけですが, APEL で set-buffer-multibyte が
emulate 定義されてるので, そういう環境では cond のひとつめに
match しちゃいますね。
-- 
津邑@京大情報学
The cookie has a scrap of paper inside. It reads...
``Acid blobs should be attacked bare-handed.''



Mew-dist メーリングリストの案内