From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "ChunYe Wang" Newsgroups: gmane.emacs.help Subject: Re: Opening a list of files in Emacs Date: Thu, 12 Oct 2006 02:22:36 GMT Organization: Nokia Message-ID: References: <1160617228.713168.214220@b28g2000cwb.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1160620932 5861 80.91.229.2 (12 Oct 2006 02:42:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Oct 2006 02:42:12 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 12 04:42:10 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GXqWP-0007QK-AJ for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Oct 2006 04:42:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXqWO-0004uw-Pi for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Oct 2006 22:42:08 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news.netcologne.de!newsfeed-fusi2.netcologne.de!newsfeed.freenet.de!border2.nntp.ams.giganews.com!nntp.giganews.com!uio.no!newsfeed1.funet.fi!newsfeeds.funet.fi!feeder1.news.jippii.net!nntp.inet.fi!inet.fi!newsfeed1.nokia.com!news1.nokia.com!news2.nokia.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-NNTP-Posting-Host: 172.28.82.74 Original-X-Complaints-To: newsmaster@nokia.com Original-X-Trace: news2.nokia.com 1160619756 172.28.82.74 (Thu, 12 Oct 2006 05:22:36 EET DST) Original-NNTP-Posting-Date: Thu, 12 Oct 2006 05:22:36 EET DST Original-Xref: shelby.stanford.edu gnu.emacs.help:142374 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37995 Archived-At: "ChunYe Wang" writes: sorry for typos. > venu.nayar@gmail.com writes: > > M-x query-replace-regexp-eval > .* > (format "(find %S)" (match-string 0)) (format "(find-file %S)" (match-string 0)) > > M-x eval-buffer > > > 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? > > > > Thanks, > > Venu Nayar > > > > -- > Best Regards > ChunYe Wang -- Best Regards ChunYe Wang