Re: updated emacs configuration

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: updated emacs configuration
Date: 2013-06-26 03:17:47
Message-ID: 1372216667.5936.6.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 2013-06-23 at 16:03 -0400, Noah Misch wrote:
> > ((c-mode . ((c-basic-offset . 4)
> > (fill-column . 79)
>
> I don't know whether you'd consider it to fall within the scope of this
> update, but 78 is the fill-column setting that matches pgindent.

Well, well, well. I did some extensive tests some time ago when that
setting was added. I have a suspicion that this could be related to the
recent pgindent changes (which everyone claims were no changes). I'm
going to have to research that some more.

> > (sgml-mode . ((fill-column . 79)
> > (indent-tabs-mode . nil))))
>
> SGML fill-column practice has varied widely. I estimate 72 is more the norm,
> though I personally favor longer lines like we use in source code comments.

I have no strong feelings about this.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2013-06-26 03:20:27 Re: Review: Patch to compute Max LSN of Data Pages
Previous Message Peter Eisentraut 2013-06-26 03:14:42 Re: updated emacs configuration