From 470ba11f432a3e448f98c67946085c90a1edc6f8 Mon Sep 17 00:00:00 2001 From: "Robert J. Chassell" Date: Mon, 28 Feb 2005 15:06:13 +0000 Subject: [PATCH] (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. --- lisp/textmodes/texinfmt.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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\\|" -- 2.39.2