tags:

views:

110

answers:

2

Hi! I would like to know how to open sites in emacs. Websites with plain HTML without many graphics!! Is there a mode that I must set?? Thanks!!

+3  A: 

You want to look into using either Lynx or w3m. There are emacs modes available for both.

T.E.D.
I don't know the difference between them. I want the simplest, because I think in use this only for simple things in order to try gain some productivity. Which one would be best?
C4m1l0
+5  A: 

Ahem, two ways to do that:

1 - Setup and use Emacs-w3m, a text browser written in Lisp http://w3m.sourceforge.net/

2 - Launch a shell in your Emacs and use Links, Lynx or another text browser. (M-x eshell)

dasilvj