GNU bug report logs - #78229
sgml-tag "Unclosed tag <blockquote>" wrong

Previous Next

Package: emacs;

Reported by: Dan Jacobson <jidanni <at> jidanni.org>

Date: Sat, 3 May 2025 11:09:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Dan Jacobson <jidanni <at> jidanni.org>
To: 78229 <at> debbugs.gnu.org
Subject: bug#78229: sgml-tag "Unclosed tag <blockquote>" wrong
Date: Sat, 03 May 2025 19:08:17 +0800
$ emacs -Q -nw file.html
Mark the <ol> to </ol> region.
Hit C-c C-o, which runs the command sgml-tag (found in mhtml-mode-map)
Enter tag name "blockquote" at the prompt, attributes: just hit RET.
The blockqute in inserted, yes. But at the same time we get the spurious
'"Unclosed tag" <blockquote>' warning. Here's file.html:
<!DOCTYPE html>
<html>
<head>
 <title>test</title>
</head>
<body>
 <ol>
  <li>
   <p>xyz</p>
  </li>
 </ol>
</body>
</html>

emacs-version "30.1"




This bug report was last modified 40 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.