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 22:15:05 +0400 Message-ID: <53B59DA9.4010800@yandex.ru> References: <53B531D6.4000207@yandex.ru> <53B58540.9070807@yandex.ru> <53B593DE.6080008@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 1404411332 26092 80.91.229.3 (3 Jul 2014 18:15:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jul 2014 18:15:32 +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 20:15:26 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 1X2lXZ-0005RS-7D for ged-emacs-devel@m.gmane.org; Thu, 03 Jul 2014 20:15:25 +0200 Original-Received: from localhost ([::1]:32908 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2lXY-0002la-MG for ged-emacs-devel@m.gmane.org; Thu, 03 Jul 2014 14:15:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2lXP-0002lM-Ds for emacs-devel@gnu.org; Thu, 03 Jul 2014 14:15:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2lXI-0008C9-5K for emacs-devel@gnu.org; Thu, 03 Jul 2014 14:15:15 -0400 Original-Received: from forward10l.mail.yandex.net ([2a02:6b8:0:1819::a]:51395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2lXH-0008BR-PL for emacs-devel@gnu.org; Thu, 03 Jul 2014 14:15:08 -0400 Original-Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward10l.mail.yandex.net (Yandex) with ESMTP id 11DD4BA1AAE; Thu, 3 Jul 2014 22:15:05 +0400 (MSK) Original-Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id 9E8F81B4449C; Thu, 3 Jul 2014 22:15:05 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Yyn5k0YN8k-F5c4PtgU; Thu, 3 Jul 2014 22:15:05 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: beb4bdb4-8138-40f3-9f46-64fc70429bb8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1404411305; bh=W6YKbc/ngNhJf4rRyVF8VBOnD+r2BUGWDMHjMivwFcs=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=chqneQHmZrAy4Z7fdPLhlaoJyPxPY+EXNsN1ztLjBq+BQelbImfPBYn2OdPFgEavD MI0nCEL48FjM8aJ1+LVpfrAYYSxzUIIvxioTD3/jeXA1stvzEI1s6dMlQROYde3Iob 6wfvvRR2/E9nmvXOM70Z8o6WOosMfCzv34eb8n1M= Authentication-Results: smtp3h.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: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a02:6b8:0:1819::a 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:172878 Archived-At: On 07/03/2014 09:53 PM, Dani Moncayo wrote: > With this one, things seem to go better. I hope so. Installed in trunk as revision 117473. Thank you for testing. Dmitry