[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m installation
>>>>> In [emacs-w3m : No.08919] Ramprasad wrote:
> On Thu, 2006-10-05 at 11:51, Katsumi Yamaoka wrote:
>> The error message tells that Emacs is unable to locate the
>> external w3m program. If you have already installed it and it
>> is /home/ramprasad/bin/w3m, modify the `exec-path' variable as
>> follows:
>>
>> (add-to-list 'exec-path "/home/ramprasad/bin")
> This is where i have installed w32 - `/usr/share/emacs/site-lisp/'
> I have the following entries in .emacs -
> (add-to-list 'Load-path "/usr/share/emacs/site-lisp/")
'load-path ?
> (require 'w3m-load)
> But, i tried (add-to-list 'exec-path "/home/ramprasad/bin"), no change !
Is there the w3m command in the /home/ramprasad/bin directory?