* Opening Sets of Files
@ 2006-09-21 3:13 Bill
2006-09-21 14:45 ` Kevin Rodgers
0 siblings, 1 reply; 3+ messages in thread
From: Bill @ 2006-09-21 3:13 UTC (permalink / raw)
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?
#2. How would one go about doing this dynamically? In other words
with the set of files which were last being edited?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Opening Sets of Files
[not found] <mailman.7216.1158808401.9609.help-gnu-emacs@gnu.org>
@ 2006-09-21 3:54 ` Jesse Alama
0 siblings, 0 replies; 3+ messages in thread
From: Jesse Alama @ 2006-09-21 3:54 UTC (permalink / raw)
Bill <tfc4@cybcon.com> writes:
> 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?
>
> #2. How would one go about doing this dynamically? In other words
> with the set of files which were last being edited?
Concerning #2 I can think of two possibilities: recentf (which is now
part of emacs 22), and session-el
(http://emacs-session.sourceforge.net). I don't know whether these
actually do what you want, but they may.
Jesse
--
Jesse Alama (alama@stanford.edu)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Opening Sets of Files
2006-09-21 3:13 Opening Sets of Files Bill
@ 2006-09-21 14:45 ` Kevin Rodgers
0 siblings, 0 replies; 3+ messages in thread
From: Kevin Rodgers @ 2006-09-21 14:45 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-09-21 14:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-21 3:13 Opening Sets of Files Bill
2006-09-21 14:45 ` Kevin Rodgers
[not found] <mailman.7216.1158808401.9609.help-gnu-emacs@gnu.org>
2006-09-21 3:54 ` Jesse Alama
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.