From: Mathias Dahl <brakjoller@gmail.com>
Subject: Re: create and open tags in windows and other markings...
Date: Tue, 18 Jul 2006 11:01:15 +0200 [thread overview]
Message-ID: <uzmf7nv6s.fsf@gmail.com> (raw)
In-Reply-To: 1153171294.510567.207970@s13g2000cwa.googlegroups.com
"newbKt" <katydotlee@gmail.com> writes:
>> To actually open the marked files, the only command I found seems to
>> be `F', `dired-do-find-marked-files'. Try that.
>
> That did not work for me. Is there a way to try to type
> `dired-do-find-marked-files' in the minibuffer? How do you type in that
> area? When I click on it, it opens the Messages buffer...
It is part of `dired-x', maybe you could try loading that:
M-x load-library RET dired-x RET
Not sure in which version of Emacs that was included though.
If it works, you might want to put this in your .emacs:
(defun my-dired-init ()
(require 'dired-x))
(add-hook 'dired-load-hook 'my-dired-init))
It will make sure `dired-x' is loaded when Dired starts.
next prev parent reply other threads:[~2006-07-18 9:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-14 21:21 create and open tags in windows and other markings newbKt
2006-07-15 7:47 ` Ralf Angeli
2006-07-17 21:15 ` newbKt
2006-07-17 10:27 ` Mathias Dahl
2006-07-17 21:21 ` newbKt
2006-07-18 9:01 ` Mathias Dahl [this message]
2006-07-20 1:04 ` newbKt
2006-07-17 10:39 ` Mathias Dahl
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=uzmf7nv6s.fsf@gmail.com \
--to=brakjoller@gmail.com \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).