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

Re: (void-function coding-system-category)



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

山岡>> * w3mhack.el (w3mhack-version): Don't require `w3m' in the top
山岡>> level, do it here instead.

山岡>> このせいで warning がたくさん出ます。しばし考えます。

山岡> とりあえず撤回して、top level で `w3m' を require するように戻し
山岡> ました。

はからずも各 module の依存関係が installer に依存していることが
わかったので、改善 (? ^^;;) してみました。

2001-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3m.el: Encolose the defining procedures for the unbound
	functions with `eval-and-compile'.
	(browse-url-interactive-arg): Bind it only at the compile-time as
	an autoload'ed function.
	* w3m-xmas.el: Provide `w3m-xmas' and then require `w3m'.
	* w3m-om.el: Provide `w3m-om' and then require `w3m'.
	* w3m-form.el: Require `w3m'.
	* w3m-e21.el: Provide `w3m-e21' and then require `w3m'.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>

以下、こっそり消してしまった log. (^^;;)

2001-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>

	* w3mhack.el (w3mhack-version): Take back the last change; require
	`w3m' in the top level.