From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Suttles, Andrew C. (GRC-DSI0)" Newsgroups: gmane.emacs.help Subject: RE: Using only one emacs session Date: Mon, 18 May 2009 08:14:30 -0500 Message-ID: <9A19D3881CEC5941A7AE5A097554E8414C16ECE2F6@NDJSSCC05.ndc.nasa.gov> References: <042f0d6f-5784-4670-a716-c62a1cf0d25c@n8g2000vbb.googlegroups.com> <7coctu8p4d.fsf@pbourguignon.anevia.com> <92e05b99-6fe0-4092-bedf-9fa64a883422@g19g2000vbi.googlegroups.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 1242668773 13052 80.91.229.12 (18 May 2009 17:46:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 May 2009 17:46:13 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 18 19:46:05 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 1M66ub-0002Ty-Gg for geh-help-gnu-emacs@m.gmane.org; Mon, 18 May 2009 19:46:05 +0200 Original-Received: from localhost ([127.0.0.1]:59497 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M66ua-0005L0-T5 for geh-help-gnu-emacs@m.gmane.org; Mon, 18 May 2009 13:46:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M62fv-0005uR-Ro for help-gnu-emacs@gnu.org; Mon, 18 May 2009 09:14:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M62fq-0005uB-6m for help-gnu-emacs@gnu.org; Mon, 18 May 2009 09:14:38 -0400 Original-Received: from [199.232.76.173] (port=60424 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M62fq-0005u8-11 for help-gnu-emacs@gnu.org; Mon, 18 May 2009 09:14:34 -0400 Original-Received: from ndmsnpf01.ndc.nasa.gov ([198.117.0.121]:44893) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M62fp-0002M7-Or for help-gnu-emacs@gnu.org; Mon, 18 May 2009 09:14:33 -0400 Original-Received: from ndjsppt02.ndc.nasa.gov (ndjsppt02.ndc.nasa.gov [198.117.1.101]) by ndmsnpf01.ndc.nasa.gov (Postfix) with ESMTP id 1CCC99487 for ; Mon, 18 May 2009 08:14:32 -0500 (CDT) Original-Received: from ndjshub02.ndc.nasa.gov (ndjshub02.ndc.nasa.gov [198.117.4.161]) by ndjsppt02.ndc.nasa.gov (8.14.3/8.14.3) with ESMTP id n4IDEVcE030991 for ; Mon, 18 May 2009 08:14:31 -0500 Original-Received: from NDJSSCC05.ndc.nasa.gov ([198.117.4.174]) by ndjshub02.ndc.nasa.gov ([198.117.4.161]) with mapi; Mon, 18 May 2009 08:14:31 -0500 Thread-Topic: Using only one emacs session Thread-Index: AcnWI4nNdF68IEL/Q3KIvbwbjxsvdwBlr/RA In-Reply-To: <92e05b99-6fe0-4092-bedf-9fa64a883422@g19g2000vbi.googlegroups.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.7400:2.4.4, 1.2.40, 4.0.166 definitions=2009-05-18_01:2009-04-28, 2009-05-18, 2009-05-18 signatures=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Mon, 18 May 2009 13:45:36 -0400 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:64540 Archived-At: Good point. I was thinking of two small programming projects where I am th= e chief code maintainer. However, if the only local variable at the bottom= of the source is "compile-command", it seems to be a good solution. The c= ompile command should be the same for whoever edits the source for projects= with simple compile commands. >-----Original Message----- >From: help-gnu-emacs-bounces+andrew.c.suttles=3Dnasa.gov@gnu.org >[mailto:help-gnu-emacs-bounces+andrew.c.suttles=3Dnasa.gov@gnu.org] On >Behalf Of Francis Moreau >Sent: Saturday, May 16, 2009 8:33 AM >To: help-gnu-emacs@gnu.org >Subject: Re: Using only one emacs session > >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 >configured. >> > > >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.