Re: updated emacs configuration

Поиск
Список
Период
Сортировка
От Noah Misch
Тема Re: updated emacs configuration
Дата
Msg-id 20130623200309.GA827387@tornado.leadboat.com
обсуждение исходный текст
Ответ на updated emacs configuration  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: updated emacs configuration  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On Thu, Jun 13, 2013 at 09:27:07PM -0400, Peter Eisentraut wrote:
> I think the suggested emacs configuration snippets in
> src/tools/editors/emacs.samples no longer represent current best
> practices.  I have come up with some newer things that I'd like to
> propose for review.

> ((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.

>  (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.

-- 
Noah Misch
EnterpriseDB                                 http://www.enterprisedb.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: updated emacs configuration
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: [PATCH] pgbench --throttle (submission 7 - with lag measurement)