Re: Emacs local vars at the tail of every file

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Emacs local vars at the tail of every file
Date: 2006-09-11 13:59:40
Message-ID: 22434.1157983180@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Gregory Stark wrote:
>> I don't know if this changes the calculus but apparently we've already decided
>> to go down the route of having Emacs local variables attached to every file in
>> the source directory. We have things like this there:
>>
>> <!-- Keep this comment at the end of the file
>> Local variables:

> Only in the docs.

And indeed I'd argue for taking those *out* of the docs files, and
adding them to the suggested emacs config-file hacking. A sufficient
reason why is that I doubt these settings are uniformly valid across
all emacs versions. We already know that the C-code indentation
settings have changed, and this sgml configuration is far more detailed
than those.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2006-09-11 14:08:26 Re: Buildfarm vs. Linux Distro classification
Previous Message Markus Schaber 2006-09-11 13:58:54 Re: Proposal for GUID datatype