From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: VanL Newsgroups: gmane.emacs.bugs Subject: bug#36306: 26.2.90; gnus pause doesn't show hourglass icon Date: Sat, 22 Jun 2019 22:46:42 +1000 Message-ID: <6EF0C86C-8A86-4E08-8033-718FBD1C8076@scratch.space> References: <2ECD28A4-0CC4-41A4-94C4-295F0F848234@scratch.space> Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="135537"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 36306@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 22 14:47:20 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hefQN-000ZBA-Pu for geb-bug-gnu-emacs@m.gmane.org; Sat, 22 Jun 2019 14:47:19 +0200 Original-Received: from localhost ([::1]:40588 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hefQM-000123-D5 for geb-bug-gnu-emacs@m.gmane.org; Sat, 22 Jun 2019 08:47:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36565) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hefQ9-000106-Mv for bug-gnu-emacs@gnu.org; Sat, 22 Jun 2019 08:47:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hefQ7-0008JG-RH for bug-gnu-emacs@gnu.org; Sat, 22 Jun 2019 08:47:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:37612) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hefQ6-0008Im-TV for bug-gnu-emacs@gnu.org; Sat, 22 Jun 2019 08:47:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hefQ6-0003Ca-QY for bug-gnu-emacs@gnu.org; Sat, 22 Jun 2019 08:47:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: VanL Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 22 Jun 2019 12:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36306 X-GNU-PR-Package: emacs Original-Received: via spool by 36306-submit@debbugs.gnu.org id=B36306.156120761511899 (code B ref 36306); Sat, 22 Jun 2019 12:47:02 +0000 Original-Received: (at 36306) by debbugs.gnu.org; 22 Jun 2019 12:46:55 +0000 Original-Received: from localhost ([127.0.0.1]:51155 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hefPy-00035a-Te for submit@debbugs.gnu.org; Sat, 22 Jun 2019 08:46:55 -0400 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:45997) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hefPx-000332-9L for 36306@debbugs.gnu.org; Sat, 22 Jun 2019 08:46:53 -0400 X-Originating-IP: 110.174.240.215 Original-Received: from epi.local (110-174-240-215.static.tpgi.com.au [110.174.240.215]) (Authenticated sender: van@scratch.space) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id DEA94240006; Sat, 22 Jun 2019 12:46:47 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.3124) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 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.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:161001 Archived-At: > On 22 Jun 2019, at 22:29, Lars Ingebrigtsen wrote: >=20 >> ;; C-u C-x C-e in scratch buffer=20 >> (dotimes (i 100000000)) >>=20 >> No hourglass appears. The summary article panel, at upper half, >> follows the mouse pointer with highlight between square brackets >> before nil appears, it seems. >=20 > Could you try adding a couple of zeroes before evaling again? Perhaps > your machine is too fast. :-) ;; C-u C-x C-e (dotimes (i (expt 2 45))); is still running after 4m:31s... The mouse pointer is followed by highlight in both upper and lower = panels of gnus as expected.=