all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* viewing webpages inside emacs
@ 2008-06-25 17:19 Thr4wn
  2008-06-25 23:05 ` Xah
  2008-06-26 10:13 ` Tim X
  0 siblings, 2 replies; 4+ messages in thread
From: Thr4wn @ 2008-06-25 17:19 UTC (permalink / raw)
  To: help-gnu-emacs

Is there a way to view pages inside emacs? I found the browse-url
family of functions, but I want to know if emacs can render html pages
itself (which seems rather unlikely), or even just view the results of
a textual browser inside emacs.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: viewing webpages inside emacs
  2008-06-25 17:19 viewing webpages inside emacs Thr4wn
@ 2008-06-25 23:05 ` Xah
  2008-06-26  0:55   ` Thr4wn
  2008-06-26 10:13 ` Tim X
  1 sibling, 1 reply; 4+ messages in thread
From: Xah @ 2008-06-25 23:05 UTC (permalink / raw)
  To: help-gnu-emacs

On Jun 25, 10:19 am, Thr4wn <Seth.A.B...@gmail.com> wrote:
> Is there a way to view pages inside emacs? I found the browse-url
> family of functions, but I want to know if emacs can render html pages
> itself (which seems rather unlikely), or even just view the results of
> a textual browser inside emacs.

there's a entire web browser written in elisp, bundled with xemacs,
called w3. You invoke it with M-x w3. This is back in 1999. I haven't
used xemacs for many years but am guessing xemacs still bundle it
though.

the w3 browser support not just text rendering like lynx, but also
images, html tables, and one of css or javascript i forgot which. It
about maybe 10 times slower than a dedicated web browser though.

http://en.wikipedia.org/wiki/Emacs/W3

this is about the only web browser in elisp i think.

but if you just interested in reading web pages in emacs, there's a
elisp interface to a external text-based browser called w3m. see

http://www.emacswiki.org/cgi-bin/wiki/emacs-w3m

  Xah
∑ http://xahlee.org/^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: viewing webpages inside emacs
  2008-06-25 23:05 ` Xah
@ 2008-06-26  0:55   ` Thr4wn
  0 siblings, 0 replies; 4+ messages in thread
From: Thr4wn @ 2008-06-26  0:55 UTC (permalink / raw)
  To: help-gnu-emacs

On Jun 25, 7:05 pm, Xah <xah...@gmail.com> wrote:
> On Jun 25, 10:19 am, Thr4wn <Seth.A.B...@gmail.com> wrote:
>
> > Is there a way to view pages inside emacs? I found the browse-url
> > family of functions, but I want to know if emacs can render html pages
> > itself (which seems rather unlikely), or even just view the results of
> > a textual browser inside emacs.
>
> there's a entire web browser written in elisp, bundled with xemacs,
> called w3. You invoke it with M-x w3. This is back in 1999. I haven't
> used xemacs for many years but am guessing xemacs still bundle it
> though.
>
> the w3 browser support not just text rendering like lynx, but also
> images, html tables, and one of css or javascript i forgot which. It
> about maybe 10 times slower than a dedicated web browser though.
>
> http://en.wikipedia.org/wiki/Emacs/W3
>
> this is about the only web browser in elisp i think.
>
> but if you just interested in reading web pages in emacs, there's a
> elisp interface to a external text-based browser called w3m. see
>
> http://www.emacswiki.org/cgi-bin/wiki/emacs-w3m
>
>   Xah
> ∑http://xahlee.org/
>
> ☄

Thanks!!


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: viewing webpages inside emacs
  2008-06-25 17:19 viewing webpages inside emacs Thr4wn
  2008-06-25 23:05 ` Xah
@ 2008-06-26 10:13 ` Tim X
  1 sibling, 0 replies; 4+ messages in thread
From: Tim X @ 2008-06-26 10:13 UTC (permalink / raw)
  To: help-gnu-emacs

Thr4wn <Seth.A.Bird@gmail.com> writes:

> Is there a way to view pages inside emacs? I found the browse-url
> family of functions, but I want to know if emacs can render html pages
> itself (which seems rather unlikely), or even just view the results of
> a textual browser inside emacs.

Two solutions I use

w3m-el, an emacs mode that uses w3m and displays pages in emacs. Works
really well for text stuff, but lacks javascript support.

The second alternative is w3.el - a web browser written in elisp. Has
some real potential IMO, but is lacking people to help develop it. 

Both solutions work nicely if you just want to view text based pages
that don't rely on javascript etc. 

Tim

-- 
tcross (at) rapttech dot com dot au


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-06-26 10:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-25 17:19 viewing webpages inside emacs Thr4wn
2008-06-25 23:05 ` Xah
2008-06-26  0:55   ` Thr4wn
2008-06-26 10:13 ` Tim X

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.