emacs-devel
[Top][All Lists]
Advanced

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

Re: Visiting a set of files listed in a file


From: Eli Zaretskii
Subject: Re: Visiting a set of files listed in a file
Date: Sat, 09 Apr 2022 12:59:54 +0300

> Date: Sat, 9 Apr 2022 11:31:29 +0200 (CEST)
> From: Angelo Graziosi <angelo.g0@libero.it>
> 
> Maybe this is obvious but I did not find a solution..
> 
> Can Emacs visit a set of files listed in a file?
> 
> For example, I have a text file with
> 
> /path_to/file1.f90
> /path_to/file2.txt
> /path_to/file3.c
> /path_to/file4.tex
> ....
> 
> How can I visit all those files without doing that manually which could be 
> tedious if the file to be visited are 40-50?
> 
> It would be useful doing that both from command line and inside Emacs...

Something like

  emacs `cat FILE`

I guess.



reply via email to

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