help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: getting started with the `hydra' package from GNU Elpa -- fail with


From: N. Jackson
Subject: Re: getting started with the `hydra' package from GNU Elpa -- fail with simplest example
Date: Fri, 22 Sep 2017 11:28:54 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

At 06:19 +0200 on Monday 2017-09-18, Marcin Borkowski wrote:
>
> I do not know how the `global-key' option is supposed to work, but did
> you try just saying
>
> (global-set-key (kbd "<f2>") 'hydra-zoom/body)
>
> instead of `global-key' after the hydra is defined?

Hello Marcin,

No, I hadn't tried that and

  (defhydra hydra-zoom ()
    "zoom"
    ("g" text-scale-increase "in")
    ("l" text-scale-decrease "out"))

  (global-set-key (kbd "<f2>") 'hydra-zoom/body)

does work, indeed. Thank you.

I have submitted a but report [1] to let the maintainer know that his
first/simplest example no longer works.

N.

[1] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28550





reply via email to

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