[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: w3m-mule-unicode-symbol



>>>>> In [emacs-w3m : No.06681] 
>>>>>	Katsumi Yamaoka <yamaoka@jpl.org> wrote:

> Mule-UCS を load した Emacs 20.7 (Mule 4.1) だとデフォルトで豆腐
> が表示されてしまうようなんですが、以下のようにしてしまうのはマズ
> いですか?

mule-uni.el ではフォントの設定まではやってくれないのですね。
ただ、w3m-output-coding-system が utf-8 で w3m-Japanese-symbol
なんかを使うとテーブルがずれると思うので、w3m-use-symbol の方で
nil にしてはどうでしょうか。

(defcustom w3m-use-symbol
  (and (featurep 'mule)
       (eq w3m-type 'w3m-m17n)
       (or (not (eq w3m-output-coding-system 'utf-8))
	   (and w3m-mule-unicode-p 
		(>= emacs-major-version 21)
		(or window-system (eq (terminal-coding-system) 'utf-8))))
       t)

-- 
有沢 明宏