summaryrefslogtreecommitdiff
path: root/doc/src/sgml/docguide.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut2010-10-14 18:32:45 +0000
committerPeter Eisentraut2010-10-14 20:16:46 +0000
commit402e11913fe05a7523828554cc2de3f1eb982d9c (patch)
tree58502e7a1a6bed57f86f2551220162ad948dbf68 /doc/src/sgml/docguide.sgml
parent9f2d7f6e2de23ecc1cfdd4172e23bd8b949fbcd2 (diff)
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.
Diffstat (limited to 'doc/src/sgml/docguide.sgml')
-rw-r--r--doc/src/sgml/docguide.sgml6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml
index 87c7ddf2b0a..5da2d61b20b 100644
--- a/doc/src/sgml/docguide.sgml
+++ b/doc/src/sgml/docguide.sgml
@@ -1005,10 +1005,8 @@ save_size.pdfjadetex = 15000
(setq sgml-indent-step 1)
(setq sgml-indent-data t)
(setq sgml-parent-document nil)
-(setq sgml-default-dtd-file "./reference.ced")
(setq sgml-exposed-tags nil)
(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 )
</programlisting>
@@ -1025,8 +1023,6 @@ save_size.pdfjadetex = 15000
</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
comfortable way of working with these separate files of book
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
lighter weight. Also, it offers syntax highlighting (font lock),
which can be very helpful.
+ <filename>src/tools/editors/emacs.samples</filename> contains
+ sample settings for this mode.
</para>
<para>