From: Fang lun gang <no@mail.com>
Subject: Re: Opening a list of files in Emacs
Date: Sat, 14 Oct 2006 11:50:08 +0800 [thread overview]
Message-ID: <878xjj36a7.fsf@mail.com> (raw)
In-Reply-To: mailman.8132.1160776207.9609.help-gnu-emacs@gnu.org
I would prefer apply M-x ffap on each line of the file.
Define a keyboard macro for that operation would be even better.
>>>>> "Dieter" == Dieter Wilhelm <dieter@duenenhof-wilhelm.de> writes:
Dieter> "ChunYe Wang" <ext-chunye.wang@nokia.com> writes:
>>> > I have a file containing a list of files (full-pathname), one per
>>> line. > How do I open this list of files from Emacs? Is there a elisp
>>> package > to do this?
>>
>>> venu.nayar@gmail.com writes:
>>>
>>> M-x query-replace-regexp-eval <RET> .* <RET>
>> (format "(find-file %S)" (match-string 0)) <RET>
>>>
>>> M-x eval-buffer
Dieter> Another idea is:
Dieter> M-x query-replace-regexp-eval <RET> .* <RET> (find-file-noselect \0)
Dieter> or maybe just
Dieter> cat file_list|xargs emacs
Dieter> -- Best wishes
Dieter> H. Dieter Wilhelm Darmstadt, Germany
--
Regards,
Fang lun gang
next prev parent reply other threads:[~2006-10-14 3:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-12 1:40 Opening a list of files in Emacs venu.nayar
2006-10-12 2:02 ` Pascal Bourguignon
2006-10-12 15:25 ` CloudStrife
2006-10-12 2:21 ` ChunYe Wang
2006-10-12 2:22 ` ChunYe Wang
2006-10-13 21:37 ` Dieter Wilhelm
[not found] ` <mailman.8132.1160776207.9609.help-gnu-emacs@gnu.org>
2006-10-14 3:50 ` Fang lun gang [this message]
2006-10-16 15:42 ` Kevin Rodgers
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=878xjj36a7.fsf@mail.com \
--to=no@mail.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).