user236088
user236088

Reputation:

How can I open textual sites in emacs?

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!!

Upvotes: 1

Views: 612

Answers (2)

dasilvj
dasilvj

Reputation: 10386

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)

Upvotes: 6

T.E.D.
T.E.D.

Reputation: 44804

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

Upvotes: 3

Related Questions