From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xah Newsgroups: gmane.emacs.help Subject: Re: viewing webpages inside emacs Date: Wed, 25 Jun 2008 16:05:39 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0f87819a-354e-476d-b26c-6b797b79a9ce@j33g2000pri.googlegroups.com> References: <001e9e1c-7d8c-4aad-b048-8c0e3ff70a31@79g2000hsk.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1214437247 9599 80.91.229.12 (25 Jun 2008 23:40:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Jun 2008 23:40:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 26 01:41:31 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KBecE-0002vQ-IQ for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Jun 2008 01:41:30 +0200 Original-Received: from localhost ([127.0.0.1]:46287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBebO-00089h-QO for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Jun 2008 19:40:38 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!j33g2000pri.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: 24.6.97.120 Original-X-Trace: posting.google.com 1214435139 6980 127.0.0.1 (25 Jun 2008 23:05:39 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 25 Jun 2008 23:05:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j33g2000pri.googlegroups.com; posting-host=24.6.97.120; posting-account=bRPKjQoAAACxZsR8_VPXCX27T2YcsyMA User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:159730 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:55083 Archived-At: On Jun 25, 10:19 am, Thr4wn 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 =E2=88=91 http://xahlee.org/ =E2=98=84