From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#14931: 24.3; marking extensions with dired-x Date: Wed, 24 Jul 2013 11:46:43 -0400 Message-ID: <20975.63203.802379.76278@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1374680838 30011 80.91.229.3 (24 Jul 2013 15:47:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Jul 2013 15:47:18 +0000 (UTC) Cc: Dieter Wilhelm To: 14931@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jul 24 17:47:16 2013 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 1V21HU-0005w3-Ex for geb-bug-gnu-emacs@m.gmane.org; Wed, 24 Jul 2013 17:47:12 +0200 Original-Received: from localhost ([::1]:49983 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V21HU-0005uT-3J for geb-bug-gnu-emacs@m.gmane.org; Wed, 24 Jul 2013 11:47:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V21HP-0005qJ-1T for bug-gnu-emacs@gnu.org; Wed, 24 Jul 2013 11:47:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V21HL-0005ql-69 for bug-gnu-emacs@gnu.org; Wed, 24 Jul 2013 11:47:06 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V21HK-0005qM-WC for bug-gnu-emacs@gnu.org; Wed, 24 Jul 2013 11:47:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1V21HK-0002rH-Ff for bug-gnu-emacs@gnu.org; Wed, 24 Jul 2013 11:47:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 24 Jul 2013 15:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14931 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 14931-submit@debbugs.gnu.org id=B14931.137468080810922 (code B ref 14931); Wed, 24 Jul 2013 15:47:02 +0000 Original-Received: (at 14931) by debbugs.gnu.org; 24 Jul 2013 15:46:48 +0000 Original-Received: from localhost ([127.0.0.1]:47269 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V21H5-0002q1-V4 for submit@debbugs.gnu.org; Wed, 24 Jul 2013 11:46:48 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:40763 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V21H3-0002po-Ib for 14931@debbugs.gnu.org; Wed, 24 Jul 2013 11:46:46 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1V21H2-0003X8-0K; Wed, 24 Jul 2013 11:46:44 -0400 In-Reply-To: X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: yellow X-Ran: }9cxF${.B]3@dNz^11G%K#?EI/U-_bPU9VoNccac,gBzN]~`ywr&vYpc1^@U8mGOe+l0x= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x 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:76624 Archived-At: Please keep the debbugs address cc'd. Resending your comments so they are more visible. Date: Wed, 24 Jul 2013 11:03:16 +0200 From: "Dieter Wilhelm, H." 2013/7/24 Glenn Morris : Hi Glenn, thank you for your reply. >> dired-x does not mark lists of extension as advertised, please have a >> look at the following diff output. > It seems to work for me, and at first sight your patch does not look > right. I tried: > emacs-24.3 -Q -l dired-x > C-x d /path/to/lisp > M-: (dired-mark-extension '(".el" ".elc")) Sorry, I did only consider the interactive approach with 'C-* .'! Since I think this is more relevant/frequent to the dired usage as the purely programatical one. Idealy one would combine both! :-) With my diff a simple sequence in the mini-buffer like 'png jpg' is working, though not with the original code... Thanks for your attention Dieter