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: Redisplay problems? Date: Sat, 22 Mar 2014 09:28:41 +0200 Message-ID: <831txu66ae.fsf@gnu.org> 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> <87siqb9emq.fsf@isil.kanru.info> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=shift_jis Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1395473319 9971 80.91.229.3 (22 Mar 2014 07:28:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Mar 2014 07:28:39 +0000 (UTC) Cc: rudalics@gmx.at, christian@defun.dk, monnier@iro.umontreal.ca, cloos@jhcloos.com, emacs-devel@gnu.org To: Kan-Ru Chen (=?shift_jis?B?ksKKpJRA?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 22 08:28:48 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 1WRGMG-0008KU-Km for ged-emacs-devel@m.gmane.org; Sat, 22 Mar 2014 08:28:44 +0100 Original-Received: from localhost ([::1]:55974 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRGMG-0003fr-3k for ged-emacs-devel@m.gmane.org; Sat, 22 Mar 2014 03:28:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRGM9-0003fZ-40 for emacs-devel@gnu.org; Sat, 22 Mar 2014 03:28:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRGM5-0003mo-02 for emacs-devel@gnu.org; Sat, 22 Mar 2014 03:28:37 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:41587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRGM4-0003mi-Nq for emacs-devel@gnu.org; Sat, 22 Mar 2014 03:28:32 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0N2T00A00TILJJ00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sat, 22 Mar 2014 09:28:31 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N2T00A86U3AE850@a-mtaout22.012.net.il>; Sat, 22 Mar 2014 09:28:23 +0200 (IST) In-reply-to: <87siqb9emq.fsf@isil.kanru.info> 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:170764 Archived-At: > From: Kan-Ru Chen (=92=C2=8A=A4=94@) > Cc: martin rudalics , emacs-devel@gnu.org, chris= tian@defun.dk, monnier@iro.umontreal.ca, cloos@jhcloos.com > Date: Sat, 22 Mar 2014 10:00:13 +0800 >=20 > Eli Zaretskii writes: >=20 > > Also, I wonder if there are any real-life use cases that trigger = this > > problem, because the original recipe sounds artificial to me. >=20 > 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 em= acs. So you are saying that the use case is having the Emacs startup run while the initial frame is iconified, is that right? Thanks.