[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs20.7
での
compile
>> On Thu, 04 Apr 2002 13:23:06 +0900 (JST)
>> 「白井」== shirai@rdmg.mgcs.mei.co.jp (Hideyuki SHIRAI (白井秀行)) said as follows:
菅> !! error (("Already defined charset: 242"))
菅> となります。このエラーはなんでしょうか?
白井> 自信はないのですが、とりあえず、エラーにはならないようにしました。
全然分かっていないのですが,私のところの Emacs20 では相変わらず菅さん
と同じエラーが出ます.下記のように修正すれば回避自体はできましたが,画
像の出力は失敗しました.うーん….
Index: w3mhack.el
===================================================================
RCS file: /storage/cvsroot/emacs-w3m/w3mhack.el,v
retrieving revision 1.65
diff -u -u -r1.65 w3mhack.el
--- w3mhack.el 2002/04/09 02:45:43 1.65
+++ w3mhack.el 2002/04/09 11:00:47
@@ -108,10 +108,10 @@
(locate-library "bitmap"))
;; Against the error "Already defined charset: 242".
(when (locate-library "un-define")
+ (require 'un-define)
(setq bitmap-alterable-charset 'tibetan-1-column)
(setq bitmap-use-alterable-charset-anyway t)
- (require 'bitmap)
- (require 'un-define))
+ (require 'bitmap))
(push "w3m-bitmap.el" ignores))
;; To byte-compile w3m-util.el and a version specific module first.
(princ "w3m-util.elc ")
;; Debian では,ついに Mule2 がサポートされなくなったので,私のメイン
;; の作業環境の Mule2 は風前の灯です.
--
土屋 雅稔 ( TSUCHIYA Masatoshi )