From a7a100da44f64b981ea453412bd41ff8313192ed Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Sun, 30 Apr 2000 23:01:09 +0000 Subject: [PATCH] Remove the note about not being able to use Emacs on 'split' SGML files, as the use of a Local Variables sections makes this eminently possible. This is one issue in the referenced PR, but the PRs not complete, so it stays open. PR: docs/16439 Submitted by: Karlheinz Eckmeier --- .../books/fdp-primer/structure/chapter.sgml | 18 +++--------------- .../books/fdp-primer/structure/chapter.sgml | 18 +++--------------- 2 files changed, 6 insertions(+), 30 deletions(-) diff --git a/en_US.ISO8859-1/books/fdp-primer/structure/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/structure/chapter.sgml index d0c899ed46..6b42003e89 100644 --- a/en_US.ISO8859-1/books/fdp-primer/structure/chapter.sgml +++ b/en_US.ISO8859-1/books/fdp-primer/structure/chapter.sgml @@ -27,7 +27,7 @@ ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - $FreeBSD$ + $FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/structure/chapter.sgml,v 1.2 1999/09/06 06:52:42 peter Exp $ --> @@ -261,25 +261,13 @@ complete SGML document. In particular, they will not have their own DOCTYPE line at the start of the file. - This is unfortunate for two reasons; - - - - It makes it impossible to treat these as generic SGML + This is unfortunate as + it makes it impossible to treat these as generic SGML files and simply convert them to HTML, RTF, PS, and other formats in the same way the main Handbook is generated. This would force you to rebuild the Handbook every time you want to see the effect a change as had on just one chapter. - - - - Emacs' sgml-mode can not use it to - determine the DTD to use, losing useful benefits of - sgml-mode (element completion, automatic - validation, and so on). - - diff --git a/en_US.ISO_8859-1/books/fdp-primer/structure/chapter.sgml b/en_US.ISO_8859-1/books/fdp-primer/structure/chapter.sgml index d0c899ed46..6b42003e89 100644 --- a/en_US.ISO_8859-1/books/fdp-primer/structure/chapter.sgml +++ b/en_US.ISO_8859-1/books/fdp-primer/structure/chapter.sgml @@ -27,7 +27,7 @@ ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - $FreeBSD$ + $FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/structure/chapter.sgml,v 1.2 1999/09/06 06:52:42 peter Exp $ --> @@ -261,25 +261,13 @@ complete SGML document. In particular, they will not have their own DOCTYPE line at the start of the file. - This is unfortunate for two reasons; - - - - It makes it impossible to treat these as generic SGML + This is unfortunate as + it makes it impossible to treat these as generic SGML files and simply convert them to HTML, RTF, PS, and other formats in the same way the main Handbook is generated. This would force you to rebuild the Handbook every time you want to see the effect a change as had on just one chapter. - - - - Emacs' sgml-mode can not use it to - determine the DTD to use, losing useful benefits of - sgml-mode (element completion, automatic - validation, and so on). - -