* Creating projects in Emacs
@ 2002-04-24 12:47 Raghuraman
2002-04-24 16:58 ` Chuck Siska
0 siblings, 1 reply; 3+ messages in thread
From: Raghuraman @ 2002-04-24 12:47 UTC (permalink / raw)
[-- Attachment #1.1: Type: text/plain, Size: 235 bytes --]
Hi,
I'm a newbie and was wondering if there is any way to create a project/filegroup in emacs and save it - so that the next time the file is loaded, it loads all the files in the project. Pls reply to my id.
tia,
Raghu
[-- Attachment #1.2: Type: text/html, Size: 1072 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Creating projects in Emacs
2002-04-24 12:47 Creating projects in Emacs Raghuraman
@ 2002-04-24 16:58 ` Chuck Siska
2002-04-24 17:30 ` Greg Hill
0 siblings, 1 reply; 3+ messages in thread
From: Chuck Siska @ 2002-04-24 16:58 UTC (permalink / raw)
raghu --
1. "load" all the files for the project into emacs (an emacs
frame).
2. type M-x desktop-save, and specify the directory into which
you would like to save the desktop (i.e., the list of files).
3. when you want to reload all the files from the project, start
a fresh emacs (not really necessary, an already running one
will do) and type M-x desktop-read giving the same directory.
good luck
-- chuck
> Raghuraman wrote:
>
> Hi,
>
> I'm a newbie and was wondering if there is any way to
> create a project/filegroup in emacs and save it - so that the
> next time the file is loaded, it loads all the files in the
> project. Pls reply to my id.
>
> tia,
> Raghu
--
|\_/\_.-'""``:-._
What is life without looking for . . `; -._ )-;-,_`)
the next cute little bug to play with? v_,- _ ),(,.\ ``-'
_.- _.,-_/ / ((.'
-- chuck.siska@conexant.com `<}:.. ((,.-' ((,/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Creating projects in Emacs
2002-04-24 16:58 ` Chuck Siska
@ 2002-04-24 17:30 ` Greg Hill
0 siblings, 0 replies; 3+ messages in thread
From: Greg Hill @ 2002-04-24 17:30 UTC (permalink / raw)
In the Miscellaneous Commands chapter, under "Saving Emacs Sessions"
(section 30.11 in my copy) of the GNU Emacs Manual, it also
recommends:
add these lines at the end of your '.emacs' file:
(load "desktop")
(desktop-load-default)
(desktop-read)
That way all you have to do is make the directory in which you saved
your desktop your current shell directory, and type:
emacs
to get right back to where you were when you last worked on that
project. Every time you exit from emacs it automatically updates
your saved desktop for the next time. You have to manually type "M-x
desktop-save" only once per project. And you don't ever have to type
"M-x desktop-read". Everything else is automatic.
--Greg
At 9:58 AM -0700 4/24/02, Chuck Siska wrote:
>raghu --
>
>1. "load" all the files for the project into emacs (an emacs
> frame).
>
>2. type M-x desktop-save, and specify the directory into which
> you would like to save the desktop (i.e., the list of files).
>
>3. when you want to reload all the files from the project, start
> a fresh emacs (not really necessary, an already running one
> will do) and type M-x desktop-read giving the same directory.
>
>good luck
>
>-- chuck
>
>> Raghuraman wrote:
>>
>> Hi,
>>
>> I'm a newbie and was wondering if there is any way to
>> create a project/filegroup in emacs and save it - so that the
>> next time the file is loaded, it loads all the files in the
>> project. Pls reply to my id.
>>
>> tia,
>> Raghu
>
>--
> |\_/\_.-'""``:-._
>What is life without looking for . . `; -._ )-;-,_`)
>the next cute little bug to play with? v_,- _ ),(,.\ ``-'
> _.- _.,-_/ / ((.'
>-- chuck.siska@conexant.com `<}:.. ((,.-' ((,/
>
>_______________________________________________
>Help-gnu-emacs mailing list
>Help-gnu-emacs@gnu.org
>http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-04-24 17:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-24 12:47 Creating projects in Emacs Raghuraman
2002-04-24 16:58 ` Chuck Siska
2002-04-24 17:30 ` Greg Hill
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).