Mercurial > hg > xemacs-beta
changeset 4466:969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
2008-05-21 Aidan Kehoe <kehoea@parhasard.net>
* internals/internals.texi (Ben's README):
Add a couple of @itemize / @end itemize pairs, to prevent
#'batch-texinfo-format choking on the input.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 21 May 2008 21:07:26 +0200 |
parents | 732b87cfabf2 |
children | 23ef20edf6ba |
files | man/ChangeLog man/internals/internals.texi |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ChangeLog Wed May 21 16:55:14 2008 +0200 +++ b/man/ChangeLog Wed May 21 21:07:26 2008 +0200 @@ -1,3 +1,9 @@ +2008-05-21 Aidan Kehoe <kehoea@parhasard.net> + + * internals/internals.texi (Ben's README): + Add a couple of @itemize / @end itemize pairs, to prevent + #'batch-texinfo-format choking on the input. + 2008-01-20 Aidan Kehoe <kehoea@parhasard.net> * xemacs/cmdargs.texi (Command Switches):
--- a/man/internals/internals.texi Wed May 21 16:55:14 2008 +0200 +++ b/man/internals/internals.texi Wed May 21 21:07:26 2008 +0200 @@ -16767,6 +16767,7 @@ systems: @enumerate + @itemize @item they would be character->character and operate next to the internal data; this means that coding systems need to be able @@ -16803,6 +16804,7 @@ important: we need a way of specifying how detecting works when we have more than one coding system. we might need more than a single priority list. need to think about this. + @end itemize @end enumerate @item @@ -16821,6 +16823,7 @@ text when it's written out. We need two levels @enumerate + @itemize @item first, a "safe-charset" level that checks before any actual encoding to see if all characters in the document can safely @@ -16852,6 +16855,7 @@ @item same thing (error checking, list of alternatives, etc.) needs to happen when reading! all of this will be a lot of work! + @end itemize @end enumerate @end itemize @end itemize