From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: balance-windows again Date: Wed, 28 Sep 2005 22:42:43 -0400 Message-ID: References: <4328B58E.6010103@student.lu.se> <432A6DC2.30606@student.lu.se> <432ABE47.1010909@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1128037447 6656 80.91.229.2 (29 Sep 2005 23:44:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Sep 2005 23:44:07 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 30 01:44:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EL846-0007L3-1U for ged-emacs-devel@m.gmane.org; Fri, 30 Sep 2005 01:43:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EL845-0005D7-4D for ged-emacs-devel@m.gmane.org; Thu, 29 Sep 2005 19:43:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EL7y6-0003Xp-9b for emacs-devel@gnu.org; Thu, 29 Sep 2005 19:37:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EL7xx-0003UY-8y for emacs-devel@gnu.org; Thu, 29 Sep 2005 19:37:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EL7xw-0003Gv-Lo for emacs-devel@gnu.org; Thu, 29 Sep 2005 19:37:28 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EL7qg-0003j3-VL for emacs-devel@gnu.org; Thu, 29 Sep 2005 19:29:59 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EL7qg-000438-7Y; Thu, 29 Sep 2005 19:29:58 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:43375 Archived-At: It occurs to me that the nicest way to do this would be to turn the window-configuration data structure into a transparent structure from which this info can be extracted. I think the data structure as you've designed it won't do that job, but you could probably adapt it easily enough to do that job. Would you like to try that?