From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel,gmane.emacs.code-browser Subject: Re: patch for optional inhibit of delete-other-windows(IDE feature) Date: Tue, 29 Apr 2008 23:28:20 +0200 Message-ID: <481792F4.8050008@gmx.at> References: <84D8FEFE8D23E94E9C2A6F0C58EE07E3429A02@mucmail3.sdm.de> <84D8FEFE8D23E94E9C2A6F0C58EE07E3429AF9@mucmail3.sdm.de> <4815EE7D.6020304@gmx.at> <84D8FEFE8D23E94E9C2A6F0C58EE07E3429DD9@mucmail3.sdm.de> <48164956.1060204@gmx.at> <200804291804.m3TI4fSp017469@projectile.siege-engine.com> <84D8FEFE8D23E94E9C2A6F0C58EE07E347AC6A@mucmail3.sdm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1209504656 30396 80.91.229.12 (29 Apr 2008 21:30:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2008 21:30:56 +0000 (UTC) Cc: rms@gnu.org, ecb-list@lists.sourceforge.net, klaus.berndl@sdm.de, joakim@verona.se, emacs-devel@gnu.org, eric@siege-engine.com To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 29 23:31:31 2008 connect(): Connection refused 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 1JqxQ4-0007xu-Kl for ged-emacs-devel@m.gmane.org; Tue, 29 Apr 2008 23:31:24 +0200 Original-Received: from localhost ([127.0.0.1]:39903 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqxPN-0000tu-P3 for ged-emacs-devel@m.gmane.org; Tue, 29 Apr 2008 17:30:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqxO3-0000R6-NF for emacs-devel@gnu.org; Tue, 29 Apr 2008 17:29:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqxO3-0000QZ-0u for emacs-devel@gnu.org; Tue, 29 Apr 2008 17:29:19 -0400 Original-Received: from [199.232.76.173] (port=42859 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqxO2-0000QW-Ux for emacs-devel@gnu.org; Tue, 29 Apr 2008 17:29:18 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JqxO2-0007ZT-Bu for emacs-devel@gnu.org; Tue, 29 Apr 2008 17:29:18 -0400 Original-Received: (qmail invoked by alias); 29 Apr 2008 21:29:17 -0000 Original-Received: from 62-47-62-160.adsl.highway.telekom.at (EHLO [62.47.62.160]) [62.47.62.160] by mail.gmx.net (mp019) with SMTP; 29 Apr 2008 23:29:17 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+9KPIqsEK9THFaT+W0UIJV2317WLB/dG+Pr62a+x yxXctQzGyG8mfF User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: 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:96172 gmane.emacs.code-browser:2136 Archived-At: >>Also very helpful could be to save not only the window-configuration of the >>whole frame but also to save and restore the current subwindow-configuration >>of a certain window > > Yes, we want this feature but I don't think we have it yet. IIUC it > shouldn't be too difficult to add it to the Elisp implementation of Elisp, really? That is, using `split-window'z? IIUC that's precisely what Klaus has implemented for ECB. > window configurations (which also provide the ability to save a config > on a frame and restore it on another frame, or in another Emacs session > altogether), > > That reminds me: is there any progress on this front? There was never any consensus on any format.