From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: question about `quit-char' Date: Tue, 21 Oct 2008 14:47:05 -0400 Message-ID: <87wsg1rdjq.fsf@cyd.mit.edu> References: <009c01c9339e$0b2df3a0$0200a8c0@us.oracle.com> <8763nlsw2a.fsf@cyd.mit.edu> <871vy9suyd.fsf@cyd.mit.edu> <00b601c933a8$c31b7a50$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1224614870 4680 80.91.229.12 (21 Oct 2008 18:47:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2008 18:47:50 +0000 (UTC) Cc: 'Eli Zaretskii' , emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 21 20:48:48 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KsMHL-0001bJ-Hc for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 20:48:29 +0200 Original-Received: from localhost ([127.0.0.1]:53732 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsMGE-0000Mk-QW for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 14:47:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsMGA-0000M7-H6 for emacs-devel@gnu.org; Tue, 21 Oct 2008 14:47:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsMG6-0000Kc-QO for emacs-devel@gnu.org; Tue, 21 Oct 2008 14:47:14 -0400 Original-Received: from [199.232.76.173] (port=44394 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsMG6-0000KZ-Gz for emacs-devel@gnu.org; Tue, 21 Oct 2008 14:47:10 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:39656) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsMG3-0005fl-19; Tue, 21 Oct 2008 14:47:07 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 5103D57E0BD; Tue, 21 Oct 2008 14:47:06 -0400 (EDT) In-Reply-To: <00b601c933a8$c31b7a50$0200a8c0@us.oracle.com> (Drew Adams's message of "Tue, 21 Oct 2008 11:13:45 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104769 Archived-At: "Drew Adams" 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.