On Fri, Oct 20, 2017 at 8:42 AM, Oleh Krehel 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