[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs sees w3m command but can't "openload file: w3m"
>>>>> 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)
Thanks
--
Hiroshi Fujishima