From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.devel Subject: Re: Async commands in M-x compile Date: Wed, 30 Jun 2010 21:30:54 +0200 Message-ID: <87tyokiahd.fsf@gmail.com> References: <87d3v9mpcq.fsf@gmail.com> <87tyokyiro.fsf@ambire.localdomain> <871vbokfew.fsf@gmail.com> <87sk4472oe.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1277931403 19777 80.91.229.12 (30 Jun 2010 20:56:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Jun 2010 20:56:43 +0000 (UTC) Cc: , emacs-devel@gnu.org To: Thien-Thi Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 30 22:56:40 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 1OU4Kj-0005Jr-RA for ged-emacs-devel@m.gmane.org; Wed, 30 Jun 2010 22:56:38 +0200 Original-Received: from localhost ([127.0.0.1]:54101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OU4Kj-0004zK-BU for ged-emacs-devel@m.gmane.org; Wed, 30 Jun 2010 16:56:37 -0400 Original-Received: from [140.186.70.92] (port=58508 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OU2zq-0003Ev-LB for emacs-devel@gnu.org; Wed, 30 Jun 2010 15:30:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OU2zp-0006uu-AX for emacs-devel@gnu.org; Wed, 30 Jun 2010 15:30:58 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:56062) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OU2zp-0006uj-4m for emacs-devel@gnu.org; Wed, 30 Jun 2010 15:30:57 -0400 Original-Received: by wyb39 with SMTP id 39so1335919wyb.0 for ; Wed, 30 Jun 2010 12:30:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:cc:subject :references:date:in-reply-to:message-id:user-agent:mime-version :content-type:content-transfer-encoding; bh=9TE5H4jVTYi+qcYGRSQoMkBvcfbhC76Rd9BkjUOZi/U=; b=QJnEhPXewpovz9c2cJZk2HKFRoIuoW8Rrx0YRUyX2UTXrVsd2K2TyQPwXxSi5wh813 y2akxryMnysfOGXgBej+8pDFHXNRmBTnEIcG1y2rMH8JKA/ClZpuLRsmYWVkG92jtX0T 1Q5qZGueBgYX0Phz7xgOr2jQmovOdoQ3LUesA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; b=FrJ25liWQj7VGDYv4Qu5Agv9dL6xw3lkknTUom/2ZDKqUwuyiD7rI8IB8HAdRnOO/W q+dCtYqUdlUtSDrbeF4KnreUCLI6qEc0UHsCgok8Fi9+9QIMsyhR0lLVONnGQOuaI/U5 xgNSWw9PfFTQq/SEsKiw6tpq3S08CcA200NAA= Original-Received: by 10.216.10.83 with SMTP id 61mr29326weu.70.1277926256168; Wed, 30 Jun 2010 12:30:56 -0700 (PDT) Original-Received: from lambda (uni14-1-82-233-220-106.fbx.proxad.net [82.233.220.106]) by mx.google.com with ESMTPS id u11sm6842511wei.46.2010.06.30.12.30.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 30 Jun 2010 12:30:55 -0700 (PDT) In-Reply-To: <87sk4472oe.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Wed, 30 Jun 2010 21:14:57 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 30 Jun 2010 16:55:46 -0400 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:126552 Archived-At: Yes, I understand that. What I don't understand is why this command does not work when using compile. Thien-Thi Nguyen writes: > () Antoine Levitt > () Wed, 30 Jun 2010 12:01:27 +0200 > > the point is I don't want to wait for the process to finish. > > In this case, try =E2=80=98M-x shell-command RET xclock & RET=E2=80=99. > Note ampersand. > > thi