pgsql: Update documentation editor setup instructions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Update documentation editor setup instructions
Дата
Msg-id E1fe3mG-0006UJ-RZ@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bc4e355f013d6122e4ae17fa99e9db20babbb86a

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(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix crash in json{b}_populate_recordset() andjson{b}_to_records
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Add wait event for fsync of WAL segments