From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Window configurations Date: Mon, 17 May 2010 11:06:24 +0200 Message-ID: <4BF10710.8070106@gmx.at> References: <4BE96186.7060504@gmx.de> <4BEA74B7.2070609@gmx.at> <4BEA8D2D.4090109@gmx.de> <4BEAA73F.4060608@gmx.at> <4BEAF487.1070605@gmx.de> <4BEBD2E3.8020200@gmx.at> <4BEBE52D.5080102@gmx.de> <87eihf3don.fsf@mail.jurta.org> <87ocgfcwx3.fsf@mail.jurta.org> 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: dough.gmane.org 1274087215 31130 80.91.229.12 (17 May 2010 09:06:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 17 May 2010 09:06:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 17 11:06:52 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 1ODwHf-0002cP-30 for ged-emacs-devel@m.gmane.org; Mon, 17 May 2010 11:06:47 +0200 Original-Received: from localhost ([127.0.0.1]:46692 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODwHe-0006Ox-BK for ged-emacs-devel@m.gmane.org; Mon, 17 May 2010 05:06:46 -0400 Original-Received: from [140.186.70.92] (port=52193 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODwHP-0006Mq-HM for emacs-devel@gnu.org; Mon, 17 May 2010 05:06:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ODwHN-0004sU-3S for emacs-devel@gnu.org; Mon, 17 May 2010 05:06:31 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:47611) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1ODwHM-0004s2-No for emacs-devel@gnu.org; Mon, 17 May 2010 05:06:29 -0400 Original-Received: (qmail invoked by alias); 17 May 2010 09:06:26 -0000 Original-Received: from 62-47-51-246.adsl.highway.telekom.at (EHLO [62.47.51.246]) [62.47.51.246] by mail.gmx.net (mp006) with SMTP; 17 May 2010 11:06:26 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19pcTV7mV9pzQ2Cfauh8W2RvxsTJZD3T2CfGLV/TG jnDAmDwkDRozc5 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <87ocgfcwx3.fsf@mail.jurta.org> X-Y-GMX-Trusted: 0 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:124849 Archived-At: > We could use something like this to define window configurations because > FRAME is like Emacs window, and FRAMESET is like internal window, e.g. > > (window-set (rows 30 55 15) > (window-set (cols 75 25) > (window (buffer . "top-window-1")) [...] > where window-set with rows splits vertically, > and window-set with cols splits horizontally. I suppose we need something more accurate than integer precentages. And we have to decide how to handle fixed-size windows - they want some absolute size. martin