From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stephen Dickey Newsgroups: gmane.emacs.help Subject: dired question Date: 17 Oct 2004 23:20:59 +0000 Organization: Central Iowa (Model) Railroad, Plano, TX, USA Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098055383 26219 80.91.229.6 (17 Oct 2004 23:23:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Oct 2004 23:23:03 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 18 01:22:51 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CJKMU-0001Xs-00 for ; Mon, 18 Oct 2004 01:22:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJKTk-0002Gq-EB for geh-help-gnu-emacs@m.gmane.org; Sun, 17 Oct 2004 19:30:20 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!news1.google.com!news.glorb.com!news.moat.net!news.airnews.net!cabal13.airnews.net!cabal11.airnews.net!egsner!news.cirr.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 7 Original-NNTP-Posting-Host: norge.freeshell.org Original-X-Trace: chessie.cirr.com 1098055261 26596 192.94.73.3 (17 Oct 2004 23:21:01 GMT) Original-X-Complaints-To: abuse@cirr.com Original-NNTP-Posting-Date: Sun, 17 Oct 2004 23:21:01 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:125917 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21288 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21288 I would like to run a command on files marked in a dired buffer in the order in which they were marked. Is there a built in way to do this? If not, I was thinking of advising dired-mark and dired-get-marked-files to do this. Does this approach seem reasonable? --