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: Tim X
Subject: Re: How to render html buffer in emacs?
Date: Sat, 24 Nov 2007 14:32:45 +1100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

Hallvard B Furuseth <h.b.furuseth@usit.uio.no> writes:

> How do I get Emacs to render a HTML buffer (as a web page, not as html
> source)?  I've been looking a bit at the w3m doc, but it has hopeless
> chapter names and only lists how to use it with some specific apps
> (gnus, mail readers, etc).
>

The easiest way to do this is to use the browse-url package. 

,----[ C-h f browse-url-of-file RET ]
| browse-url-of-file is an interactive compiled Lisp function in 
`browse-url.el'.
| (browse-url-of-file &optional FILE)
| 
| Ask a WWW browser to display FILE.
| Display the current buffer's file if FILE is nil or if called
| interactively.  Turn the filename into a URL with function
| `browse-url-file-url'.  Pass the URL to a browser using the
| `browse-url' function then run `browse-url-of-file-hook'.
| 
| [back]
`----

,----[ C-h f browse-url-of-dired-file RET ]
| browse-url-of-dired-file is an interactive compiled Lisp function in 
`browse-url.el'.
| (browse-url-of-dired-file)
| 
| In Dired, ask a WWW browser to display the file named on this line.
| 
| [back]
`----

etc.

tim

-- 
tcross (at) rapttech dot com dot au


reply via email to

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