[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: question about `quit-char'
From: |
Chong Yidong |
Subject: |
Re: question about `quit-char' |
Date: |
Tue, 21 Oct 2008 14:47:05 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
"Drew Adams" <address@hidden> writes:
> C'mon guys, you've changed the thread.
>
> My question is about whether I should be binding the quit character or `C-g',
> and if the former, what the best way to do that is. Is the way I mentioned a
> good one?
Just bind to C-g:
(define-key map "\C-g" 'foo-bar)
We do this all over the lisp/ tree anyway, and this isn't going to
change before the release.
- question about `quit-char', Drew Adams, 2008/10/21
- Re: question about `quit-char', Eli Zaretskii, 2008/10/21
- Re: question about `quit-char', Chong Yidong, 2008/10/21
- RE: question about `quit-char', Stephen J. Turnbull, 2008/10/21
- RE: question about `quit-char', Drew Adams, 2008/10/21
- RE: question about `quit-char', Stephen J. Turnbull, 2008/10/22
- Re: question about `quit-char', Eli Zaretskii, 2008/10/21
- Re: question about `quit-char', Chong Yidong, 2008/10/21