[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: keyboard-quit and keyboard-escape-quit
From: |
Matt Brown |
Subject: |
Re: keyboard-quit and keyboard-escape-quit |
Date: |
Sat, 20 Sep 2008 01:40:43 -0700 |
Well, the backtrace error went away when I restarted emacs, so now
it's working as desired with keyboard-escape-quit.
On Sat, Sep 20, 2008 at 1:32 AM, Matt Brown <deadguysfrom@gmail.com> wrote:
> I'm trying to rebind the functionality of C-g to C-q. According to
> describe-key, C-g is bound to keyboard-quit. When I bind C-q to
> keyboard-quit, it does NOT give me the same behavior as C-g. If I hit
> M-x, then C-q, the word "Quit" appears in the minibuffer (just as with
> C-g), but the minibuffer does not go away (and it still has focus;
> i.e. nothing happened). So next I tried keyboard-escape-quit. Works
> just as C-g for quitting from the minibuffer, but if I hit it when in
> the normal mode, I get a backtrace error: "Cannot return from the
> debugger in an error". Any ideas? Does anyone else see this
> behavior?
>
> thanks
> -Matt
>