all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Feature request: dired-open-marked-files
@ 2009-03-15  1:26 Vivek Dasmohapatra
  2009-03-15  6:39 ` Drew Adams
  0 siblings, 1 reply; 9+ messages in thread
From: Vivek Dasmohapatra @ 2009-03-15  1:26 UTC (permalink / raw)
  To: emacs-devel

This request came up recently in #emacs and I'm told it has come up before:
There didn't seem to be a canned way to do this, so I came up with:

(defun dired-open-marked-files ()
   (interactive)
   (let ((distinguish-one-marked nil))
     (mapc 'find-file
           (dired-map-over-marks (dired-get-file-for-visit)
                                 current-prefix-arg))))

I haven't looked into this in any great detail, so there may be a better
or more obvious way to do it, but I thought the functionality at least
would make a handy addition to dired.





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-03-16  9:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-15  1:26 Feature request: dired-open-marked-files Vivek Dasmohapatra
2009-03-15  6:39 ` Drew Adams
2009-03-15  6:44   ` Miles Bader
2009-03-15  7:03     ` Drew Adams
2009-03-15  7:15       ` Miles Bader
2009-03-15  7:47         ` Drew Adams
2009-03-15 11:25           ` Leo
2009-03-16  9:42       ` Richard M Stallman
2009-03-15 15:08   ` Vivek Dasmohapatra

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.