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 14:03:20 -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 1249927468 11970 80.91.229.12 (10 Aug 2009 18:04:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Aug 2009 18:04:28 +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 20:04:19 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 1MaZEI-0004Te-S8 for ged-emacs-devel@m.gmane.org; Mon, 10 Aug 2009 20:04:19 +0200 Original-Received: from localhost ([127.0.0.1]:58973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaZEH-00068q-KN for ged-emacs-devel@m.gmane.org; Mon, 10 Aug 2009 14:04:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MaZDW-0005n6-NZ for emacs-devel@gnu.org; Mon, 10 Aug 2009 14:03:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MaZDR-0005lS-Gg for emacs-devel@gnu.org; Mon, 10 Aug 2009 14:03:30 -0400 Original-Received: from [199.232.76.173] (port=57960 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaZDR-0005lK-AA for emacs-devel@gnu.org; Mon, 10 Aug 2009 14:03:25 -0400 Original-Received: from tomts10.bellnexxia.net ([209.226.175.54]:51131 helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MaZDP-000324-7X; Mon, 10 Aug 2009 14:03:23 -0400 Original-Received: from toip3.srvr.bell.ca ([209.226.175.86]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20090810180322.YKLI12711.tomts10-srv.bellnexxia.net@toip3.srvr.bell.ca>; Mon, 10 Aug 2009 14:03:22 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAHf9f0pGN48s/2dsb2JhbACBUc9XhBgF Original-Received: from bas1-montreal42-1178046252.dsl.bell.ca (HELO ceviche.home) ([70.55.143.44]) by toip3.srvr.bell.ca with ESMTP; 10 Aug 2009 13:55:45 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 04407B454F; Mon, 10 Aug 2009 14:03:20 -0400 (EDT) In-Reply-To: (Drew Adams's message of "Mon, 10 Aug 2009 10:15:26 -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:113988 Archived-At: >> 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. > (No reason given.) Why? I'm not convinced that a global variable setting is the right solution. So using a hook is good enough so users can get the same result, but keeping it "low-profile" (i.e. still begging for a better solution). > Anyway, as I said, if that's what it takes to get such a feature in Emacs, > please go for it. So you're saying that using a hook is indeed an approach that works? Stefan