From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 12 06:41:14 2011 Received: (at submit) by debbugs.gnu.org; 12 Feb 2011 11:41:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PoDqj-0006Cw-W5 for submit@debbugs.gnu.org; Sat, 12 Feb 2011 06:41:14 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PoDqh-0006Cj-0P for submit@debbugs.gnu.org; Sat, 12 Feb 2011 06:41:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoDzF-0007dW-VG for submit@debbugs.gnu.org; Sat, 12 Feb 2011 06:50:02 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, RECEIVED_FROM_WINDOWS_HOST,T_DKIM_INVALID autolearn=no version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:38830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoDzF-0007cZ-Lz for submit@debbugs.gnu.org; Sat, 12 Feb 2011 06:50:01 -0500 Received: from [140.186.70.92] (port=42465 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoDzE-0006cn-KA for bug-gnu-emacs@gnu.org; Sat, 12 Feb 2011 06:50:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoDzD-0007bn-DQ for bug-gnu-emacs@gnu.org; Sat, 12 Feb 2011 06:50:00 -0500 Received: from caiajhbdcaid.dreamhost.com ([208.97.132.83]:54350 helo=homiemail-a37.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoDzD-0007bS-1M for bug-gnu-emacs@gnu.org; Sat, 12 Feb 2011 06:49:59 -0500 Received: from homiemail-a37.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a37.g.dreamhost.com (Postfix) with ESMTP id 71DB5208069 for ; Sat, 12 Feb 2011 03:49:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=jidanni.org; h=from:to:subject :date:message-id:mime-version:content-type; q=dns; s=jidanni.org ; b=JueWSZncY2UiOLNKghTzc6XrCFHFzkUjjcXRttkg+abc8WNId6oigeZn13ix bQJqz07lm9qAyENnb5ngXW7PxknqNsGwKRglRoRHEy+ISY+uVuUnm78yGCCxL4CJ NOOtpawaQXpVxvaNaNe7ovjldvWDhKutJKs1UpmnWr/gngA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type; s= jidanni.org; bh=Z88DNas1RFSlPMx7FO+T20XCRl0=; b=pRo1KzlwFTlPMeAK KSntpIqmjqzfcC3TqSFh19yHCuWv5r/WmW+3wnfSHKXdmmFl1BexshVpMFj0XzOa Np8t83Rv3qZw6ZOKhXorAk0WQp76BDXGlu72Oyzf3EU6IqKlwQbvGEhMHcdJK2Bp eL3GnowgZ4X2WEoL2oRXpc6Z8XU= Received: from jidanni.org (125-230-45-117.dynamic.hinet.net [125.230.45.117]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a37.g.dreamhost.com (Postfix) with ESMTPSA id 0F98B208060 for ; Sat, 12 Feb 2011 03:49:57 -0800 (PST) From: jidanni@jidanni.org To: bug-gnu-emacs@gnu.org Subject: Why can't one run more than one dired-do-async-shell-command at once? Date: Sat, 12 Feb 2011 19:29:48 +0800 Message-ID: <87mxm1sd77.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) X-Received-From: 208.97.132.83 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.8 (-----) Why can't one run more than one dired-do-async-shell-command at the same time? Why not allow more than one? shell-command: Shell command in progress What if bash was also that way? If it is a matter of what buffers it is writing to, then append their names with <2> etc. or a process ID. & runs the command dired-do-async-shell-command, which is an interactive compiled Lisp function in `dired-aux.el'. It is bound to &, . (dired-do-async-shell-command COMMAND &optional ARG FILE-LIST) Run a shell command COMMAND on the marked files asynchronously. Like `dired-do-shell-command' but if COMMAND doesn't end in ampersand, adds `* &' surrounded by whitespace and executes the command asynchronously. The output appears in the buffer `*Async Shell Command*'. From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 12 11:07:50 2011 Received: (at 8023) by debbugs.gnu.org; 12 Feb 2011 16:07:50 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PoI0j-0004U0-T1 for submit@debbugs.gnu.org; Sat, 12 Feb 2011 11:07:50 -0500 Received: from smarty.dreamhost.com ([208.113.175.8]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PoI0i-0004Tc-Al for 8023@debbugs.gnu.org; Sat, 12 Feb 2011 11:07:48 -0500 Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id B4C8C6E805E; Sat, 12 Feb 2011 08:16:40 -0800 (PST) Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id B7872451C16C; Sat, 12 Feb 2011 08:16:39 -0800 (PST) From: Juri Linkov To: jidanni@jidanni.org Subject: Re: bug#8023: Why can't one run more than one dired-do-async-shell-command at once? Organization: JURTA References: <87mxm1sd77.fsf@jidanni.org> Date: Sat, 12 Feb 2011 18:12:29 +0200 In-Reply-To: <87mxm1sd77.fsf@jidanni.org> (jidanni@jidanni.org's message of "Sat, 12 Feb 2011 19:29:48 +0800") Message-ID: <87mxm16xle.fsf@mail.jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 8023 Cc: 8023@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > Why can't one run more than one dired-do-async-shell-command at the same > time? > > Why not allow more than one? > > shell-command: Shell command in progress > > What if bash was also that way? > > If it is a matter of what buffers it is writing to, then append their > names with <2> etc. or a process ID. We have planned to add an option to control the creation of multiple output buffers for `async-shell-command'. The question is in its default value. Maybe it should ask a question: "Create a new buffer?" Or better would be to ask for a new buffer name: Async shell buffer (default *Async shell*<2>): like `C-u M-x shell RET' already does: Shell buffer (default *shell*<2>): From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 14 19:04:39 2011 Received: (at 8023) by debbugs.gnu.org; 15 Feb 2011 00:04:39 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pp8PG-0006fL-78 for submit@debbugs.gnu.org; Mon, 14 Feb 2011 19:04:38 -0500 Received: from caiajhbdccac.dreamhost.com ([208.97.132.202] helo=homiemail-a10.g.dreamhost.com) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pp8PD-0006f2-Vy for 8023@debbugs.gnu.org; Mon, 14 Feb 2011 19:04:36 -0500 Received: from homiemail-a10.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a10.g.dreamhost.com (Postfix) with ESMTP id E90FD28006C; Mon, 14 Feb 2011 16:13:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=jidanni.org; h=from:to:cc:subject :references:date:message-id:mime-version:content-type; q=dns; s= jidanni.org; b=Wmh5nQ0X18KwBLQt3M6P5mRFietnCSz0XAJ8611cK9TBsMUYM GCAj81Wc8bz3uXANVsQ9A93lmWAPht47yckkqaTLgFxoPzJInlYcdxr/nWHm71t+ d4T5DRNgnQT55673pl2IBTiuE1mgqX1pYDFDHzuyQ8IRYurzWk/cNqyaas= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; s=jidanni.org; bh=lEZBjbhZRGgxJHh2Ovg3IwpGAd4=; b=YeVDWnJFsMQxa 78IPTIn++tts/JfUKaeRp376shxl5Bdc3CyReiSXikH3MnsI+kvG7rf4XOW/G5VM M8oen1UqSgSwGnYajfQ6cEQ6pmw980TTRq2+V3tE3S4HKa5H43RaJCtN2+C2emqA nHC31bd/PWTCv572Sn3WnMcucVIB5Q= Received: from jidanni.org (218-163-2-14.dynamic.hinet.net [218.163.2.14]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a10.g.dreamhost.com (Postfix) with ESMTPSA id 8FD52280063; Mon, 14 Feb 2011 16:13:32 -0800 (PST) From: jidanni@jidanni.org To: juri@jurta.org Subject: Re: bug#8023: Why can't one run more than one dired-do-async-shell-command at once? References: <87mxm16xle.fsf@mail.jurta.org> Date: Tue, 15 Feb 2011 07:45:47 +0800 Message-ID: <87pqqu6uz8.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: 8023 Cc: 8023@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.4 (---) >>>>> "JL" == Juri Linkov writes: JL> Async shell buffer (default *Async shell*<2>): All I know is the user might also have code like $ grep -i shell .emacs shell-command-default-error-buffer "shell-command-errors") (shell-command-on-region START END COMMAND t t shell-command-default-error-buffer t) (add-hook 'shell-mode-hook etc. as found in http://jidanni.org/comp/configuration/ So there are several buffers involved... From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 15 21:55:17 2011 Received: (at 8023) by debbugs.gnu.org; 16 Feb 2011 02:55:18 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PpXXx-0005CD-KK for submit@debbugs.gnu.org; Tue, 15 Feb 2011 21:55:17 -0500 Received: from smarty.dreamhost.com ([208.113.175.8]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PpXXv-0005Bv-R8 for 8023@debbugs.gnu.org; Tue, 15 Feb 2011 21:55:16 -0500 Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id C85D76E805D; Tue, 15 Feb 2011 19:04:15 -0800 (PST) Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id E423E451C213; Tue, 15 Feb 2011 19:04:14 -0800 (PST) From: Juri Linkov To: jidanni@jidanni.org Subject: Re: bug#8023: Why can't one run more than one dired-do-async-shell-command at once? Organization: JURTA References: <87mxm16xle.fsf@mail.jurta.org> <87pqqu6uz8.fsf@jidanni.org> Date: Wed, 16 Feb 2011 02:34:01 +0200 In-Reply-To: <87pqqu6uz8.fsf@jidanni.org> (jidanni@jidanni.org's message of "Tue, 15 Feb 2011 07:45:47 +0800") Message-ID: <87fwroemhy.fsf@mail.jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 8023 Cc: 8023@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > JL> Async shell buffer (default *Async shell*<2>): > All I know is the user might also have code like > $ grep -i shell .emacs > shell-command-default-error-buffer "shell-command-errors") > (shell-command-on-region > START END COMMAND t t shell-command-default-error-buffer t) > (add-hook 'shell-mode-hook > etc. as found in http://jidanni.org/comp/configuration/ > So there are several buffers involved... Processing of the new option will be added to `shell-command', so it won't interfere with buffers as its input arguments. From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 17 14:55:52 2012 Received: (at control) by debbugs.gnu.org; 17 Jul 2012 18:55:52 +0000 Received: from localhost ([127.0.0.1]:46573 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SrCw4-0002qj-DK for submit@debbugs.gnu.org; Tue, 17 Jul 2012 14:55:52 -0400 Received: from ps18281.dreamhost.com ([69.163.218.105]:34498 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SrCw2-0002qc-J8 for control@debbugs.gnu.org; Tue, 17 Jul 2012 14:55:50 -0400 Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 0069B451CA0F for ; Tue, 17 Jul 2012 11:49:47 -0700 (PDT) From: Juri Linkov To: control@debbugs.gnu.org Subject: control Organization: JURTA Date: Tue, 17 Jul 2012 21:49:24 +0300 Message-ID: <87sjcqkytn.fsf@mail.jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.8 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.8 (/) severity 8023 wishlist forcemerge 8023 4719 thanks From unknown Fri Aug 15 04:03:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 26 Aug 2012 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator