From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Roland Winkler" Newsgroups: gmane.emacs.bugs Subject: bug#10598: 24.0.92; run dired-do-async-shell-command on multiple files individually Date: Thu, 12 Jul 2012 05:26:27 -0500 Message-ID: <20478.42579.593253.620476@lukas.physics.niu.edu> References: <87liow9jdf.fsf@niu.edu> <87obtsqbiw.fsf@mail.jurta.org> <20255.60373.371008.208639@gargle.gargle.HOWL> <87394x8im1.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1342088862 7978 80.91.229.3 (12 Jul 2012 10:27:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2012 10:27:42 +0000 (UTC) Cc: 10598@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 12 12:27:41 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SpGcX-0005YQ-F7 for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Jul 2012 12:27:41 +0200 Original-Received: from localhost ([::1]:36289 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpGcW-00049w-OW for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Jul 2012 06:27:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpGcT-00049o-Ju for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2012 06:27:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpGcN-0003fV-Jp for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2012 06:27:37 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpGcN-0003fQ-G8 for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2012 06:27:31 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SpGhi-0006fR-8p for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2012 06:33:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: "Roland Winkler" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 12 Jul 2012 10:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10598 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10598-submit@debbugs.gnu.org id=B10598.134208912625564 (code B ref 10598); Thu, 12 Jul 2012 10:33:02 +0000 Original-Received: (at 10598) by debbugs.gnu.org; 12 Jul 2012 10:32:06 +0000 Original-Received: from localhost ([127.0.0.1]:35227 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SpGgk-0006eE-Sj for submit@debbugs.gnu.org; Thu, 12 Jul 2012 06:32:05 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:34782) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SpGgi-0006dp-KL for 10598@debbugs.gnu.org; Thu, 12 Jul 2012 06:32:01 -0400 Original-Received: from lukas.physics.niu.edu ([131.156.85.221]:51992) by fencepost.gnu.org with esmtpa (Exim 4.71) (envelope-from ) id 1SpGbM-0006od-Kd; Thu, 12 Jul 2012 06:26:28 -0400 In-Reply-To: <87394x8im1.fsf@mail.jurta.org> X-Mailer: VM 8.2 trial under 24.1.1 (x86_64-unknown-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:61847 Archived-At: On Thu Jul 12 2012 Juri Linkov wrote: > This can be fixed with the following patch: Thanks for looking into this. > +(defvar dired-async-each t Should this possibly be defcustom? I'd consider this a user option. Roland