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: moving window handling into lisp Date: Mon, 27 Jul 2009 15:45:21 +0200 Message-ID: <4A6DAF71.6070002@gmx.at> References: <4A6DAD94.8040006@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1248703236 29827 80.91.229.12 (27 Jul 2009 14:00:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jul 2009 14:00:36 +0000 (UTC) Cc: emacs-devel@gnu.org, Miles Bader To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 27 16:00:29 2009 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 1MVQke-0006id-Af for ged-emacs-devel@m.gmane.org; Mon, 27 Jul 2009 16:00:28 +0200 Original-Received: from localhost ([127.0.0.1]:54104 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVQkd-0004BC-OO for ged-emacs-devel@m.gmane.org; Mon, 27 Jul 2009 10:00:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVQWJ-00005G-7H for emacs-devel@gnu.org; Mon, 27 Jul 2009 09:45:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVQWC-0008V0-IT for emacs-devel@gnu.org; Mon, 27 Jul 2009 09:45:37 -0400 Original-Received: from [199.232.76.173] (port=39425 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVQWB-0008Ul-CT for emacs-devel@gnu.org; Mon, 27 Jul 2009 09:45:32 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:46523) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MVQWA-000275-Hz for emacs-devel@gnu.org; Mon, 27 Jul 2009 09:45:30 -0400 Original-Received: (qmail invoked by alias); 27 Jul 2009 13:45:28 -0000 Original-Received: from 62-47-46-195.adsl.highway.telekom.at (EHLO [62.47.46.195]) [62.47.46.195] by mail.gmx.net (mp025) with SMTP; 27 Jul 2009 15:45:28 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18FXaEvt1cFgZwA8uLwLmf8YsfU9M7icw/CoMWS8c SqpKYvJGHBFD50 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.82 X-detected-operating-system: by monty-python.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:113216 Archived-At: > What do you mean? Is not the code in winsav.el non-procedural enough? IIRC you're using `split-window' recursively to restore configurations. martin