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: Sat, 16 May 2009 05:33:19 -0700 (PDT) Organization: http://groups.google.com Message-ID: <92e05b99-6fe0-4092-bedf-9fa64a883422@g19g2000vbi.googlegroups.com> References: <042f0d6f-5784-4670-a716-c62a1cf0d25c@n8g2000vbb.googlegroups.com> <7coctu8p4d.fsf@pbourguignon.anevia.com> 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 1242477654 21549 80.91.229.12 (16 May 2009 12:40:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 May 2009 12:40:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 16 14:40:47 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 1M5JC2-0008L6-Do for geh-help-gnu-emacs@m.gmane.org; Sat, 16 May 2009 14:40:46 +0200 Original-Received: from localhost ([127.0.0.1]:41303 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M5JC2-0001WH-0F for geh-help-gnu-emacs@m.gmane.org; Sat, 16 May 2009 08:40:46 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g19g2000vbi.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 82.235.205.153 Original-X-Trace: posting.google.com 1242477199 14051 127.0.0.1 (16 May 2009 12:33:19 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 16 May 2009 12:33:19 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g19g2000vbi.googlegroups.com; posting-host=82.235.205.153; 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.fc10 Firefox/3.0.10, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:169227 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:64488 Archived-At: On May 15, 6:50=A0pm, "Suttles, Andrew C. (GRC-DSI0)" wrote: > I put local variables at the bottom of each project file I write code in.= =A0When I load the source files, the compile command is automatically conf= igured. > IMHO, that's not a good solution because if you work on project with several people, each person can't clutter each file with his editor configuration. And if you want to change one value of a variable you need to edit all files of the project.