all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xah Lee <xah@xahlee.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Dired question
Date: Mon, 19 May 2008 06:23:54 -0700 (PDT)	[thread overview]
Message-ID: <984dfe61-81c1-45a3-8f33-dc91a78400d3@s33g2000pri.googlegroups.com> (raw)
In-Reply-To: 3a279f01-b2bd-4336-a7af-f752b386d8d8@x41g2000hsb.googlegroups.com

harven wrote:
«Is there some keybinding or command in Dired that open in background
all marked files (that is, put them in buffers, without actually
displaying them in windows) ?»

in addiction to what Drew Adams's reply...

I also had this question, and i think i've seen this asked at least 3
times here. So perhaps emacs developers can consider moving it into
dired.

For me, i pull the function out from dired-x and put into my .emacs,
because loading dired-x changed some behavior of dired i didn't like.
(dont remember what it was).

The function to pull are:

dired-do-find-marked-files
dired-simultaneous-find-file

  Xah
  xah@xahlee.org
∑ http://xahlee.org/

☄

"Drew Adams" <drew.ad...@oracle.com> wrote:
> Load library dired-x.el, then, in Dired, mark the files, then use `F' with a
> prefix arg: `C-u F'.
>
> To find this out: Consult the Emacs manual, which mentions dired-x.el. Then in
> Dired mode, do `C-h m' to get info about the mode.
>
> Unfortunately, the doc string for `F' (via `C-h k F'), which is command
> `dired-do-find-marked-files', says only this: "With optional NOSELECT just find
> files but do not select them." What it neglects to mention is that the optional
> argument NOSELECT corresponds to using a prefix argument (`C-u').
>
> Put this in your init file to get dired-x.el: (require 'dired-x)
> Or load it manually: `M-x load-library dired-x'.




  parent reply	other threads:[~2008-05-19 13:23 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-18 21:07 Dired question harven
2008-05-18 22:20 ` Drew Adams
2008-05-19 13:23 ` Xah Lee [this message]
2008-05-19 14:05 ` Joel J. Adamson
2008-05-19 19:11 ` harven
  -- strict thread matches above, loose matches on Subject: below --
2004-10-17 23:20 dired question Stephen Dickey
2004-10-18  5:21 ` oliver
2004-10-18  5:39   ` Stephen Dickey
2004-10-18 14:05 ` Stefan Monnier
2004-10-18 18:05   ` Stephen Dickey
2004-10-18 18:58     ` Stefan Monnier
2004-10-18 21:05       ` Stephen Dickey
2004-10-18 21:34         ` Thien-Thi Nguyen
2004-10-18 22:49 ` Brad Collins

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=984dfe61-81c1-45a3-8f33-dc91a78400d3@s33g2000pri.googlegroups.com \
    --to=xah@xahlee.org \
    --cc=help-gnu-emacs@gnu.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.