From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tyler Smith Newsgroups: gmane.emacs.help Subject: Re: html browser preview help Date: Sat, 05 Sep 2009 13:11:56 -0400 Message-ID: <4AA29BDC.3060304@eku.edu> References: <25273542.post@talk.nabble.com> <4A9FC945.8070703@mousecar.com> <25283740.post@talk.nabble.com> <4AA031B3.1060908@mousecar.com> <25285280.post@talk.nabble.com> <25303306.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1252172650 28164 80.91.229.12 (5 Sep 2009 17:44:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Sep 2009 17:44:10 +0000 (UTC) To: rpd , Emacs Help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 05 19:44:02 2009 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 1MjzIw-0004uN-Fu for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Sep 2009 19:44:02 +0200 Original-Received: from localhost ([127.0.0.1]:54487 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjzIw-00068M-0n for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Sep 2009 13:44:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mjyny-0004Cs-CE for help-gnu-emacs@gnu.org; Sat, 05 Sep 2009 13:12:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mjynx-0004CB-IG for help-gnu-emacs@gnu.org; Sat, 05 Sep 2009 13:12:02 -0400 Original-Received: from [199.232.76.173] (port=49300 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mjynx-0004C8-Cu for help-gnu-emacs@gnu.org; Sat, 05 Sep 2009 13:12:01 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:2635) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mjynx-0001Mk-2Y for help-gnu-emacs@gnu.org; Sat, 05 Sep 2009 13:12:01 -0400 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.121]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mjynw-0005MZ-Iv for help-gnu-emacs@gnu.org; Sat, 05 Sep 2009 13:12:00 -0400 Original-Received: from [127.0.0.1] (really [76.177.51.182]) by cdptpa-omta01.mail.rr.com with ESMTP id <20090905171158785.NLQO5638@cdptpa-omta01.mail.rr.com>; Sat, 5 Sep 2009 17:11:58 +0000 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: <25303306.post@talk.nabble.com> X-Detected-Operating-System: by mx20.gnu.org: Solaris 10 (1203?) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Sat, 05 Sep 2009 13:42:44 -0400 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:67894 Archived-At: rpd wrote: > I still need some help to get to preview html files in my Internet Explorer > browser. > > ken-93 helped me with some code (which opens Firefox browser) which I have > tried to adapt to do > this for Internet Explorer but it isn't working. I am using html-helper-mode > > Have you tried browse-url-of-buffer? It's normally bound to C-c C-v, and on Vista it sends the file you are editing to your default browser, no further configurations or code necessary. Cheers, Tyler