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.devel Subject: Re: jit-lock still throws errors: font-lock-reference-face Date: Mon, 19 Sep 2022 17:18:21 +0000 Message-ID: References: <25384.39715.898299.14117@google.com> 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="32126"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 19 19:20:30 2022 Return-path: Envelope-to: ged-emacs-devel@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 1oaKRZ-0008BK-Sc for ged-emacs-devel@m.gmane-mx.org; Mon, 19 Sep 2022 19:20:29 +0200 Original-Received: from localhost ([::1]:54834 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oaKRY-0002YZ-OI for ged-emacs-devel@m.gmane-mx.org; Mon, 19 Sep 2022 13:20:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47948) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaKPo-00012f-SD for emacs-devel@gnu.org; Mon, 19 Sep 2022 13:18:41 -0400 Original-Received: from mx3.muc.de ([193.149.48.5]:11006) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaKPm-0008J4-Sz for emacs-devel@gnu.org; Mon, 19 Sep 2022 13:18:40 -0400 Original-Received: (qmail 79354 invoked by uid 3782); 19 Sep 2022 19:18:22 +0200 Original-Received: from acm.muc.de (p4fe15eed.dip0.t-ipconnect.de [79.225.94.237]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Mon, 19 Sep 2022 19:18:21 +0200 Original-Received: (qmail 8859 invoked by uid 1000); 19 Sep 2022 17:18:21 -0000 Content-Disposition: inline In-Reply-To: <25384.39715.898299.14117@google.com> X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de Received-SPF: pass client-ip=193.149.48.5; envelope-from=acm@muc.de; helo=mx3.muc.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:295726 Archived-At: Hello, Raman On Mon, Sep 19, 2022 at 09:38:59 -0700, T.V Raman wrote: > Have updated multiple times from git, done a make bootstrap etc all to > no avail, > once in a while emacs throws an error, but produces no backtrace even > if you toggle debug-on-error: Try M-: (setq backtrace-on-redisplay-error t), which was designed for just this sort of thing. When a redisplay error occurs, a buffer *Redisplay-trace* containing a backtrace will be created. You just need to display that buffer in a window somewhere. > Error during redisplay: (jit-lock-function 9364) signaled (void-variable font-lock-reference-face) > -- > Thanks, > --Raman(I Search, I Find, I Misplace, I Research) > ♉ Id: kg:/m/0285kf1 🦮 > -- > Thanks, > --Raman(I Search, I Find, I Misplace, I Research) > ♉ Id: kg:/m/0285kf1 🦮 -- Alan Mackenzie (Nuremberg, Germany).