From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Forrest Y. Yu" Newsgroups: gmane.emacs.help Subject: Re: How to preview HTML inside emacs? Date: Fri, 11 Jan 2008 01:05:37 +0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0481035902==" X-Trace: ger.gmane.org 1199985195 24616 80.91.229.12 (10 Jan 2008 17:13:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jan 2008 17:13:15 +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 Jan 10 18:13:37 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 1JD0yF-0001wq-Kt for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Jan 2008 18:13:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD0xr-0002dW-T4 for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Jan 2008 12:13:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JD0qb-00024m-Ba for help-gnu-emacs@gnu.org; Thu, 10 Jan 2008 12:05:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JD0qZ-000221-PW for help-gnu-emacs@gnu.org; Thu, 10 Jan 2008 12:05:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD0qZ-00021Z-0j for help-gnu-emacs@gnu.org; Thu, 10 Jan 2008 12:05:39 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.243]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JD0qY-0008Cy-MO for help-gnu-emacs@gnu.org; Thu, 10 Jan 2008 12:05:38 -0500 Original-Received: by an-out-0708.google.com with SMTP id c25so151154ana.84 for ; Thu, 10 Jan 2008 09:05:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=UC5qB0g4JGsv9g/cAn9c+y3bInAPn5iNlvIgpZPGcD4=; b=qrqOJ6vtjGxEbFOI3Dp7r+5iGdGNuQA9adHJbFKd1yiL+oKlYLJS2qyn6Ff3KrA0ytjpfP6RqI62mR+UwzQqBDhr+x0rHjLR9Eho4r/jvvUXTKtvHZJGC5R84LpobGopPtiLYt3CXnwtknN92gtghRxZvW1CDNaw7xOnk3Kpl18= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=lcGCK73uaOYliYX3O6f9lPh5LJ+4JRaToLw/gHeQqcHJn3/BPqIlkwwq23YG3l6gkabOBf2pbuXtv+gAcpCEN2YMj5Fdp+4/rodmOt5T2l5yQZY5YzdY52qVWWk3qLbGWLQVc8GsPmvkAJxteCd1Fta/AWVKODYbkITQg1kmt2s= Original-Received: by 10.100.253.12 with SMTP id a12mr4611000ani.43.1199984737232; Thu, 10 Jan 2008 09:05:37 -0800 (PST) Original-Received: by 10.100.174.20 with HTTP; Thu, 10 Jan 2008 09:05:37 -0800 (PST) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:50632 Archived-At: --===============0481035902== Content-Type: multipart/alternative; boundary="----=_Part_16797_1748109.1199984737217" ------=_Part_16797_1748109.1199984737217 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > > ------------------------------ > > Message: 6 > Date: Thu, 10 Jan 2008 00:18:26 -0800 (PST) > From: Jashy > Subject: Re: How to preview HTML inside emacs? > To: Help-gnu-emacs@gnu.org > Message-ID: <14729483.post@talk.nabble.com> > Content-Type: text/plain; charset=us-ascii > > > > > Forrest-40 wrote: > > > > 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. > > > M-x customize-variable Enter browse-url-browser-function Enter, to set > w3m-browse-url if you like. thank you Jashy, the command is helpful, but where does `w3m-browse-url' come from? is it a shell command? or is it from any elisp package? there seems no such a thing in my system :( > > > -- > View this message in context: http://www.nabble.com/How-to-preview-HTML-inside-emacs--tp14728205p14729483.html > Sent from the Emacs - Help mailing list archive at Nabble.com. > > > > > -- Stupid is as stupid does. ------=_Part_16797_1748109.1199984737217 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
>
> ------------------------------
>
> Message: 6
> Date: Thu, 10 Jan 2008 00:18:26 -0800 (PST)
> From: Jashy <nanjunjie@gmail.com>
> Subject: Re: How to preview HTML inside emacs?
> To: Help-gnu-emacs@gnu.org
> Message-ID: <14729483.post@talk.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
>
>
> Forrest-40 wrote:
> >
> > 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.
> >
> M-x customize-variable Enter browse-url-browser-function Enter, to set
> w3m-browse-url if you like.

thank you Jashy, the command is helpful, but where does `w3m-browse-url' come from? is it a shell command? or is it from any elisp package? there seems no such a thing in my system :(

>
>
> --
> View this message in context: http://www.nabble.com/How-to-preview-HTML-inside-emacs--tp14728205p14729483.html
> Sent from the Emacs - Help mailing list archive at Nabble.com.
>
>
>
>
>


--
Stupid is as stupid does. ------=_Part_16797_1748109.1199984737217-- --===============0481035902== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============0481035902==--