From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: moving window handling into lisp Date: Sat, 15 Aug 2009 13:02:09 +0200 Message-ID: References: <4A81374E.9050401@gmx.at> <4A8283D8.6070208@gmx.at> <4A83E2ED.2090805@gmx.at> <4A868A1F.4020101@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1250334154 21126 80.91.229.12 (15 Aug 2009 11:02:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Aug 2009 11:02:34 +0000 (UTC) Cc: emacs-devel@gnu.org, Stefan Monnier , rms@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 15 13:02:26 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 1McH1j-00058p-Dg for ged-emacs-devel@m.gmane.org; Sat, 15 Aug 2009 13:02:24 +0200 Original-Received: from localhost ([127.0.0.1]:47389 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McH1i-00032O-Bl for ged-emacs-devel@m.gmane.org; Sat, 15 Aug 2009 07:02:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1McH1c-00032J-UU for emacs-devel@gnu.org; Sat, 15 Aug 2009 07:02:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McH1Y-000327-0j for emacs-devel@gnu.org; Sat, 15 Aug 2009 07:02:16 -0400 Original-Received: from [199.232.76.173] (port=41463 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McH1X-000324-Qf for emacs-devel@gnu.org; Sat, 15 Aug 2009 07:02:11 -0400 Original-Received: from mail-yw0-f190.google.com ([209.85.211.190]:39592) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1McH1V-0007EI-Ok; Sat, 15 Aug 2009 07:02:09 -0400 Original-Received: by ywh28 with SMTP id 28so2890176ywh.27 for ; Sat, 15 Aug 2009 04:02:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=pPwqcVypWyJ736dCRCbpC8ZNue0ZCsT2U4bAaZVnj80=; b=lTVZiSLFYrx6CHBGLoiXDiVH1xXLEct2rVhfgjPeDm8OwNX7ovBUwQyHzRGviFtfz0 fVEXk0IY1FK6PceQpkIRPCHNAUV7fDHsNroazFT2hCB9OwNHz3VwSmVTbN+Qdfo8ml3O ZO3fIvOpBsaqdks6gTlRole0DQk+rOytWcctQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Tqnyq8pFw2UVSvgevAB/fpGGXdppIPiRIkml/BvatHrd2AH7SOv3YbhT92Bofbv/RL JjmRlLzazNMXQQESv52Ne51ia6rCKQK9fMFbvN7/EmGNHVsM4Ngo/VmPjSSyfUAfc8rg zJ0UQB6wc7o+fqnTWf4cH85OuY4G6+/oaSl4U= Original-Received: by 10.101.111.14 with SMTP id o14mr2317768anm.83.1250334129182; Sat, 15 Aug 2009 04:02:09 -0700 (PDT) In-Reply-To: <4A868A1F.4020101@gmx.at> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:114261 Archived-At: On Sat, Aug 15, 2009 at 12:12 PM, martin rudalics wrote: >> - prevent frame resizing that would require deleting a window. > > Emacs not honoring a window manager's request? > > I think we can live with deleting windows in that case and _not_ > resurrecting them when the frame is resized. 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.