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: Angelo Graziosi
Subject: Re: Visiting a set of files listed in a file
Date: Sat, 9 Apr 2022 22:21:44 +0200 (CEST)

> Il 09/04/2022 16:44 Eli Zaretskii ha scritto:
> 
>  
> > Date: Sat, 9 Apr 2022 13:29:51 +0200 (CEST)
> > From: Angelo Graziosi 
> > 
> > 
> > the best I was able to do is this:
> > 
> > @echo off
> > Setlocal EnableDelayedExpansion
> > set fls=
> > for /f "delims=" %%A in ('type list-of-buffers') do set fls=!fls! %%A
> > C:\LocalApps\Emacs\bin\emacs.exe %fls%
> 
> There's a better way, assuming you have GNU Findutils:
> 
>   C:\>type list-of-buffers | xargs C:\LocalApps\Emacs\bin\emacs

Thanks for suggestions..



reply via email to

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