From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: Call in the SWAT team to shoot emacs but spare Firefox Date: Wed, 03 Aug 2011 12:01:03 -0600 Message-ID: References: <88e85a57-9a77-4b55-ab16-9c7db2e088db@r11g2000prd.googlegroups.com> <8739hkhi05.fsf@jidanni.org> 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: dough.gmane.org 1312394420 1663 80.91.229.12 (3 Aug 2011 18:00:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 3 Aug 2011 18:00:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 03 20:00:16 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qofjs-0005Em-PW for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Aug 2011 20:00:16 +0200 Original-Received: from localhost ([::1]:59406 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qofjr-0005Dj-2K for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Aug 2011 14:00:15 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qofjm-0005CC-GG for help-gnu-emacs@gnu.org; Wed, 03 Aug 2011 14:00:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qofjl-0002af-BQ for help-gnu-emacs@gnu.org; Wed, 03 Aug 2011 14:00:10 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:38924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qofjl-0002a4-4z for help-gnu-emacs@gnu.org; Wed, 03 Aug 2011 14:00:09 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qofji-00058X-5m for help-gnu-emacs@gnu.org; Wed, 03 Aug 2011 20:00:06 +0200 Original-Received: from c-71-237-25-24.hsd1.co.comcast.net ([71.237.25.24]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Aug 2011 20:00:06 +0200 Original-Received: from kevin.d.rodgers by c-71-237-25-24.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Aug 2011 20:00:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-71-237-25-24.hsd1.co.comcast.net User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 In-Reply-To: <8739hkhi05.fsf@jidanni.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81864 Archived-At: On 8/1/11 4:41 PM, jidanni@jidanni.org wrote: > $ emacs --version > GNU Emacs 24.0.50.1 > $ BROWSER=firefox emacs -Q -nw > M-x browse-url example.com > C-x C-c > Active processes exist; kill them and exit anyway? (yes or no) set-process-query-on-exit-flag The return value of browse-url-default-browser and the various browse- url-default-*-browser functions isn't documented, but they look like they return the asynchronous process, so perhaps they could be advised to call (set-process-query-on-exit-flag ad-return-value nil). -- Kevin Rodgers Denver, Colorado, USA