From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: moving window handling into lisp Date: Sat, 15 Aug 2009 15:35:03 +0200 Organization: Organization?!? Message-ID: <87vdkpfbeg.fsf@lola.goethe.zz> References: <4A81374E.9050401@gmx.at> <4A8283D8.6070208@gmx.at> <4A83E2ED.2090805@gmx.at> <4A868A1F.4020101@gmx.at> <4A86AD92.7030308@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1250343357 8918 80.91.229.12 (15 Aug 2009 13:35:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Aug 2009 13:35:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 15 15:35:50 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 1McJQD-0004vO-Qj for ged-emacs-devel@m.gmane.org; Sat, 15 Aug 2009 15:35:50 +0200 Original-Received: from localhost ([127.0.0.1]:56064 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McJQD-0002Pt-6w for ged-emacs-devel@m.gmane.org; Sat, 15 Aug 2009 09:35:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1McJPq-0002Ir-Gb for emacs-devel@gnu.org; Sat, 15 Aug 2009 09:35:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McJPl-0002GX-Oc for emacs-devel@gnu.org; Sat, 15 Aug 2009 09:35:25 -0400 Original-Received: from [199.232.76.173] (port=48708 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McJPl-0002GT-G6 for emacs-devel@gnu.org; Sat, 15 Aug 2009 09:35:21 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:42540 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1McJPk-00015P-IX for emacs-devel@gnu.org; Sat, 15 Aug 2009 09:35:20 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1McJPe-0001X8-GB for emacs-devel@gnu.org; Sat, 15 Aug 2009 13:35:14 +0000 Original-Received: from p5b2c282f.dip.t-dialin.net ([91.44.40.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Aug 2009 13:35:14 +0000 Original-Received: from dak by p5b2c282f.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Aug 2009 13:35:14 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p5b2c282f.dip.t-dialin.net X-Face: 2FEFf>]>q>2iw=B6, xrUubRI>pR&Ml9=ao@P@i)L:\urd*t9M~y1^:+Y]'C0~{mAl`oQuAl \!3KEIp?*w`|bL5qr,H)LFO6Q=qx~iH4DN; i"; /yuIsqbLLCh/!U#X[S~(5eZ41to5f%E@'ELIi$t^ Vc\LWP@J5p^rst0+('>Er0=^1{]M9!p?&:\z]|;&=NP3AhB!B_bi^]Pfkw User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:sFta9Eg+St0sgtJi9sAsUXVg2rI= X-detected-operating-system: by monty-python.gnu.org: GNU/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:114264 Archived-At: martin rudalics writes: >> We can both honor the window manager request and avoiding deleting windows. >> >> Just show a single window saying the windows does not fit when the >> frame gets too small. Put back the windows then the frame gets bigger. > > Where are these windows in the period starting when you show the single > window and ending when you put them back? I find it saner to refuse the resize request (perfectly valid behavior) until the frame-internal window configuration allows it. -- David Kastrup