From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Peter Flynn Newsgroups: gmane.emacs.bugs Subject: bug#46607: 25.2; Emacs hangs with Error running timer 'blink-cursor-start' Date: Fri, 19 Feb 2021 10:19:15 +0000 Message-ID: <448c4862-b291-a4af-e294-78a33fdfdbe8@silmaril.ie> References: <87v9apwq4o.fsf@gnus.org> <64r1ldc72x.fsf@fencepost.gnu.org> <5b1f789a-a7b3-d7d9-47d0-8e378397bc98@silmaril.ie> <4qy2fl6ji3.fsf@fencepost.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21401"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 Cc: 46607@debbugs.gnu.org, Lars Ingebrigtsen To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Feb 19 11:20:21 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 1lD2tZ-0005Ug-JG for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 19 Feb 2021 11:20:21 +0100 Original-Received: from localhost ([::1]:40276 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lD2tY-0003tM-IK for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 19 Feb 2021 05:20:20 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58864) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lD2tH-0003rd-6N for bug-gnu-emacs@gnu.org; Fri, 19 Feb 2021 05:20:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:37245) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lD2tG-0006Sm-LE for bug-gnu-emacs@gnu.org; Fri, 19 Feb 2021 05:20:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lD2tG-0002mL-F0 for bug-gnu-emacs@gnu.org; Fri, 19 Feb 2021 05:20:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Peter Flynn Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 19 Feb 2021 10:20:02 +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.161372996810622 (code B ref 46607); Fri, 19 Feb 2021 10:20:02 +0000 Original-Received: (at 46607) by debbugs.gnu.org; 19 Feb 2021 10:19:28 +0000 Original-Received: from localhost ([127.0.0.1]:48791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lD2sh-0002lG-Ru for submit@debbugs.gnu.org; Fri, 19 Feb 2021 05:19:28 -0500 Original-Received: from orion.myhost.ie ([217.115.118.6]:48259) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lD2sh-0002l2-1T for 46607@debbugs.gnu.org; Fri, 19 Feb 2021 05:19:27 -0500 Original-Received: from [192.168.0.130] (unknown [79.97.20.231]) (Authenticated sender: peter@silmaril.ie) by orion.myhost.ie (Postfix) with ESMTPSA id 7C34812BC; Fri, 19 Feb 2021 10:19:21 +0000 (GMT) In-Reply-To: <4qy2fl6ji3.fsf@fencepost.gnu.org> Content-Language: en-GB 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:200315 Archived-At: On 18/02/2021 23:31, Glenn Morris wrote: > Peter Flynn wrote: > >>> time-add is a built-in function in 'C source code'. >>> >>> (time-add A B) > > Surprising, since the backtrace you posted seems to correspond to the > older lisp definition of time-add from Emacs 24.2 or earlier (since it > has no pico field). I just repeated that on a third machine (Dell desktop with Mint 19) using emacs -Q and no .emacs present, and got the same response: > time-add is a built-in function in ‘C source code’. > > (time-add A B) > > Return the sum of two time values A and B, as a time value. > A nil value for either argument stands for the current time. > See ‘current-time-string’ for the various forms of a time value. > > [back] Same version, same OS. > In GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.22.21) > of 2017-09-22, modified by Debian built on lgw01-amd64-050 > Windowing system distributor 'The X.Org Foundation', version 11.0.11906000 > System Description: Linux Mint 19 Tara Peter