From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: finger-pointer curser as default for mouse-face text Date: Tue, 02 Nov 2004 18:53:21 -0500 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 1099439649 27290 80.91.229.6 (2 Nov 2004 23:54:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Nov 2004 23:54:09 +0000 (UTC) Cc: Martin Blais , Miles Bader , emacs-devel@gnu.org, rms@gnu.org, Karl Eichwalder Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 03 00:53:56 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 1CP8TL-00063u-00 for ; Wed, 03 Nov 2004 00:53:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CP8bP-0001jm-8i for ged-emacs-devel@m.gmane.org; Tue, 02 Nov 2004 19:02:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CP8bA-0001jV-FC for emacs-devel@gnu.org; Tue, 02 Nov 2004 19:02:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CP8b8-0001j0-PW for emacs-devel@gnu.org; Tue, 02 Nov 2004 19:01:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CP8b8-0001ij-M0 for emacs-devel@gnu.org; Tue, 02 Nov 2004 19:01:58 -0500 Original-Received: from [206.47.199.166] (helo=simmts8-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CP8So-0007GX-Uv; Tue, 02 Nov 2004 18:53:23 -0500 Original-Received: from empanada.home ([67.71.24.49]) by simmts8-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041102235322.YHFQ1692.simmts8-srv.bellnexxia.net@empanada.home>; Tue, 2 Nov 2004 18:53:22 -0500 Original-Received: by empanada.home (Postfix, from userid 502) id D7FF735070C; Tue, 2 Nov 2004 18:53:21 -0500 (EST) Original-To: "Drew Adams" In-Reply-To: (Drew Adams's message of "Tue, 2 Nov 2004 15:41:40 -0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) 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:29349 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29349 > 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. Stefan > -----Original Message-----From: Miles Bader > On Tue, Nov 02, 2004 at 07:08:34PM +0100, Karl Eichwalder wrote: >> From time to time it is necessary to increase the font size: When I want >> to demonstrate something to somebody watching my screen, or when I want >> to check some accented or foreign characters more closely. > Something like the following elisp code might be more useful for this. It > implements the C-+ and C-- (that's control-minus :-) bindings many modern > GUI > programs use to grow/shrink the default face. > ... default-grow.el > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel