help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Opening a list of files in Emacs


From: ChunYe Wang
Subject: Re: Opening a list of files in Emacs
Date: Thu, 12 Oct 2006 02:22:36 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

"ChunYe Wang" <ext-chunye.wang@nokia.com> writes:
sorry for typos.

> venu.nayar@gmail.com writes:
> 
> M-x query-replace-regexp-eval <RET> 
>     .* <RET> 
>     (format "(find %S)" (match-string 0)) <RET>
      (format "(find-file %S)" (match-string 0)) <RET>
> 
> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]