From: Drew Adams <drew.adams@oracle.com>
To: "Clément Pit-Claudel" <cpitclaudel@gmail.com>, emacs-devel@gnu.org
Subject: RE: 26.1-rc1: global-set-key suggestions
Date: Sun, 29 Apr 2018 14:50:56 -0700 (PDT) [thread overview]
Message-ID: <2b601aed-a0e2-43d9-9efd-965537b21cd6@default> (raw)
In-Reply-To: <54ef5b61-535d-4f19-6e32-2580146c8204@gmail.com>
> > (global-set-key (kbd "s-+") #'text-scale-increase)
> > (global-set-key (kbd "s-=") #'text-scale-increase)
> > (global-set-key (kbd "s--") #'text-scale-decrease)
>
> I'd prefer binding these to a function that changes the font size on the
> whole frame, rather than just the current buffer.
See `zoom-frm-in' and `zoom-frm-out', in `zoom-frm.el'.
Or `zoom-in' and `zoom-out' (same library), which you
can use for both frame zooming and buffer zooming.
,----
| zoom-in is an interactive compiled Lisp function.
|
| It is bound to S-mouse-1, C-wheel-up.
|
| (zoom-in ARG)
|
| Zoom current frame or buffer in.
| With a prefix arg, toggle between zooming frame and zooming buffer.
| Frame zooming uses command ‘zoom-frm-in’.
| Buffer zooming uses command ‘text-scale-increase’.
`----
https://www.emacswiki.org/emacs/download/zoom-frm.el
next prev parent reply other threads:[~2018-04-29 21:50 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-29 1:03 26.1-rc1: global-set-key suggestions Van Ly
2018-04-29 2:43 ` Eli Zaretskii
2018-04-29 3:14 ` Van L
2018-04-29 10:49 ` Bastien
2018-04-29 20:34 ` Alan Third
2018-04-30 12:07 ` Van L
2018-04-29 16:38 ` Radon Rosborough
2018-04-29 21:07 ` Clément Pit-Claudel
2018-04-29 21:50 ` Drew Adams [this message]
2018-05-10 12:34 ` Siraphob (Ben) Phipathananunth
2018-05-13 13:35 ` Alan Third
2018-05-13 22:09 ` Tim Cross
2018-05-14 4:30 ` Stefan Monnier
2018-05-14 6:49 ` Van L
2018-05-14 9:12 ` joakim
2018-05-14 11:35 ` Van L
2018-05-14 12:02 ` Yuri Khan
2018-05-15 2:46 ` Van L
2018-05-14 12:58 ` Richard Stallman
2018-05-15 18:30 ` Alan Third
2018-05-31 20:33 ` Alan Third
2018-06-02 4:14 ` Van L
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=2b601aed-a0e2-43d9-9efd-965537b21cd6@default \
--to=drew.adams@oracle.com \
--cc=cpitclaudel@gmail.com \
--cc=emacs-devel@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.