all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon Josefsson <simon@josefsson.org>
To: Miles Bader <miles@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: make ctrl-+ increase font size?
Date: Mon, 04 May 2009 14:44:03 +0200	[thread overview]
Message-ID: <87ljpdt4vg.fsf@mocca.josefsson.org> (raw)
In-Reply-To: <87ocugn7cl.fsf@catnip.gol.com> (Miles Bader's message of "Wed, 29 Apr 2009 00:08:58 +0900")

Miles Bader <miles@gnu.org> writes:

> Simon Josefsson <simon@josefsson.org> writes:
>> Ctrl-+ seems unused right now.  Can we make it a short-cut for
>> increasing the font size?
>>
>> Ctrl-+ is used to increase the font size in many GNOME applications (and
>> other applications too) so it would be nice to be consistent here.
>>
>> Ctrl-- is already taken, but maybe it isn't that important?
>
> There was already a discussion about this, leading to the current
> compromise bindings of C-x C-+ (etc).  You can search the emacs-devel
> list for that if you want.

Ah, sorry I had missed that.  I have put

(define-key global-map [?\C-+] 'text-scale-increase)
(define-key global-map [?\C--] 'text-scale-decrease)

in my ~/.emacs and can live with it, although I suspect the concern will
come up again in the future.

/Simon




  reply	other threads:[~2009-05-04 12:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-28 14:48 make ctrl-+ increase font size? Simon Josefsson
2009-04-28 15:08 ` Drew Adams
2009-04-28 15:08 ` Miles Bader
2009-05-04 12:44   ` Simon Josefsson [this message]
2009-04-28 15:33 ` Deniz Dogan
2009-05-04 13:18 ` Stephen Eilert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ljpdt4vg.fsf@mocca.josefsson.org \
    --to=simon@josefsson.org \
    --cc=emacs-devel@gnu.org \
    --cc=miles@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.