From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#11815: 24.1; Confusing behavior of & in Dired Date: Thu, 12 Jul 2012 11:47:34 +0300 Organization: JURTA Message-ID: <874npd8ixl.fsf@mail.jurta.org> References: <87y5mqslf0.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1342083046 26393 80.91.229.3 (12 Jul 2012 08:50:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2012 08:50:46 +0000 (UTC) To: 11815@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 12 10:50:46 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 1SpF6j-0002E7-NP for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Jul 2012 10:50:45 +0200 Original-Received: from localhost ([::1]:35330 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpF6j-0000Yk-1x for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Jul 2012 04:50:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpF6c-0000RG-2v for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2012 04:50:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpF6W-0001Cz-FK for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2012 04:50:38 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpF6W-0001Bm-D0 for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2012 04:50:32 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SpFBq-0002kK-La for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2012 04:56:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 12 Jul 2012 08:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11815 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11815-submit@debbugs.gnu.org id=B11815.134208335610536 (code B ref 11815); Thu, 12 Jul 2012 08:56:02 +0000 Original-Received: (at 11815) by debbugs.gnu.org; 12 Jul 2012 08:55:56 +0000 Original-Received: from localhost ([127.0.0.1]:34957 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SpFBj-0002js-JZ for submit@debbugs.gnu.org; Thu, 12 Jul 2012 04:55:55 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:56486 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SpFBf-0002jg-Ug; Thu, 12 Jul 2012 04:55:52 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 8633B451CB17; Thu, 12 Jul 2012 01:50:18 -0700 (PDT) In-Reply-To: <87y5mqslf0.fsf@mail.jurta.org> (Juri Linkov's message of "Wed, 11 Jul 2012 12:21:23 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (x86_64-pc-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:61844 Archived-At: merge 11815 10598 thanks I'm merging this with bug#10598 because they both can be fixed with one patch that completely removes these two lines from `dired-do-async-shell-command': (unless (string-match "[*?][ \t]*\\'" command) (setq command (concat command " *"))) and takes care about handling this case in `dired-shell-stuff-it'.