From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.help Subject: Re: Using only one emacs session Date: Fri, 15 May 2009 06:49:29 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1242398506 28035 80.91.229.12 (15 May 2009 14:41:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 May 2009 14:41:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 15 16:41:39 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M4ybO-0003z7-PY for geh-help-gnu-emacs@m.gmane.org; Fri, 15 May 2009 16:41:35 +0200 Original-Received: from localhost ([127.0.0.1]:56911 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4ybN-0002Ks-Ul for geh-help-gnu-emacs@m.gmane.org; Fri, 15 May 2009 10:41:34 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!nx01.iad01.newshosting.com!newshosting.com!69.16.185.16.MISMATCH!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!s31g2000vbp.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 213.41.232.205 Original-X-Trace: posting.google.com 1242395369 24022 127.0.0.1 (15 May 2009 13:49:29 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 15 May 2009 13:49:29 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s31g2000vbp.googlegroups.com; posting-host=213.41.232.205; posting-account=ekTE0goAAADiVCThPmo4ph0C5bTUhQOx User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.10) Gecko/2009042708 Fedora/3.0.10-1.fc9 Firefox/3.0.10, gzip(gfe), gzip(gfe) X-HTTP-Via: 1.1 grimoire.wyplay.int:3128 (squid/2.5.STABLE14) Original-Xref: news.stanford.edu gnu.emacs.help:169202 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64467 Archived-At: On May 15, 3:38=A0pm, Lowell Gilbert wrote: > > That will let you get the settings from the last time you set things up, > but it begs the question, which is having those settings co-exist in the > same session with other settings for other work. =A0The way to do the > latter is to make the settings buffer-local. =A0A good method is to do > this in a mode hook; you can even have the mode hook look at the path > and set the build command accordingly. =A0 yes that's what I do with my multiple emacs session setting. I use desktop package and each project has a specific desktop file which saves setting per work.