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

Whether to use utf-8 with w3m-search-engine-alist



青田です。

最近の Emacs から (utf-translate-cjk-mode) がなくなってしまい、utf-8 を扱
えるにもかかわらず w3m-search-engine-alist の `utf-8' が nil になってしまっ
ています。 この判定部分は

  (let* ((ja (equal "Japanese" w3m-language))
	 (utf-8 (or (featurep 'un-define)
		    (fboundp 'utf-translate-cjk-mode)
		    (and (not ja) (w3m-find-coding-system 'utf-8)))))

のように言語が日本語の場合を特別扱いしているともしていないとも言いがたい
コードになっていますが、特に意図がないようでしたら `(not ja)' の部分を外
してしまいたいのですがいかがでしょうか?

--
青田