From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: When is hourglass shown? Date: Sat, 5 Mar 2005 13:00:24 +0100 Message-ID: <003001c5217b$28b6f4a0$0200a8c0@sedrcw11488> References: <42289C1F.7060709@swipnet.se> <01c52170$Blat.v2.4$97d80e60@zahav.net.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110024353 13942 80.91.229.2 (5 Mar 2005 12:05:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Mar 2005 12:05:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 05 13:05:52 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D7Y2C-0007TT-5a for ged-emacs-devel@m.gmane.org; Sat, 05 Mar 2005 13:05:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D7YLY-00066m-9Y for ged-emacs-devel@m.gmane.org; Sat, 05 Mar 2005 07:25:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D7YF5-00053N-7o for emacs-devel@gnu.org; Sat, 05 Mar 2005 07:18:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D7YF2-00051j-Ir for emacs-devel@gnu.org; Sat, 05 Mar 2005 07:18:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D7YF2-00050b-7B for emacs-devel@gnu.org; Sat, 05 Mar 2005 07:18:44 -0500 Original-Received: from [81.228.11.116] (helo=av9-2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D7Xz5-0003Bd-UZ; Sat, 05 Mar 2005 07:02:19 -0500 Original-Received: by av9-2-sn1.fre.skanova.net (Postfix, from userid 502) id 95C6E37E5B; Sat, 5 Mar 2005 13:02:13 +0100 (CET) Original-Received: from smtp3-1-sn1.fre.skanova.net (smtp3-1-sn1.fre.skanova.net [81.228.11.163]) by av9-2-sn1.fre.skanova.net (Postfix) with ESMTP id 8706637E52; Sat, 5 Mar 2005 13:02:13 +0100 (CET) Original-Received: from sedrcw11488 (t3o58p31.telia.com [195.252.56.31]) by smtp3-1-sn1.fre.skanova.net (Postfix) with SMTP id 320CB37E47; Sat, 5 Mar 2005 13:02:12 +0100 (CET) Original-To: "Jan D." , "Eli Zaretskii" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:34213 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34213 ----- Original Message ----- From: "Jan D." > This does not always work, as in the case of M-x indent-region versus > C-M-\. Both starts the hourglass timer, but the first stops it > directly afterwards. I am glad you took this up since it is rather confusing when trying to get things working on w32 (where it currently does not work at all as far as I can see). What is the reason it is stopped when using M-x? Is this a general behaviour when using M-x or is it just indent-region? On w32 I notice that the cursor is changed from an arrow (if outside the text) to the same cursor that is used when it is over text. I have not been able to find where this change is done yet. Is this the behaviour under X Windows too?