From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adrian Robert Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] NextStep frame iconification Date: Fri, 20 Feb 2009 11:42:44 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1235130210 22254 80.91.229.12 (20 Feb 2009 11:43:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Feb 2009 11:43:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 20 12:44:46 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LaTnz-00076r-7D for ged-emacs-devel@m.gmane.org; Fri, 20 Feb 2009 12:44:31 +0100 Original-Received: from localhost ([127.0.0.1]:32872 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaTme-000151-Q0 for ged-emacs-devel@m.gmane.org; Fri, 20 Feb 2009 06:43:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LaTmY-00014w-JS for emacs-devel@gnu.org; Fri, 20 Feb 2009 06:43:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LaTmW-00014j-7y for emacs-devel@gnu.org; Fri, 20 Feb 2009 06:43:01 -0500 Original-Received: from [199.232.76.173] (port=45624 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaTmW-00014g-2p for emacs-devel@gnu.org; Fri, 20 Feb 2009 06:43:00 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:39036 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LaTmV-0004Vl-9R for emacs-devel@gnu.org; Fri, 20 Feb 2009 06:42:59 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LaTmQ-0003Vb-Ir for emacs-devel@gnu.org; Fri, 20 Feb 2009 11:42:54 +0000 Original-Received: from 85.23.168.193 ([85.23.168.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Feb 2009 11:42:54 +0000 Original-Received: from Adrian.B.Robert by 85.23.168.193 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Feb 2009 11:42:54 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 85.23.168.193 (Opera/9.63 (Macintosh; Intel Mac OS X; U; en) Presto/2.1.1) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109248 Archived-At: Adrian Robert gmail.com> writes: > > Lynbech Christian tieto.com> writes: > > > Below is a small patch against nsterm.m which improves on the problem > > Thanks, I will take a look at the patch and probably > apply it within a few days. I think only the "async" versions of the frame status variables are supposed to be set. I added a missing one to the EmacsView -windowDidMiniaturize: method and can no longer reproduce the bug. I also added the settings to the x_make_frame_invisible function. Can you test and make sure this resolves the issue?