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

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

Re: How to render html buffer in emacs?


From: Bastien
Subject: Re: How to render html buffer in emacs?
Date: Sun, 25 Nov 2007 22:48:56 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

reader@newsguy.com writes:

> Sorry to butt in but: 
> browse-url-of-file doesn't work here.. it gives this error
>    browse-url: Wrong type argument: listp, w3m-browse-url

It looks like your configuration wants to use w3m and it is not loaded:

  (setq browse-url-browser-function 'w3m-browse-url)
  (autoload 'w3m-browse-url "w3m" "Ask emacs-w3m to show a URL." t)

Or if you want to use firefox instead:

  (setq browse-url-browser-function 'browse-url-firefox)

HTH,

-- 
Bastien




reply via email to

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