From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: preferred vs. running browser Date: Fri, 28 Apr 2006 11:45:17 -0400 Message-ID: References: <20060423.063614.74737467.wl@gnu.org> <20060425113149.GB16926@www.trapp.net> <20060428050111.GA7010@www.trapp.net> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1146239266 18642 80.91.229.2 (28 Apr 2006 15:47:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Apr 2006 15:47:46 +0000 (UTC) Cc: tomas@tuxteam.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 28 17:47:40 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FZVAm-0007UM-Ez for ged-emacs-devel@m.gmane.org; Fri, 28 Apr 2006 17:46:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZVAl-0008CB-Hr for ged-emacs-devel@m.gmane.org; Fri, 28 Apr 2006 11:46:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FZV9j-0007ot-Jf for emacs-devel@gnu.org; Fri, 28 Apr 2006 11:45:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZV9i-0007o9-N1 for emacs-devel@gnu.org; Fri, 28 Apr 2006 11:45:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZV9i-0007ns-Eq for emacs-devel@gnu.org; Fri, 28 Apr 2006 11:45:18 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FZVCs-0007mG-Li for emacs-devel@gnu.org; Fri, 28 Apr 2006 11:48:34 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FZV9h-0000Q4-P7; Fri, 28 Apr 2006 11:45:17 -0400 Original-To: tomas@tuxteam.de (Tomas Zerolo) In-reply-to: <20060428050111.GA7010@www.trapp.net> (tomas@tuxteam.de) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:53559 Archived-At: Ah, yes, sorry -- I should've mentioned: it tries to send a command to an already running browser instance (in this case open an URL in a new tab). If there is no browser reachable (in the X session, I guess), the command just fails. That is a plausible method for doing the job.