From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#46607: 25.2; Emacs hangs with Error running timer 'blink-cursor-start' Date: Thu, 18 Feb 2021 18:03:02 -0500 Message-ID: <64r1ldc72x.fsf@fencepost.gnu.org> References: <87v9apwq4o.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10300"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: 46607@debbugs.gnu.org, Lars Ingebrigtsen To: Peter Flynn Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Feb 19 00:04:10 2021 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 1lCsLC-0002ZM-Di for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 19 Feb 2021 00:04:10 +0100 Original-Received: from localhost ([::1]:46956 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lCsLB-0007p7-5V for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 18 Feb 2021 18:04:09 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54072) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lCsL3-0007ox-Uo for bug-gnu-emacs@gnu.org; Thu, 18 Feb 2021 18:04:01 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36828) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lCsL3-00086Q-NJ for bug-gnu-emacs@gnu.org; Thu, 18 Feb 2021 18:04:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lCsL3-0002hb-In for bug-gnu-emacs@gnu.org; Thu, 18 Feb 2021 18:04:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 18 Feb 2021 23:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46607 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 46607-submit@debbugs.gnu.org id=B46607.161368939610293 (code B ref 46607); Thu, 18 Feb 2021 23:04:01 +0000 Original-Received: (at 46607) by debbugs.gnu.org; 18 Feb 2021 23:03:16 +0000 Original-Received: from localhost ([127.0.0.1]:48374 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lCsKJ-0002fw-On for submit@debbugs.gnu.org; Thu, 18 Feb 2021 18:03:15 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:35896) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lCsKI-0002fe-He for 46607@debbugs.gnu.org; Thu, 18 Feb 2021 18:03:14 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51408) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lCsKC-0007dD-5k; Thu, 18 Feb 2021 18:03:08 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1lCsK6-0004xg-VD; Thu, 18 Feb 2021 18:03:03 -0500 X-Spook: CSE Dick Cheney terrorism MS13 TIE FLiR GEOS analyzer X-Ran: lFR)Q:fn;X-4avr{lKND4bD9l`FFG^N$Ip[b`;77".bv6prEvA>kHA"s_E@+Ov}E+KgZc< X-Hue: magenta X-Attribution: GM In-Reply-To: (Peter Flynn's message of "Thu, 18 Feb 2021 22:32:39 +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" Xref: news.gmane.io gmane.emacs.bugs:200298 Archived-At: (time-add nil 0.5) fails with an error in Emacs versions before 25.1. FWIW, my guess is that something in site-lisp clobbers the definition of one or more builtin time- functions with old versions. I wonder what this says: C-h f time-add