help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: require w3 error


From: trebol55555
Subject: Re: require w3 error
Date: Sat, 12 Feb 2011 18:18:29 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Haines Brown <haines@HistoricalMaterialism.info> writes:

> I'm running debian sqeeze and have installed w3m 0.5.2-9. In my init
> file I have (setq mm-text-html-renderer 'w3m).
>
> When the pointer is on a URL and I do RET, I get "Cannot open load file"
> "w3". Sounds like I need to have w3 installed as well as w3m, but there
> no longer seems to be any such package. Is w3 built into w3m?
>
> Haines Brown

Hello Haines,
Try this:

(setq mm-text-html-renderer 'w3m)
(setq browse-url-browser-function
           'w3m-browse-url)
    (setq browse-url-browser-function
           'w3m-browse-url)

Good luck,
Trebol.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]