From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#41897: 28.0.50; JavaScript comment filling with mhtml-mode Date: Sat, 4 Jul 2020 13:13:22 +0000 Message-ID: <20200704131322.GA19042@ACM> References: <20200620171827.7855.qmail@mail.muc.de> <87d05ta8z9.fsf@simenheg@gmail.com> <20200622191750.GA11506@ACM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1250"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Tom Tromey , 41897-done@debbugs.gnu.org, Dmitry Gutov To: Simen =?UTF-8?Q?Heggest=C3=B8yl?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jul 04 15:14:10 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jrhze-0000Ek-2d for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 04 Jul 2020 15:14:10 +0200 Original-Received: from localhost ([::1]:47998 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jrhzd-00035G-5c for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 04 Jul 2020 09:14:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41270) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrhzX-000343-3P for bug-gnu-emacs@gnu.org; Sat, 04 Jul 2020 09:14:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46727) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jrhzW-0000Cb-QT for bug-gnu-emacs@gnu.org; Sat, 04 Jul 2020 09:14:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jrhzW-0002ho-Mj for bug-gnu-emacs@gnu.org; Sat, 04 Jul 2020 09:14:02 -0400 Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 04 Jul 2020 13:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 41897 X-GNU-PR-Package: emacs Mail-Followup-To: 41897@debbugs.gnu.org, acm@muc.de, simenheg@runbox.com Original-Received: via spool by 41897-done@debbugs.gnu.org id=D41897.159386841210348 (code D ref 41897); Sat, 04 Jul 2020 13:14:02 +0000 Original-Received: (at 41897-done) by debbugs.gnu.org; 4 Jul 2020 13:13:32 +0000 Original-Received: from localhost ([127.0.0.1]:58271 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrhz1-0002gq-LB for submit@debbugs.gnu.org; Sat, 04 Jul 2020 09:13:32 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:28614 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1jrhyz-0002gc-CZ for 41897-done@debbugs.gnu.org; Sat, 04 Jul 2020 09:13:30 -0400 Original-Received: (qmail 65256 invoked by uid 3782); 4 Jul 2020 13:13:22 -0000 Original-Received: from acm.muc.de (p2e5d5832.dip0.t-ipconnect.de [46.93.88.50]) by localhost.muc.de (tmda-ofmipd) with ESMTP; Sat, 04 Jul 2020 15:13:22 +0200 Original-Received: (qmail 19064 invoked by uid 1000); 4 Jul 2020 13:13:22 -0000 Content-Disposition: inline In-Reply-To: <20200622191750.GA11506@ACM> X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:182692 Archived-At: Hello, Simen. On Mon, Jun 22, 2020 at 19:17:50 +0000, Alan Mackenzie wrote: > We're gradually converging on working code. Since yesterday, the > improvements are: > (i) (slightly) better handling of auto-fill-mode, which is no longer > automatically enabled; > (ii) An enhancement to CC Mode, used by mhtml-mode and js-mode, which > invalidates a CC Mode cache used by the filling code. This gets rid of > a few strange looking bugs; > (iii) The inclusion of "paragraph-" in the "crucial variables" thing, so > that paragraph-start and paragraph-separate from js-mode get into > mhtml-mode. I've committed more or less the patch from my post of 2020-06-22, which I'm convinced fixes the bug. I'm closing the bug with this post. [ .... ] -- Alan Mackenzie (Nuremberg, Germany).