[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-w3m-1.3.2rc2
>> On Sun, 01 Sep 2002 02:09:45 +0900
>> ukai@debian.or.jp (Fumitoshi UKAI) said as follows:
>http://people.debian.org/~ukai/w3m-el/ においておきました。
># dpkg -i w3m-el_1.3.1+1.3.2rc2-1_all.deb
拾ってきて試してみましたが,再現できませんでした.
>ii emacs21 21.2-1 The GNU Emacs editor.
>ii emacsen-common 1.4.15 Common facilities for all emacsen.
私の環境は,
ii emacs21 21.2-1.1 The GNU Emacs editor.
ii emacsen-common 1.4.15 Common facilities for all emacsen.
です.emacs21 は emcws パッチをあてて rebuild したパッケージを使ってい
ます.純正版で確認するのは,ダイヤルアップの環境では大変なので,勘弁し
てください.
それで解決策ですが,以下のパッチを適用すると回避できないでしょうか?
--- w3m-filter.el~ Tue Jan 8 00:22:48 2002
+++ w3m-filter.el Sun Sep 1 22:45:05 2002
@@ -1,4 +1,4 @@
-;;; w3m-filter.el --- filtering utility of advertisements on WEB sites.
+;;; w3m-filter.el --- filtering utility of advertisements on WEB sites -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 2001 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
これで駄目なら,次のパッチでどうでしょう?
--- w3mhack.el~ Sat Aug 31 00:42:32 2002
+++ w3mhack.el Sun Sep 1 22:49:32 2002
@@ -206,6 +206,10 @@
(defconst w3mhack-colon-keywords-file "w3m-kwds.el")
+;; For sources include Japanese characters.
+(if (fboundp 'set-language-environment)
+ (set-language-environment "Japanese"))
+
;; Needed for interdependencies among w3m and shimbun modules.
(push default-directory load-path)
(push (expand-file-name shimbun-module-directory default-directory) load-path)
これでも駄目だったら,素直にコメントを英語にすることにしましょう.
--
土屋 雅稔 ( TSUCHIYA Masatoshi )