[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Rebind key and save/reuse previous bound function
From: |
Joe Riel |
Subject: |
Re: Rebind key and save/reuse previous bound function |
Date: |
Thu, 29 Oct 2015 21:58:43 -0700 |
On Thu, 29 Oct 2015 21:45:51 -0700
Joe Riel <joer@san.rr.com> wrote:
> Is there a clean way save the function bound to a key
> so that a new function can be created that is bound
> to the same key, does something, then executes the
> original bound function?
The function key-binding will do what I described, and is probably
what I'll use, but what I think I really want is something more akin
to substitute-key-definition, but which, rather than substituting a
function, returns the original function. Does that exist?
--
Joe Riel