From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#61215: 29.0.60; font-lock broken in diff-mode with long lines Date: Sat, 01 Apr 2023 21:19:14 +0300 Organization: LINKOV.NET Message-ID: <867cuvfocl.fsf@mail.linkov.net> References: <86lelh6yhq.fsf_-_@mail.linkov.net> <83cz6tz12b.fsf@gnu.org> <86o7qcf2x5.fsf@mail.linkov.net> <861ql51jl2.fsf@mail.linkov.net> <86tty1z7tf.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8561"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: Eli Zaretskii , 61215@debbugs.gnu.org To: Gregory Heytings Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Apr 01 20:49:38 2023 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 1pigID-00026k-QX for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 01 Apr 2023 20:49:37 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pigHi-0006oc-3j; Sat, 01 Apr 2023 14:49:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pigHf-0006oB-Cs for bug-gnu-emacs@gnu.org; Sat, 01 Apr 2023 14:49:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pigHf-0000Yc-5J for bug-gnu-emacs@gnu.org; Sat, 01 Apr 2023 14:49:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pigHf-0003Ce-1Q for bug-gnu-emacs@gnu.org; Sat, 01 Apr 2023 14:49:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 01 Apr 2023 18:49:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61215 X-GNU-PR-Package: emacs Original-Received: via spool by 61215-submit@debbugs.gnu.org id=B61215.168037492712255 (code B ref 61215); Sat, 01 Apr 2023 18:49:03 +0000 Original-Received: (at 61215) by debbugs.gnu.org; 1 Apr 2023 18:48:47 +0000 Original-Received: from localhost ([127.0.0.1]:38598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pigHP-0003Bb-EE for submit@debbugs.gnu.org; Sat, 01 Apr 2023 14:48:47 -0400 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:48917) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pigHN-0003BK-FD for 61215@debbugs.gnu.org; Sat, 01 Apr 2023 14:48:45 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 358A5240003; Sat, 1 Apr 2023 18:48:37 +0000 (UTC) In-Reply-To: (Gregory Heytings's message of "Sat, 01 Apr 2023 00:22:16 +0000") 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:259067 Archived-At: > I just spent a couple of hours on this bug, and so far the only thing I can > say for sure is that alas the patch you suggested does not work reliably: > at least with the recipe I posted upthread the bug is still present. > I don't yet know how to actually fix it, though :( Did you do a full bootstrap after applying the patch? It changes the macro, so at least diff-mode.el (that uses this macro) needs to be recompiled afterwards.