emacs-devel
[Top][All Lists]
Advanced

[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.




reply via email to

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