From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Allan Gottlieb Newsgroups: gmane.emacs.help Subject: Re: Embedding external application in emacs (or using emacs to control exeternal application) Date: Tue, 28 Oct 2008 14:47:57 -0400 Message-ID: References: <87wsfs7fzi.fsf@post.rwth-aachen.de> <87skqg7flh.fsf@post.rwth-aachen.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225219718 12918 80.91.229.12 (28 Oct 2008 18:48:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2008 18:48:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 28 19:49:39 2008 connect(): Connection refused 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 1KutdL-0001Ne-4r for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Oct 2008 19:49:39 +0100 Original-Received: from localhost ([127.0.0.1]:37673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KutcE-0007dz-WF for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Oct 2008 14:48:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kutbs-0007ds-Iu for help-gnu-emacs@gnu.org; Tue, 28 Oct 2008 14:48:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kutbq-0007d4-4p for help-gnu-emacs@gnu.org; Tue, 28 Oct 2008 14:48:08 -0400 Original-Received: from [199.232.76.173] (port=55635 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kutbp-0007d0-UG for help-gnu-emacs@gnu.org; Tue, 28 Oct 2008 14:48:05 -0400 Original-Received: from smtp.cs.nyu.edu ([128.122.80.33]:52988) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kutbp-0007r6-Og for help-gnu-emacs@gnu.org; Tue, 28 Oct 2008 14:48:05 -0400 Original-Received: from ajglap.localdomain (ool-4578d291.dyn.optonline.net [69.120.210.145]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.13.8) with ESMTP id m9SIm1Om024913 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 28 Oct 2008 14:48:04 -0400 (EDT) Original-Received: by ajglap.localdomain (Postfix, from userid 1502) id A066E19D921; Tue, 28 Oct 2008 14:47:57 -0400 (EDT) In-Reply-To: <87skqg7flh.fsf@post.rwth-aachen.de> (Thorsten Bonow's message of "Tue\, 28 Oct 2008 19\:13\:30 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:59218 Archived-At: At Tue, 28 Oct 2008 19:13:30 +0100 Thorsten Bonow wrote: >>>>>> "Toto" == Thorsten Bonow writes: > >>>>>> "Corey" == Corey Foote writes: > > [...] > > Corey> I would just like to be able to say something like M-x > Corey> refresh-firefox, and not have to click over to the firefox window to > Corey> his refresh myself. What would be required to add this feature? > > [...] > > Toto> You could look up "browse-url" in the emacs manual: Commands for > Toto> interaction with a browser. > > I should have read the manual myself: There is `browse-url-of-file' which > defaults to browsing the url of the current buffer's file. Yes, but all these seem to load the file into another tab, not refresh the current version. allan