On Jan 10, 2008 4:10 PM, Thierry Volpiatto wrote: > > "Forrest Y. Yu" writes: > > > hi Everyone, > > > > I'm using emacs to edit HTML files, can I preview them inside the emacs > > without opening any external browser? > > > > `C-c C-v' is not good for me, 'coz it brings a firefox window in X and > > doesn't work in console. > > I use that and it's work fine: I'm sorry but, how can I make use of it? I added these two lines into my ~/.emacs: (require 'extview) (push '("\\.html$" . "w3m %s") extview-application-associations) then I press `C-c C-v' when editing a html file, it still brings a firefox window! > > http://www.emacswiki.org/cgi-bin/wiki/extview.el > -- > A+ Thierry > Pub key: http://pgp.mit.edu > -- Stupid is as stupid does.