[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Whether to use utf-8 with w3m-search-engine-alist
- From: Naohiro Aota <nao.aota@xxxxxxxxx>
- Date: Tue, 17 Jun 2008 23:25:11 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 10238
青田です。
最近の 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)' の部分を外
してしまいたいのですがいかがでしょうか?
--
青田