From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: PJ Weisberg Newsgroups: gmane.emacs.help Subject: Restore window configuration after Ediff Date: Sat, 16 Apr 2011 11:26:31 -0700 Message-ID: References: <4DA946F1.9030301@gmx.at> <4DA96A9F.6040005@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1302978412 7356 80.91.229.12 (16 Apr 2011 18:26:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 16 Apr 2011 18:26:52 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: martin rudalics Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 16 20:26:48 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QBACi-0000tn-Nh for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Apr 2011 20:26:44 +0200 Original-Received: from localhost ([::1]:53521 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBACi-0000vd-9S for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Apr 2011 14:26:44 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBACb-0000vP-Uj for help-gnu-emacs@gnu.org; Sat, 16 Apr 2011 14:26:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBACa-00058N-Kt for help-gnu-emacs@gnu.org; Sat, 16 Apr 2011 14:26:37 -0400 Original-Received: from smtpauth04.prod.mesa1.secureserver.net ([64.202.165.95]:59203) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QBACa-00058E-6G for help-gnu-emacs@gnu.org; Sat, 16 Apr 2011 14:26:36 -0400 Original-Received: (qmail 14173 invoked from network); 16 Apr 2011 18:26:34 -0000 Original-Received: from unknown (209.85.161.41) by smtpauth04.prod.mesa1.secureserver.net (64.202.165.95) with ESMTP; 16 Apr 2011 18:26:34 -0000 Original-Received: by fxm18 with SMTP id 18so3017268fxm.0 for ; Sat, 16 Apr 2011 11:26:31 -0700 (PDT) Original-Received: by 10.223.100.86 with SMTP id x22mr1061538fan.108.1302978391934; Sat, 16 Apr 2011 11:26:31 -0700 (PDT) Original-Received: by 10.223.78.195 with HTTP; Sat, 16 Apr 2011 11:26:31 -0700 (PDT) In-Reply-To: <4DA96A9F.6040005@gmx.at> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 64.202.165.95 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80817 Archived-At: On Saturday, April 16, 2011, martin rudalics wrote: >> Is there a reason that the code I have *shouldn't* work (besides the >> fact that it doesn't)? =A0I.e., is there a gap in my understanding? > > I suppose so ;-) > > Your code saves and restores the state of one particular frame. =A0So it > disregards other frames deleted or created within these two actions. > And IIUC your complaint was about the ediff control panel appearing on > some new frame and not being deleted when the window configuration is > restored. > > martin > My goal was to save and restore that particular frame without affecting what would otherwise happen to other frames. Ediff normally deletes its control frame, so I want it to do so while I restore the other frame to the way it was before Ediff was invoked. --=20 -PJ