Re: pgsql: Add some instructions on how to customize emacs for working on

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Add some instructions on how to customize emacs for working on
Дата
Msg-id 4A118B3D.3070900@dunslane.net
обсуждение исходный текст
Ответ на pgsql: Add some instructions on how to customize emacs for working on  (petere@postgresql.org (Peter Eisentraut))
Список pgsql-committers

Peter Eisentraut wrote:
> Log Message:
> -----------
> Add some instructions on how to customize emacs for working on the SGML
> sources.
>
> Modified Files:
> --------------
>     pgsql/src/tools/editors:
>         emacs.samples (r1.1 -> r1.2)
>         (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/editors/emacs.samples?r1=1.1&r2=1.2)
>
>

Is this really what you meant to add?

> (setq auto-mode-alist
>   (cons '("\\(postgres\\|pgsql\\).*\\.sgml\\'" . pgsql-c-mode)
>         auto-mode-alist))


shouldn't that be pgsql-sgml-mode ?

cheers

andrew

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Make pwdfMatchesString() a little more careful about matching *
Следующее
От: bmomjian@pgfoundry.org (User Bmomjian)
Дата:
Сообщение: pg-migrator - pg_migrator: Update Windows install docs.