From: Robert J. Chassell Date: Mon, 28 Feb 2005 15:06:13 +0000 (+0000) Subject: (texinfo-no-refill-regexp): commented out inclusion of "itemize\\|", X-Git-Tag: ttn-vms-21-2-B4~2070 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=470ba11f432a3e448f98c67946085c90a1edc6f8;p=emacs.git (texinfo-no-refill-regexp): commented out inclusion of "itemize\\|", which may be unnecessary, is certainly inelegant, and stops refilling in itemize lists when formatting Japanese Texinfo files to Info. --- diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 470f4d4a1bd..c21eae6ecc7 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -486,7 +486,8 @@ if large. You can use Info-split to do this manually." ;; 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\\|" + ;; commented out on 2005 Feb 28 by Bob + ;; "itemize\\|" "direntry\\|" "lisp\\|" "smalllisp\\|"