On сряда, Май 09 2007, Joel Reicher wrote: > Fredrik Tolf <[EMAIL PROTECTED]> writes: > >> Third, I tried to use nnslashdot to read /., but it complains about >> not finding w3. Which seems agreeable, seeing how w3 is not >> installed on my system (but isn't it supposed to be installed with >> emacs?). So I go about doing that, but it doesn't seem to exist. I >> download the source, but upon trying to configure it, it complains >> about some URL functions in emacs being missing. What's up? Has w3, >> and by extension nnslashdot, been deprecated? Btw., I use GNU >> Emacs 21.4.1.
w3 seems to be out of fashion, w3m is what most people use. If you still need to use w3 you could make do without compiling it doing the following: (setq load-path (cons "C:/<path to w3>/lisp" load-path)) (require 'w3-auto) HTH, -- Камен _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
