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: Sat, 22 Mar 2014 10:00:13 +0800 Message-ID: <87siqb9emq.fsf@isil.kanru.info> References: <87ppljg4ti.fsf@kanru-mozilla.corp.tpe1.mozilla.com> <5329C53B.3030008@gmx.at> <532ABA60.7000003@gmx.at> <532B3FFE.5020403@gmx.at> <83eh1w7gkd.fsf@gnu.org> <532BF25B.2070004@gmx.at> <83siqc54nv.fsf@gnu.org> <532C0B9A.8050800@gmx.at> <83k3bn6e14.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1395453625 11156 80.91.229.3 (22 Mar 2014 02:00:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Mar 2014 02:00:25 +0000 (UTC) Cc: martin rudalics , christian@defun.dk, monnier@iro.umontreal.ca, cloos@jhcloos.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 22 03:00: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 1WRBEf-0001iX-Q9 for ged-emacs-devel@m.gmane.org; Sat, 22 Mar 2014 03:00:33 +0100 Original-Received: from localhost ([::1]:55399 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRBEf-0004bh-Ec for ged-emacs-devel@m.gmane.org; Fri, 21 Mar 2014 22:00:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRBEX-0004bO-Mp for emacs-devel@gnu.org; Fri, 21 Mar 2014 22:00:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRBES-0001vH-8L for emacs-devel@gnu.org; Fri, 21 Mar 2014 22:00:25 -0400 Original-Received: from cl-437.phx-01.us.sixxs.net ([2001:1938:81:1b4::2]:50326 helo=byebi.wara.tw) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRBER-0001tr-Ug for emacs-devel@gnu.org; Fri, 21 Mar 2014 22:00:20 -0400 Original-Received: from 114-32-24-38.hinet-ip.hinet.net ([114.32.24.38] helo=isil.kanru.info) by byebi.wara.tw with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1WRBE8-0005Ls-UL; Fri, 21 Mar 2014 22:00:01 -0400 Original-Received: from hgw ([127.0.0.1] helo=isil.kanru.info) by isil.kanru.info with esmtp (Exim 4.82) (envelope-from ) id 1WRBEL-0008C2-Fa; Sat, 22 Mar 2014 10:00:13 +0800 In-Reply-To: <83k3bn6e14.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 21 Mar 2014 12:29:11 +0200") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:1938:81:1b4::2 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:170752 Archived-At: Eli Zaretskii writes: > Also, I wonder if there are any real-life use cases that trigger this > problem, because the original recipe sounds artificial to me. It happens when I restart emacs. Emacs init takes time so I usually switch to another work-space, for example, to browse something. Switching work-spaces unmaps(iconify) the emacs window. When I switch back I get a unusable window unless I resize or restart emacs. Other people have also encountered this problem so I guess they have their use cases too. Kanru