From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thamer Mahmoud Newsgroups: gmane.emacs.help Subject: Re: multiple async-shell-command? Date: Mon, 06 Feb 2012 11:27:48 +0300 Message-ID: <87obtctlh7.fsf@zemblan.newkuwait.org> References: <87ipjn2656.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328516901 5514 80.91.229.3 (6 Feb 2012 08:28:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2012 08:28:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 06 09:28:20 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RuJvv-00065P-6h for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Feb 2012 09:28:19 +0100 Original-Received: from localhost ([::1]:47374 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuJvu-0005JP-41 for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Feb 2012 03:28:18 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:48986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuJvk-0005Ik-Ua for help-gnu-emacs@gnu.org; Mon, 06 Feb 2012 03:28:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuJvf-0002Nv-9I for help-gnu-emacs@gnu.org; Mon, 06 Feb 2012 03:28:08 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:49865) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuJvf-0002Np-2u for help-gnu-emacs@gnu.org; Mon, 06 Feb 2012 03:28:03 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RuJvb-0005uq-Du for help-gnu-emacs@gnu.org; Mon, 06 Feb 2012 09:27:59 +0100 Original-Received: from 178.61.79.211 ([178.61.79.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Feb 2012 09:27:59 +0100 Original-Received: from thamer.mahmoud by 178.61.79.211 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Feb 2012 09:27:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 178.61.79.211 Cancel-Lock: sha1:TJXwzhXE8wAN13oW/brQBY5RZ0Y= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:83664 Archived-At: "Alan E. Davis" writes: > Tom: > > I also would be interested in being able to run more than one shell process > as asynchronous, without the message > >> A command is running. Kill it? (yes or no) > > I looked at Runner. It is much more complicated than anything I would > need. I hope this thread finds an answer. > > Alan The trick is to rename the buffer before calling in the next command. See the following link for other solutions: http://stackoverflow.com/questions/6895155/multiple-asynchronous-shell-commands-in-emacs-dired -- Thamer