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

Re: emacs sees w3m command but can't "openload file: w3m"



Hiroshi Fujishima wrote:
>>>>>>In [emacs-w3m : No.06648] 
>>>>>>	Douglas McCarthy <dmy@openglobe.info> wrote:
>>>>
>>>>I'm running emacs 21.1.1 on a suse linux 8.0 OS. w3m is already installed.
>>>
>>>>emacs sees w3m command but can't "open load file: w3m"
>>>
>>>This message implys emacs can't find w3m.el in the load-path value.
>>>You can confirm it by typeing C-h v load-path RET.
> 
> 
>>Yes, this does not have /usr/share/emacs/21.1/site-lisp/w3m/, which is
>>where install make put the files, in it.
> 
> 
> I don't know why *.el{,c} installed there.  Put following setting into
> ~/.emacs may be solve the ploblem.
> 
> 	(push "/usr/share/emacs/21.1/site-lisp/w3m" load-path)

This solves the problem ... after I correct the wrong information that I 
gave you. In fact the files are in /usr/share/emacs/site-lisp/w3m/ .

Thanks very much for your help.

Best regards,

Douglas McCarthy