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#52297: 29.0.50; Error in c-force-redisplay timer Date: Tue, 8 Feb 2022 18:36:56 +0000 Message-ID: References: <83tufn4ilg.fsf@gnu.org> <874k59r7ef.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29402"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 52297@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Feb 08 21:29:46 2022 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 1nHX7R-0007TT-Nd for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 08 Feb 2022 21:29:45 +0100 Original-Received: from localhost ([::1]:53980 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nHX7Q-0004ba-4I for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 08 Feb 2022 15:29:44 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47056) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nHVNK-0003G1-GE for bug-gnu-emacs@gnu.org; Tue, 08 Feb 2022 13:38:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54736) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nHVNK-00009p-2K for bug-gnu-emacs@gnu.org; Tue, 08 Feb 2022 13:38:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nHVNJ-0005xU-RD for bug-gnu-emacs@gnu.org; Tue, 08 Feb 2022 13:38:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 08 Feb 2022 18:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52297 X-GNU-PR-Package: emacs Original-Received: via spool by 52297-submit@debbugs.gnu.org id=B52297.164434542622833 (code B ref 52297); Tue, 08 Feb 2022 18:38:01 +0000 Original-Received: (at 52297) by debbugs.gnu.org; 8 Feb 2022 18:37:06 +0000 Original-Received: from localhost ([127.0.0.1]:48633 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHVMQ-0005wD-GA for submit@debbugs.gnu.org; Tue, 08 Feb 2022 13:37:06 -0500 Original-Received: from colin.muc.de ([193.149.48.1]:14343 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1nHVMN-0005vd-JJ for 52297@debbugs.gnu.org; Tue, 08 Feb 2022 13:37:04 -0500 Original-Received: (qmail 6729 invoked by uid 3782); 8 Feb 2022 18:36:57 -0000 Original-Received: from acm.muc.de (p4fe154b9.dip0.t-ipconnect.de [79.225.84.185]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Tue, 08 Feb 2022 19:36:57 +0100 Original-Received: (qmail 7962 invoked by uid 1000); 8 Feb 2022 18:36:56 -0000 Content-Disposition: inline In-Reply-To: <874k59r7ef.fsf@gnus.org> X-Submission-Agent: TMDA/1.3.x (Ph3nix) 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:226411 Archived-At: Hello, Lars. On Tue, Feb 08, 2022 at 11:15:36 +0100, Lars Ingebrigtsen wrote: > Alan Mackenzie writes: > >> emacs -Q > >> C-x C-f some-C-file.c RET > >> and then press "M-x". Observe the following error message in the echo > >> area, displayed after "M-x": > >> Error running timer ‘c-force-redisplay’: (error "Font-lock trying to use keywords before setting them up") > > OK, I'll look at it. > Alan, this was nine weeks ago. Have you made any progress here? (I > don't see the issue myself, but it's apparently stopping Martin from > using recent Emacs builds.) Sorry, I lost this one. I've just configured a build on GNU with: $ CFLAGS='-O0 -g3' ./configure --enable-checking=yes,glyphs --with-gpm , and built it. When I do $ emacs -Q C-x C-f src/xdisp.c M-x end-of-buffer RET , I don't see the bug at all. Eli or Martin, is this bug still showing itself? If so, would it be possible to give a more exact recipe to reproduce it (though I'm aware the answer to this question is probably no). > -- > (domestic pets only, the antidote for overdose, milk.) > bloggy blog: http://lars.ingebrigtsen.no -- Alan Mackenzie (Nuremberg, Germany).