[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m installation
>>>>> In [emacs-w3m : No.08923] Ramprasad wrote:
>>> (add-to-list 'exec-path "/usr/share/emacs/site-lisp/")
>>
>> So, is there the w3m command in this directory?
> Yes !
Well, is it really w3m, not w3m.el(c)? What do you get with the
following directives? (type them in the command line.)
cd /usr/share/emacs/site-lisp/
ls -lF w3m
file w3m
I got:
cd /usr/local/bin/
ls -lF w3m
-> -rwxr-xr-x 1 root root 1171384 Aug 4 05:23 w3m*
file w3m
-> w3m: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9,...
By the way, why did you install the w3m executable in the site-
lisp directory? Usually that is not the directory on which such
executable files are placed.
> -------------------------------------------------------------------------------
> Following is the complete info of my installation, using w3m.
> -------------------------------------------------------------------------------
[...]
You didn't mention how you installed the w3m executable, not
emacs-w3m. Why?