From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?B?S2FuLVJ1IENoZW4gKOmZs+S+g+Wmgik=?= Newsgroups: gmane.emacs.devel Subject: Re: Redisplay problems? Date: Tue, 18 Mar 2014 18:48:57 +0800 Message-ID: <87ppljg4ti.fsf@kanru-mozilla.corp.tpe1.mozilla.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1395139770 25696 80.91.229.3 (18 Mar 2014 10:49:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Mar 2014 10:49:30 +0000 (UTC) Cc: Christian Lynbech , emacs-devel@gnu.org To: James Cloos Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 18 11:49:38 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 1WPraT-0003XR-4c for ged-emacs-devel@m.gmane.org; Tue, 18 Mar 2014 11:49:37 +0100 Original-Received: from localhost ([::1]:34447 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPraS-0005fG-Qf for ged-emacs-devel@m.gmane.org; Tue, 18 Mar 2014 06:49:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPraJ-0005ew-Fi for emacs-devel@gnu.org; Tue, 18 Mar 2014 06:49:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPraA-00057o-3R for emacs-devel@gnu.org; Tue, 18 Mar 2014 06:49:27 -0400 Original-Received: from byebi.wara.tw ([162.248.8.108]:40900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPraA-000569-0H for emacs-devel@gnu.org; Tue, 18 Mar 2014 06:49:18 -0400 Original-Received: from 118-163-10-190.hinet-ip.hinet.net ([118.163.10.190] helo=kanru-mozilla.corp.tpe1.mozilla.com) by byebi.wara.tw with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1WPrZy-00023Q-Vx; Tue, 18 Mar 2014 06:49:07 -0400 Original-Received: from localhost ([127.0.0.1] helo=kanru-mozilla.corp.tpe1.mozilla.com) by kanru-mozilla.corp.tpe1.mozilla.com with esmtp (Exim 4.80) (envelope-from ) id 1WPrZp-0003YU-RB; Tue, 18 Mar 2014 18:48:57 +0800 In-Reply-To: (James Cloos's message of "Sat, 15 Mar 2014 14:10:10 -0400") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 162.248.8.108 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:170467 Archived-At: I find a way to reproduce it reliably. Just run emacs -Q --eval "(progn (scroll-bar-mode -1) \ (iconify-or-deiconify-frame) \ (sleep-for 1))" Version (compiled from bzr): GNU Emacs 24.3.50.7 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of 2014-03-18 then deiconify the opened frame. The cursor is gone. The frame does not redisplay correctly either. Kanru