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:26:22 +1000 Message-ID: <2ECD28A4-0CC4-41A4-94C4-295F0F848234@scratch.space> References: 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="47264"; 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:27:12 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 1hef6u-000CAB-0z for geb-bug-gnu-emacs@m.gmane.org; Sat, 22 Jun 2019 14:27:12 +0200 Original-Received: from localhost ([::1]:40500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hef6t-0003iB-0X for geb-bug-gnu-emacs@m.gmane.org; Sat, 22 Jun 2019 08:27:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33246) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hef6l-0003fo-HL for bug-gnu-emacs@gnu.org; Sat, 22 Jun 2019 08:27:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hef6k-0006pj-DQ for bug-gnu-emacs@gnu.org; Sat, 22 Jun 2019 08:27:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:37555) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hef6k-0006pM-9w for bug-gnu-emacs@gnu.org; Sat, 22 Jun 2019 08:27:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hef6k-0007BY-5L for bug-gnu-emacs@gnu.org; Sat, 22 Jun 2019 08:27: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:27: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.156120639927584 (code B ref 36306); Sat, 22 Jun 2019 12:27:02 +0000 Original-Received: (at 36306) by debbugs.gnu.org; 22 Jun 2019 12:26:39 +0000 Original-Received: from localhost ([127.0.0.1]:51098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hef6N-0007Ap-2l for submit@debbugs.gnu.org; Sat, 22 Jun 2019 08:26:39 -0400 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:53933) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hef6L-0007Ag-Ha for 36306@debbugs.gnu.org; Sat, 22 Jun 2019 08:26:38 -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 relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 32AC8E0007; Sat, 22 Jun 2019 12:26:27 +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:160990 Archived-At: > On 22 Jun 2019, at 21:50, Lars Ingebrigtsen wrote: >=20 > Emacs doesn't display any hourglasses, but I see that you're on an = Apple > OS, so that probably does when a program hangs/works a long time? Native apps on Apple OS display a spinning beachball when they lose = control of themselves. The 'Force Quit' panel is how to know the app is unrecoverable and needs = to be killed or force quited or relaunched. I just experienced a lengthy delay and the lower half article display = was missing in blank completely. > But it doesn't with Emacs? What happens if you eval >=20 > (dotimes (i 100000000)) >=20 > ? ;; C-u C-x C-e in scratch buffer=20 (dotimes (i 100000000))nil No hourglass appears. The summary article panel, at upper half, follows = the mouse pointer with highlight between square brackets before nil = appears, it seems.=