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

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

Re: Opening Sets of Files


From: Kevin Rodgers
Subject: Re: Opening Sets of Files
Date: Thu, 21 Sep 2006 08:45:05 -0600
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Bill wrote:
Using Emacs 22.0.5:

#1. How would one go about having emacs open a set of files at
startup, from one dir, but not all the files in that dir?

That depends on your shell:

emacs foo*.el *.java
emacs `cat list_of_interesting_files`

See also the Filesets node of the Emacs manual.

#2. How would one go about doing this dynamically? In other words
    with the set of files which were last being edited?

See the "Saving Emacs Sessions" node of the Emacs manual.

--
Kevin





reply via email to

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