all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Vivek Dasmohapatra'" <vivek@etla.org>, <emacs-devel@gnu.org>
Subject: RE: Feature request: dired-open-marked-files
Date: Sat, 14 Mar 2009 23:39:57 -0700	[thread overview]
Message-ID: <003801c9a538$dc4a2c90$0200a8c0@us.oracle.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0903150120380.7868@localhost>

> 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.

See `dired-x.el', command `dired-do-find-marked-files', bound to `F' in Dired.





  reply	other threads:[~2009-03-15  6:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-15  1:26 Feature request: dired-open-marked-files Vivek Dasmohapatra
2009-03-15  6:39 ` Drew Adams [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='003801c9a538$dc4a2c90$0200a8c0@us.oracle.com' \
    --to=drew.adams@oracle.com \
    --cc=emacs-devel@gnu.org \
    --cc=vivek@etla.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.