Skip to content

Commit 402e119

Browse files
committed
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.
1 parent 9f2d7f6 commit 402e119

File tree

2 files changed

+2
-1601
lines changed

2 files changed

+2
-1601
lines changed

doc/src/sgml/docguide.sgml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,10 +1005,8 @@ save_size.pdfjadetex = 15000
10051005
(setq sgml-indent-step 1)
10061006
(setq sgml-indent-data t)
10071007
(setq sgml-parent-document nil)
1008-
(setq sgml-default-dtd-file "./reference.ced")
10091008
(setq sgml-exposed-tags nil)
10101009
(setq sgml-catalog-files '("/usr/local/share/sgml/catalog"))
1011-
(setq sgml-ecat-files nil)
10121010

10131011
(autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t )
10141012
</programlisting>
@@ -1025,8 +1023,6 @@ save_size.pdfjadetex = 15000
10251023
</para>
10261024

10271025
<para>
1028-
The <productname>PostgreSQL</productname> distribution includes a
1029-
parsed DTD definitions file <filename>reference.ced</filename>.
10301026
You might find that when using <productname>PSGML</productname>, a
10311027
comfortable way of working with these separate files of book
10321028
parts is to insert a proper <literal>DOCTYPE</literal>
@@ -1056,6 +1052,8 @@ save_size.pdfjadetex = 15000
10561052
<productname>PSGML</productname>, but it's less confusing and
10571053
lighter weight. Also, it offers syntax highlighting (font lock),
10581054
which can be very helpful.
1055+
<filename>src/tools/editors/emacs.samples</filename> contains
1056+
sample settings for this mode.
10591057
</para>
10601058

10611059
<para>

0 commit comments

Comments
 (0)