Re: pgsql: Add some instructions on how to customize emacs for working on - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Add some instructions on how to customize emacs for working on
Date
Msg-id 4A118B3D.3070900@dunslane.net
Whole thread Raw
In response to pgsql: Add some instructions on how to customize emacs for working on  (petere@postgresql.org (Peter Eisentraut))
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make pwdfMatchesString() a little more careful about matching *
Next
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Update Windows install docs.