pgsql: Update documentation editor setup instructions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update documentation editor setup instructions
Date: 2018-07-13 19:30:52
Message-ID: E1fe3mG-0006UI-RR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update documentation editor setup instructions

Now that the documentation sources are in XML rather than SGML, some of
the documentation about the editor, or more specifically Emacs, setup
needs updating. The updated instructions recommend using nxml-mode,
which works mostly out of the box, with some small tweaks in
emacs.samples and .dir-locals.el.

Also remove some obsolete stuff in .dir-locals.el. I did, however,
leave the sgml-mode settings in there so that someone using Emacs
without emacs.samples gets those settings when editing a *.sgml file.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/333224c99ed107a4e73dc7768879c2a37c6f99ab

Modified Files
--------------
.dir-locals.el | 4 +-
doc/src/sgml/docguide.sgml | 118 +++++++---------------------------------
src/tools/editors/emacs.samples | 19 +++++--
3 files changed, 38 insertions(+), 103 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David G. Johnston 2018-07-13 21:19:29 Re: pgsql: Fix parallel index and index-only scans to fall back to serial.
Previous Message Heikki Linnakangas 2018-07-13 19:22:42 Re: pgsql: Fix parallel index and index-only scans to fall back to serial.