mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 00:01:28 -04:00
Remove reference.ced
This is a parsed DocBook DTD for the PSGML Emacs mode, but it hasn't been updated since we switched to DocBook 4.2 about seven years ago. Also, PSGML has deprecated this method of DTD parsing.
This commit is contained in:
parent
9f2d7f6e2d
commit
402e11913f
@ -1005,10 +1005,8 @@ save_size.pdfjadetex = 15000
|
|||||||
(setq sgml-indent-step 1)
|
(setq sgml-indent-step 1)
|
||||||
(setq sgml-indent-data t)
|
(setq sgml-indent-data t)
|
||||||
(setq sgml-parent-document nil)
|
(setq sgml-parent-document nil)
|
||||||
(setq sgml-default-dtd-file "./reference.ced")
|
|
||||||
(setq sgml-exposed-tags nil)
|
(setq sgml-exposed-tags nil)
|
||||||
(setq sgml-catalog-files '("/usr/local/share/sgml/catalog"))
|
(setq sgml-catalog-files '("/usr/local/share/sgml/catalog"))
|
||||||
(setq sgml-ecat-files nil)
|
|
||||||
|
|
||||||
(autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t )
|
(autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t )
|
||||||
</programlisting>
|
</programlisting>
|
||||||
@ -1025,8 +1023,6 @@ save_size.pdfjadetex = 15000
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The <productname>PostgreSQL</productname> distribution includes a
|
|
||||||
parsed DTD definitions file <filename>reference.ced</filename>.
|
|
||||||
You might find that when using <productname>PSGML</productname>, a
|
You might find that when using <productname>PSGML</productname>, a
|
||||||
comfortable way of working with these separate files of book
|
comfortable way of working with these separate files of book
|
||||||
parts is to insert a proper <literal>DOCTYPE</literal>
|
parts is to insert a proper <literal>DOCTYPE</literal>
|
||||||
@ -1056,6 +1052,8 @@ save_size.pdfjadetex = 15000
|
|||||||
<productname>PSGML</productname>, but it's less confusing and
|
<productname>PSGML</productname>, but it's less confusing and
|
||||||
lighter weight. Also, it offers syntax highlighting (font lock),
|
lighter weight. Also, it offers syntax highlighting (font lock),
|
||||||
which can be very helpful.
|
which can be very helpful.
|
||||||
|
<filename>src/tools/editors/emacs.samples</filename> contains
|
||||||
|
sample settings for this mode.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user