[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: require w3 error
From: |
Haines Brown |
Subject: |
Re: require w3 error |
Date: |
Sun, 13 Feb 2011 09:13:12 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
trebol55555@yahoo.es writes:
> 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)
Thanks for the suggestion, Trebol, but this produces the Lisp error:
(void-function-w3m-browse-url)
Haines Brown