At Tue, 18 Jan 2005 20:42:01 +0000, Simon Guest wrote: > > At Mon, 17 Jan 2005 17:28:05 +0000 (GMT), > > Simon Guest wrote: > > > > > This package installs its stuff into /usr/share/emacs/site-lisp/w3m. > > > However, this directory does not get added to the Emacs load path. (I > > > assume that it is this package's responsibility to do that, but am not > > > sure, so apologies if I am wrong.) > > > > We don't need /usr/share/emacs/site-lisp/w3m in load-path. > > Instead, /usr/share/$(emacsen-flavor)/site-lisp/w3m is used > > and this is done in /etc/emacs/site-start.d/50w3m.el and it works. > > > > So, what is your actual problem? > > Using Mew, and wanting to display Text/Html inline, so I (require 'mew-w3m), > as described by the Mew documentation. But this package is only to be > found in the directory I mention. > > $ locate mew-w3m.el > /usr/share/emacs/site-lisp/w3m/mew-w3m.el > > So, unless I have that directory on the load-path, I cannot pick up > this package.
This would be a bug of mew package. If you install mew first and then w3m-el, then w3m-el package would take care of byte-compilng of mew-w3m. However, if mew is not installed and w3m-el is to be installed, w3m-el package won't byte-compile mew-w3m.el and mew doesn't let w3m-el to re-byte-compile. Regards, Fumitoshi UKAI -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]