From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: face-remap.el patch to resize window Date: Sun, 09 Aug 2009 23:00:09 -0400 Message-ID: References: <7D6750DD60204DB082A761ECEE706CEA@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249873232 17011 80.91.229.12 (10 Aug 2009 03:00:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Aug 2009 03:00:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 10 05:00:25 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 1MaL7W-0006SP-Vs for ged-emacs-devel@m.gmane.org; Mon, 10 Aug 2009 05:00:23 +0200 Original-Received: from localhost ([127.0.0.1]:56441 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaL7W-0003rq-Cc for ged-emacs-devel@m.gmane.org; Sun, 09 Aug 2009 23:00:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MaL7R-0003rl-GZ for emacs-devel@gnu.org; Sun, 09 Aug 2009 23:00:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MaL7M-0003pl-5f for emacs-devel@gnu.org; Sun, 09 Aug 2009 23:00:16 -0400 Original-Received: from [199.232.76.173] (port=56558 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaL7L-0003pi-UU for emacs-devel@gnu.org; Sun, 09 Aug 2009 23:00:11 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:25219) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MaL7L-00067d-JI for emacs-devel@gnu.org; Sun, 09 Aug 2009 23:00:11 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqYEAA4qf0pFxL8W/2dsb2JhbACBUcpkhBgFhzg X-IronPort-AV: E=Sophos;i="4.43,350,1246852800"; d="scan'208";a="43225845" Original-Received: from 69-196-191-22.dsl.teksavvy.com (HELO ceviche.home) ([69.196.191.22]) by ironport2-out.teksavvy.com with ESMTP; 09 Aug 2009 22:59:57 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 2D994B454F; Sun, 9 Aug 2009 23:00:09 -0400 (EDT) In-Reply-To: <7D6750DD60204DB082A761ECEE706CEA@us.oracle.com> (Drew Adams's message of "Sun, 9 Aug 2009 18:04:00 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) 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:113929 Archived-At: > Doesn't it make sense to resize the window to take advantage of space > freed up when text is scaled smaller? As an option at least? To me the fact that text-scale-increase doesn't change the window's size is one of its greatest features. Resizing windows is the job of the window-manager (and most of my window's sizes are dicated by the screen size). But if people like it, I won't object to this feature as an option, as long as it's well integrated. Stefan