Re: updated emacs configuration - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: updated emacs configuration
Date
Msg-id 1372216667.5936.6.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: updated emacs configuration  (Noah Misch <noah@leadboat.com>)
Responses Re: updated emacs configuration
List 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.




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: updated emacs configuration
Next
From: Amit Kapila
Date:
Subject: Re: Review: Patch to compute Max LSN of Data Pages