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 <Karlheinz.Eckmeier@t-online.de>
This commit is contained in:
parent
fc7dbfdd09
commit
a7a100da44
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7130
2 changed files with 6 additions and 30 deletions
|
@ -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 $
|
||||
-->
|
||||
|
||||
<chapter id="structure">
|
||||
|
@ -261,25 +261,13 @@
|
|||
complete SGML document. In particular, they will not have their
|
||||
own DOCTYPE line at the start of the file.</para>
|
||||
|
||||
<para>This is unfortunate for two reasons;</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>It makes it impossible to treat these as generic SGML
|
||||
<para>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
|
||||
<emphasis>would</emphasis> force you to rebuild the Handbook
|
||||
every time you want to see the effect a change as had on just
|
||||
one chapter.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Emacs' <literal>sgml-mode</literal> can not use it to
|
||||
determine the DTD to use, losing useful benefits of
|
||||
<literal>sgml-mode</literal> (element completion, automatic
|
||||
validation, and so on).</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect4>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
|
|
@ -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 $
|
||||
-->
|
||||
|
||||
<chapter id="structure">
|
||||
|
@ -261,25 +261,13 @@
|
|||
complete SGML document. In particular, they will not have their
|
||||
own DOCTYPE line at the start of the file.</para>
|
||||
|
||||
<para>This is unfortunate for two reasons;</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>It makes it impossible to treat these as generic SGML
|
||||
<para>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
|
||||
<emphasis>would</emphasis> force you to rebuild the Handbook
|
||||
every time you want to see the effect a change as had on just
|
||||
one chapter.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Emacs' <literal>sgml-mode</literal> can not use it to
|
||||
determine the DTD to use, losing useful benefits of
|
||||
<literal>sgml-mode</literal> (element completion, automatic
|
||||
validation, and so on).</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect4>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in a new issue