From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Greg Hill Newsgroups: gmane.emacs.help Subject: Re: Creating projects in Emacs Date: Wed, 24 Apr 2002 10:30:38 -0700 Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: main.gmane.org 1019672075 20747 127.0.0.1 (24 Apr 2002 18:14:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 24 Apr 2002 18:14:35 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 170RHn-0005OP-00 for ; Wed, 24 Apr 2002 20:14:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170QfP-00045y-00; Wed, 24 Apr 2002 13:34:55 -0400 Original-Received: from renfield.synergymicro.com ([153.105.4.30] helo=synergymicro.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170QbJ-0002FE-00 for ; Wed, 24 Apr 2002 13:30:41 -0400 Original-Received: from synergy.synergy.encinitas.ca.us ([153.105.4.29]) by synergymicro.com (8.9.3/8.9.3) with ESMTP id KAA09608 for ; Wed, 24 Apr 2002 10:30:18 -0700 Original-Received: from [198.17.100.22] (G_Hill_Mac [198.17.100.22]) by synergy.synergy.encinitas.ca.us (8.9.3/8.8.7) with ESMTP id KAA27851 for ; Wed, 24 Apr 2002 10:31:48 -0700 In-Reply-To: <3CC6E42B.564875FA@nb.conexant.com> Original-To: Help Gnu Emacs Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:167 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:167 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