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

Started by Peter Eisentrautabout 17 years ago2 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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)

#2Andrew Dunstan
andrew@dunslane.net
In reply to: Peter Eisentraut (#1)
Re: pgsql: Add some instructions on how to customize emacs for working on

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