emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New global bindings


From: joakim
Subject: Re: New global bindings
Date: Wed, 04 Jun 2008 12:43:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Seems to work nicely, thanks!

Caveats:

- Why is "=" bound to the same as "+"?
Is it because of the kbd layout you use?

- Could there be menu entries to help find this feature?

- "c-x c-+ +" also increases height. Is that desired?

- should c-g exit and restore default size?

- "c-x c-+ p" exits size change as expected, but leaves
a confusing "c-x c-+ p" message in the minibuffer.

- a message similar to "c-x e" "type 'e' to repeat macro" would be nice

Thanks again for this useful feature!


Miles Bader <address@hidden> writes:

> M Jared Finder <address@hidden> writes:
>> I would be happy with C-x C-+/C-x C-- bindings.
>
> Please try the following:
>
> (define-key ctl-x-map [(control ?+)] 'incdec-buffer-face-height)
> (define-key ctl-x-map [(control ?-)] 'incdec-buffer-face-height)
> (define-key ctl-x-map [(control ?=)] 'incdec-buffer-face-height)
> (define-key ctl-x-map [(control ?0)] 'incdec-buffer-face-height)
>
...

>
> Thanks,
>
> -Miles
-- 
Joakim Verona




reply via email to

[Prev in Thread] Current Thread [Next in Thread]