From: Robert J. Chassell Date: Sun, 24 Nov 2002 02:18:01 +0000 (+0000) Subject: (texinfo-no-refill-regexp): add "itemize\\|" because of a problem with X-Git-Tag: ttn-vms-21-2-B4~12291 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a64dfcec3acabd11164d2577be72db7ac337063;p=emacs.git (texinfo-no-refill-regexp): add "itemize\\|" because of a problem with @end itemize@refill, but worry whether this causes other problems. --- diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 705cf2f534d..05af40f1f94 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -477,6 +477,12 @@ if large. You can use Info-split to do this manually." (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\\|"