# HG changeset patch # User Robert J. Chassell # Date 1038104281 0 # Node ID ba7e7cf495b0246bc0ec14ed65f334efba0f4c75 # Parent 0eb01081d9f52fabd57e3f03f24785e0e9ac2f4b (texinfo-no-refill-regexp): add "itemize\\|" because of a problem with @end itemize@refill, but worry whether this causes other problems. diff -r 0eb01081d9f5 -r ba7e7cf495b0 lisp/textmodes/texinfmt.el --- 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\\|"