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: Mon, 10 Aug 2009 13:00:34 -0400 Message-ID: References: <7D6750DD60204DB082A761ECEE706CEA@us.oracle.com> <91793771320945CAA5CA2B600D0E9B67@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 1249923787 7719 80.91.229.12 (10 Aug 2009 17:03:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Aug 2009 17:03:07 +0000 (UTC) Cc: emacs-devel@gnu.org, 'Miles Bader' To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 10 19:03:00 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 1MaYGx-0005Xo-T6 for ged-emacs-devel@m.gmane.org; Mon, 10 Aug 2009 19:03:00 +0200 Original-Received: from localhost ([127.0.0.1]:42001 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaYGw-00082l-73 for ged-emacs-devel@m.gmane.org; Mon, 10 Aug 2009 13:02:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MaYEn-0007Qs-Ta for emacs-devel@gnu.org; Mon, 10 Aug 2009 13:00:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MaYEi-0007Pe-Io for emacs-devel@gnu.org; Mon, 10 Aug 2009 13:00:44 -0400 Original-Received: from [199.232.76.173] (port=49140 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaYEi-0007PZ-5n for emacs-devel@gnu.org; Mon, 10 Aug 2009 13:00:40 -0400 Original-Received: from tomts43.bellnexxia.net ([209.226.175.110]:50962 helo=tomts43-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MaYEf-0004Bb-0G; Mon, 10 Aug 2009 13:00:37 -0400 Original-Received: from toip5.srvr.bell.ca ([209.226.175.88]) by tomts43-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20090810170036.EBM14846.tomts43-srv.bellnexxia.net@toip5.srvr.bell.ca>; Mon, 10 Aug 2009 13:00:36 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAGfvf0pGN48s/2dsb2JhbACBUs8qhBgF Original-Received: from bas1-montreal42-1178046252.dsl.bell.ca (HELO ceviche.home) ([70.55.143.44]) by toip5.srvr.bell.ca with ESMTP; 10 Aug 2009 13:05:06 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 6450CB454F; Mon, 10 Aug 2009 13:00:34 -0400 (EDT) In-Reply-To: <91793771320945CAA5CA2B600D0E9B67@us.oracle.com> (Drew Adams's message of "Mon, 10 Aug 2009 09:31:47 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Solaris 8 (1) 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:113982 Archived-At: > Now and then, you want to see something more closely in the right > buffer, while still following in the left. You enlarge the right > buffer's text (C-x C-=). The window that has the larger text is > larger; the window with the smaller text is smaller (it needs less > room). How 'bout Miles's suggestion to use your code but without a separate config var, using text-scale-mode-hook instead? That would sound like a good idea to me. Stefan