unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: 47394-done@debbugs.gnu.org
Subject: bug#47394: 27.2; admin.el:make-manuals infloops on HTML manuals
Date: Thu, 25 Mar 2021 14:31:00 -0400	[thread overview]
Message-ID: <37zgyrccgr.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <83mturqfrf.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 25 Mar 2021 19:56:04 +0200")

Version: 27.3

This turned out to be trivial.
(I leave it to others to verify the results look correct.)

commit 0d7e2a993e

    admin.el fix for bug#47394
    
    * admin/admin.el (manual-html-fix-index-2): Handle Texinfo 6.7.

diff --git a/admin/admin.el b/admin/admin.el
index fa96b7e5ca..9be6f4a607 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -545,7 +545,7 @@ Leave point after the table."
 	(forward-line 1)
 	(while (not done)
 	  (cond ((re-search-forward "<tr><td.*&bull; \\(<a.*</a>\\)\
-:</td><td>&nbsp;&nbsp;</td><td[^>]*>\\(.*\\)" (line-end-position) t)
+:?</td><td>&nbsp;&nbsp;</td><td[^>]*>\\(.*\\)" (line-end-position) t)
 		 (replace-match (format "<tr><td%s>\\1</td>\n<td>\\2"
 					(if table-workaround
 					    " bgcolor=\"white\"" "")))





  reply	other threads:[~2021-03-25 18:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-25 17:56 bug#47394: 27.2; admin.el:make-manuals infloops on HTML manuals Eli Zaretskii
2021-03-25 18:31 ` Glenn Morris [this message]
2021-03-25 19:17   ` Eli Zaretskii
2021-03-25 19:24     ` Eli Zaretskii
2021-03-25 19:49       ` Glenn Morris
2021-03-25 19:47     ` Glenn Morris
2021-03-25 20:17       ` Eli Zaretskii
2021-03-25 20:44         ` Eli Zaretskii
2021-03-26  6:31           ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=37zgyrccgr.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=47394-done@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).