emacs-devel
[Top][All Lists]
Advanced

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

Re: Problem quitting properly from transient keymap with one keystroke


From: Robert Weiner
Subject: Re: Problem quitting properly from transient keymap with one keystroke
Date: Fri, 20 Oct 2017 10:36:00 -0400

On Fri, Oct 20, 2017 at 8:42 AM, Oleh Krehel <address@hidden> wrote:
Hi Bob,

> Everything is working as desired except for disabling the transient map.
> Both C-g and q should disable the transient map and run the on-exit
> function I have defined.

Have you looked at the hydra package on ELPA? It's easy to do what you
describe with `defhydra'.

​So, I could I bind {C-g} in my hydra map, execute some functions and then do a (keyboard-quit)
and have that not trigger an error but just signal a quit?

Bob


reply via email to

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