changeset 48519:ba7e7cf495b0

(texinfo-no-refill-regexp): add "itemize\\|" because of a problem with @end itemize@refill, but worry whether this causes other problems.
author Robert J. Chassell <bob@rattlesnake.com>
date Sun, 24 Nov 2002 02:18:01 +0000
parents 0eb01081d9f5
children be172c6eba33
files lisp/textmodes/texinfmt.el
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/texinfmt.el	Sun Nov 24 01:39:02 2002 +0000
+++ b/lisp/textmodes/texinfmt.el	Sun Nov 24 02:18:01 2002 +0000
@@ -477,6 +477,12 @@
   (concat
    "^@"
    "\\("
+   ;; add "itemize\\|"   (from experiment of 2001 Nov 28)
+   ;;     because of a problem with @end itemize@refill   
+   ;;     I don't know if this causes other problems.
+   ;;     I suspect itemized lists don't get filled properly and a
+   ;;     more precise fix is required.  Bob
+   "itemize\\|"
    "direntry\\|"
    "lisp\\|"
    "smalllisp\\|"