Update documentation editor setup instructions

Peter Eisentraut <peter_e@gmx.net>

Commit: bc4e355f013d6122e4ae17fa99e9db20babbb86a
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-07-13T19:28:18Z
Releases: 11.0
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.

Files

PathChange+/−
.dir-locals.el modified +2 −2
doc/src/sgml/docguide.sgml modified +21 −97
src/tools/editors/emacs.samples modified +15 −4

Documentation touched