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: Tue, 28 Jul 2009 15:23:39 +0200 Message-ID: <4A6EFBDB.9010801@gmx.at> References: <4A6DBB3A.90001@gmx.at> <4A6DC1A1.2000208@gmx.at> <4A6DDB61.8090403@gmx.at> <4A6EAB02.6080701@gmx.at> <4A6EEE42.1040808@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 1248787439 11193 80.91.229.12 (28 Jul 2009 13:23:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Jul 2009 13:23:59 +0000 (UTC) Cc: emacs-devel@gnu.org, Stefan Monnier , Miles Bader To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 28 15:23:53 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 1MVmel-0000DS-MB for ged-emacs-devel@m.gmane.org; Tue, 28 Jul 2009 15:23:51 +0200 Original-Received: from localhost ([127.0.0.1]:45951 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVmek-0005JG-Ur for ged-emacs-devel@m.gmane.org; Tue, 28 Jul 2009 09:23:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVmeg-0005Ip-A8 for emacs-devel@gnu.org; Tue, 28 Jul 2009 09:23:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVmee-0005IY-Ho for emacs-devel@gnu.org; Tue, 28 Jul 2009 09:23:45 -0400 Original-Received: from [199.232.76.173] (port=53706 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVmee-0005IV-7F for emacs-devel@gnu.org; Tue, 28 Jul 2009 09:23:44 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:60737) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MVmed-0004Pj-J2 for emacs-devel@gnu.org; Tue, 28 Jul 2009 09:23:44 -0400 Original-Received: (qmail invoked by alias); 28 Jul 2009 13:23:41 -0000 Original-Received: from 62-47-63-67.adsl.highway.telekom.at (EHLO [62.47.63.67]) [62.47.63.67] by mail.gmx.net (mp007) with SMTP; 28 Jul 2009 15:23:41 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19b+8o+IIdbQzAwkX/eySghQOyma1nl/AIBeP2v7b bWpB8p615n1Ssa User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.78 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:113284 Archived-At: > I expect display-buffer to always to something useful. But I do not > expect that a saved window tree can always be put back (with all > windows there) in any window (ie if the size of the window is too > small). What do you expect it to do when restoring a saved session? IMHO it should fail gracefully by trying to restore as much as possible. martin