From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Async commands in M-x compile Date: Thu, 01 Jul 2010 03:30:16 +0200 Message-ID: References: <87d3v9mpcq.fsf@gmail.com> <87tyokyiro.fsf@ambire.localdomain> <871vbokfew.fsf@gmail.com> <87sk4472oe.fsf@ambire.localdomain> <87tyokiahd.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277948794 7617 80.91.229.12 (1 Jul 2010 01:46:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2010 01:46:34 +0000 (UTC) Cc: emacs-devel@gnu.org, Thien-Thi Nguyen , Antoine Levitt To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 01 03:46:32 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OU8rD-0004Ks-KO for ged-emacs-devel@m.gmane.org; Thu, 01 Jul 2010 03:46:28 +0200 Original-Received: from localhost ([127.0.0.1]:39806 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OU8rC-00019K-Oo for ged-emacs-devel@m.gmane.org; Wed, 30 Jun 2010 21:46:26 -0400 Original-Received: from [140.186.70.92] (port=47236 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OU8r4-00019D-JA for emacs-devel@gnu.org; Wed, 30 Jun 2010 21:46:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OU8r3-00065f-EV for emacs-devel@gnu.org; Wed, 30 Jun 2010 21:46:18 -0400 Original-Received: from smtp-01.vtx.ch ([194.38.175.90]:35434) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OU8r3-00065F-74 for emacs-devel@gnu.org; Wed, 30 Jun 2010 21:46:17 -0400 Original-Received: from ceviche.home (dyn.144-85-133-055.dsl.vtx.ch [144.85.133.55]) by smtp-01.vtx.ch (VTX Services SA) with ESMTP id A796A27F57; Thu, 1 Jul 2010 03:46:15 +0200 (CEST) Original-Received: by ceviche.home (Postfix, from userid 20848) id 0A18066318; Thu, 1 Jul 2010 03:30:17 +0200 (CEST) In-Reply-To: (Andreas Schwab's message of "Wed, 30 Jun 2010 23:51:50 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:126573 Archived-At: >> Yes, I understand that. What I don't understand is why this command does >> not work when using compile. > It does work, but the command is immediately killed by SIGHUP because > the session is closed. Indeed. Maybe we should try and change that (if it's even possible). Stefan