bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46312: HTML+ mode vs. quotes


From: 積丹尼 Dan Jacobson
Subject: bug#46312: HTML+ mode vs. quotes
Date: Fri, 05 Feb 2021 06:57:42 +0800

Not sure if fixed yet. emacs-version "27.1"

$ emacs -q file.html
using:

<!DOCTYPE html>
<html>
<head>
 <meta charset="utf-8">
 <title>TEST</title>
</head>
<body>
 <p>Never mind ' here to here '. But...</p>

 <p>If there is a unmatched 「 here,</p>

 <p>Then any text beyond ' here becomes a different color,</p>

 <p>That lasts though here,</p>

 <p>And only after ' here, finially stops.</p>

 <p>However now ' here to here ' looks different too!</p>

 <p>It's a bad looking emacs' problem. That's a fact. And it could
 influence the rest of the file. Unless one call's it quits :-)</p>
</body>
</html>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]