From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Frame ordering Date: Mon, 14 Jun 2010 14:49:31 -0400 Message-ID: References: <8F18E079-3351-4398-B76B-6CF9169ACE9E@gmail.com> <4C123889.5060801@gmx.at> <597D28BE-ABE3-4FFF-84B1-1FBF9931293C@gmail.com> <4C126EA5.1050509@gmx.at> <4DF4317D-522E-4948-9C19-ED1252BF36B2@gmail.com> <4C133EDF.8070407@gmx.at> <77C00490-801D-47B9-83BC-32D786F1F684@gmail.com> <1F24A2FE-EF86-4E03-84CF-69748A482C64@gmail.com> <2E617238-2118-408D-8939-80C50A2CB9FB@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276541382 32555 80.91.229.12 (14 Jun 2010 18:49:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Jun 2010 18:49:42 +0000 (UTC) Cc: martin rudalics , Lennart Borgman , YAMAMOTO Mitsuharu , Emacs-Devel devel To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 14 20:49:40 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OOEj6-0003lK-Ce for ged-emacs-devel@m.gmane.org; Mon, 14 Jun 2010 20:49:40 +0200 Original-Received: from localhost ([127.0.0.1]:43361 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOEj5-0002tw-NC for ged-emacs-devel@m.gmane.org; Mon, 14 Jun 2010 14:49:39 -0400 Original-Received: from [140.186.70.92] (port=55284 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOEiz-0002tc-E5 for emacs-devel@gnu.org; Mon, 14 Jun 2010 14:49:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOEiy-0004UQ-By for emacs-devel@gnu.org; Mon, 14 Jun 2010 14:49:33 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:35422 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOEiy-0004U8-9h for emacs-devel@gnu.org; Mon, 14 Jun 2010 14:49:32 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAD8WFkxFxILL/2dsb2JhbACeaXLAdYUaBI0C X-IronPort-AV: E=Sophos;i="4.53,415,1272859200"; d="scan'208";a="68020373" Original-Received: from 69-196-130-203.dsl.teksavvy.com (HELO pastel.home) ([69.196.130.203]) by ironport2-out.pppoe.ca with ESMTP; 14 Jun 2010 14:49:31 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 84FB280BC; Mon, 14 Jun 2010 14:49:31 -0400 (EDT) In-Reply-To: <2E617238-2118-408D-8939-80C50A2CB9FB@gmail.com> (David Reitter's message of "Mon, 14 Jun 2010 12:29:47 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:125925 Archived-At: > When I take out the NS-specific raise-frame call, the new topmost > window fails to become active (key/main) after deleting a frame. But that is probably due to a bug elsewhere. > That is why we need to call raise-frame. No: that is why we have a Fraise_frame at this place, but I think this is a hack that leads to further trouble. So we should remove the Fraise_frame and then try and fix the problem in The Right Way. Stefan