From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: finger-pointer curser as default for mouse-face text Date: Wed, 03 Nov 2004 10:26:01 +0100 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099476831 879 80.91.229.6 (3 Nov 2004 10:13:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Nov 2004 10:13:51 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org, Karl Eichwalder , Martin Blais , Drew Adams , Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 03 11:13:36 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CPI91-0006f1-00 for ; Wed, 03 Nov 2004 11:13:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPIH7-0000n0-Jd for ged-emacs-devel@m.gmane.org; Wed, 03 Nov 2004 05:21:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPHws-0002o2-Rc for emacs-devel@gnu.org; Wed, 03 Nov 2004 05:01:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPHwn-0002lS-FE for emacs-devel@gnu.org; Wed, 03 Nov 2004 05:00:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPHwm-0002l1-Tf for emacs-devel@gnu.org; Wed, 03 Nov 2004 05:00:57 -0500 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.34) id 1CPHoe-0007s5-Np for emacs-devel@gnu.org; Wed, 03 Nov 2004 04:52:33 -0500 Original-Received: (qmail 145 invoked from network); 3 Nov 2004 09:25:49 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 3 Nov 2004 09:25:49 -0000 Original-To: Stefan In-Reply-To: (Stefan's message of "Tue, 02 Nov 2004 18:53:21 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) 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: main.gmane.org gmane.emacs.devel:29366 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29366 Stefan writes: >> I too wrote a command (`doremi-grow-font') that increases or decreases the >> font size of the frame by an increment. You could bind it to, say, C-+ (and >> bind to C-- a lambda that calls `doremi-grow-font' after flipping the sign >> of the increment). Like Miles's code, this lets you, in effect, _zoom_ the >> Emacs page (buffer) in and out easily. > > BTW, C-+ is OK because it's currently unused, but C-- is already bound and > I've been known to use it, so otherpeople might use it as well. Perhaps C-M-+ and C-M-- ? C-M-- is bound to the same command as C-- and M--, so I think we can steal that binding. -- Kim F. Storm http://www.cua.dk