From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: w32 hourglass cursor Date: Thu, 03 Jul 2014 20:30:56 +0400 Message-ID: <53B58540.9070807@yandex.ru> References: <53B531D6.4000207@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1404405098 11805 80.91.229.3 (3 Jul 2014 16:31:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jul 2014 16:31:38 +0000 (UTC) Cc: Emacs development discussions To: Dani Moncayo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 03 18:31:31 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 1X2juo-0005oG-Fn for ged-emacs-devel@m.gmane.org; Thu, 03 Jul 2014 18:31:18 +0200 Original-Received: from localhost ([::1]:60790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2juo-0000Wh-2e for ged-emacs-devel@m.gmane.org; Thu, 03 Jul 2014 12:31:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2jue-0000Vi-CX for emacs-devel@gnu.org; Thu, 03 Jul 2014 12:31:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2juW-0008RS-PD for emacs-devel@gnu.org; Thu, 03 Jul 2014 12:31:08 -0400 Original-Received: from forward9l.mail.yandex.net ([84.201.143.142]:54809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2juW-0008RM-H3 for emacs-devel@gnu.org; Thu, 03 Jul 2014 12:31:00 -0400 Original-Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward9l.mail.yandex.net (Yandex) with ESMTP id 9E358E618EB; Thu, 3 Jul 2014 20:30:57 +0400 (MSK) Original-Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 341F6170505E; Thu, 3 Jul 2014 20:30:57 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id RFjb65mfry-UuDmgbEk; Thu, 3 Jul 2014 20:30:56 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 7bf47f9d-b5c1-4ec0-b594-c9e492481e87 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1404405056; bh=G3hoeaJFEOYOAX1AcCoEcPLC5KkEmRchMLvu3eQQp9c=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=f9JGbcGucnnOEu1bRRuvG33w9EXOFF+MenHDua7IBLAuvDrltCwGC7KF7WYKX7sX7 iEMwpYaiHgPclnhy9gVqjdAZQPOeSI5LoNmGy3Oj7ZuA+TNOAbpNE7iaMvK7zYLyeT wETL2smCS5/ZEvd4cyuWI1vFlt3iPDyISwDul+R4= Authentication-Results: smtp2h.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.142 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:172868 Archived-At: On 07/03/2014 08:18 PM, Dani Moncayo wrote: > I've applied your patch to a recent trunk revision (r117347). It > builds fine and the binary seems to work fine too, but I don't know > what specific test to do... That's simple: 1) go to *scratch* 2) define a macro to insert something, for example C-x ( a ENTER C-x ) defines a macro to insert 'a' and newline; 3) ask to execute it 10000 times with C-u 10000 C-x e; 4) while the macro execution is in progress, move the mouse over Emacs frame and make sure that the cursor shape is changed and busy cursor appears. 5) Do M-x new-frame then repeat 1)-4) but move mouse between two frames and make sure that you have busy cursor in both of them. Dmitry