From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Starting multiple async processes from inside dired using & Date: Sun, 18 Oct 2009 15:20:25 -0700 Message-ID: <8BB89959CC62432B9937AE58F3AA277A@us.oracle.com> References: <87skdgd6fb.fsf@thinkpad.tsdh.de><87skdgbfsm.fsf@stupidchicken.com> <873a5g4axm.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1255904510 15440 80.91.229.12 (18 Oct 2009 22:21:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Oct 2009 22:21:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'Juri Linkov'" , "'Chong Yidong'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 19 00:21:40 2009 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.50) id 1Mze8B-0008VB-LD for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2009 00:21:39 +0200 Original-Received: from localhost ([127.0.0.1]:52118 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mze8A-00014s-OR for ged-emacs-devel@m.gmane.org; Sun, 18 Oct 2009 18:21:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mze85-00014W-SQ for emacs-devel@gnu.org; Sun, 18 Oct 2009 18:21:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mze7z-00013t-LV for emacs-devel@gnu.org; Sun, 18 Oct 2009 18:21:32 -0400 Original-Received: from [199.232.76.173] (port=49113 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mze7z-00013n-Hn for emacs-devel@gnu.org; Sun, 18 Oct 2009 18:21:27 -0400 Original-Received: from rcsinet12.oracle.com ([148.87.113.124]:23612 helo=rgminet12.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mze7z-00079X-6I for emacs-devel@gnu.org; Sun, 18 Oct 2009 18:21:27 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rgminet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n9IML0g4031048 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 18 Oct 2009 22:21:02 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n9I8U7ds001563; Sun, 18 Oct 2009 22:22:26 GMT Original-Received: from abhmt003.oracle.com by acsmt356.oracle.com with ESMTP id 20466639131255904428; Sun, 18 Oct 2009 15:20:28 -0700 Original-Received: from dradamslap1 (/24.5.184.158) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 18 Oct 2009 15:20:28 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <873a5g4axm.fsf@mail.jurta.org> Thread-Index: AcpQP+bekh42GYPeRqG/vcc9iZCuJwAAJQhw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: acsmt358.oracle.com [141.146.40.158] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090206.4ADB94E2.006C:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:116230 Archived-At: > It seems the best option is to search and revive an existing buffer, > but there is another problem: the user might want to keep the output > of an old *Async Shell Command* buffer and not overwrite it with > the output of another process. If only dead buffers are automatically recycled, where is the problem? For non-dead old *Async Shell Command* buffers, let the user clean house on demand, using a command that shows the names of the buffers and lets you delete them selectively (or all at once).