From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: w32 hourglass cursor Date: Thu, 03 Jul 2014 19:42:53 +0300 Message-ID: <83vbre1jhu.fsf@gnu.org> References: <53B531D6.4000207@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1404405822 20723 80.91.229.3 (3 Jul 2014 16:43:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jul 2014 16:43:42 +0000 (UTC) Cc: dmantipov@yandex.ru, emacs-devel@gnu.org To: Dani Moncayo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 03 18:43:34 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X2k6X-0007jT-B8 for ged-emacs-devel@m.gmane.org; Thu, 03 Jul 2014 18:43:25 +0200 Original-Received: from localhost ([::1]:60831 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2k6X-00048p-0h for ged-emacs-devel@m.gmane.org; Thu, 03 Jul 2014 12:43:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2k6O-00048b-HO for emacs-devel@gnu.org; Thu, 03 Jul 2014 12:43:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2k6I-0004Pf-M3 for emacs-devel@gnu.org; Thu, 03 Jul 2014 12:43:16 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:65270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2k6I-0004PZ-EF for emacs-devel@gnu.org; Thu, 03 Jul 2014 12:43:10 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0N8500000A73BE00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Thu, 03 Jul 2014 19:43:09 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N8500ND4AFW2M90@a-mtaout22.012.net.il>; Thu, 03 Jul 2014 19:43:09 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172870 Archived-At: > Date: Thu, 3 Jul 2014 18:18:12 +0200 > From: Dani Moncayo > Cc: Emacs development discussions > > On Thu, Jul 3, 2014 at 12:35 PM, Dmitry Antipov wrote: > > Can someone test this small cleanup with trunk on MS-Windows? > > This looks correct, but I can't verify it myself. > > I've applied your patch to a recent trunk revision (r117347). It > builds fine and the binary seems to work fine too Thanks. > but I don't know what specific test to do... Please test the situation where Emacs shows the hourglass cursor, i.e. some prolonged operation that causes the hourglass display. The specific issues to test are: that the hourglass appears after some delay, and then disappears as soon as the prolonged operation completes. Also, try moving the mouse pointer to another frame and see what happens. TIA