From cyd@stupidchicken.com Tue Oct 21 14:11:39 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.9 required=4.0 tests=AWL,BAYES_00,HAS_PACKAGE autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at quiet) by emacsbugs.donarmstrong.com; 21 Oct 2008 21:11:40 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9LLBaOP008653 for ; Tue, 21 Oct 2008 14:11:37 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 71F6C57E1A5; Tue, 21 Oct 2008 17:11:38 -0400 (EDT) From: Chong Yidong To: quiet@debbugs.gnu.org Subject: Allow setting of quit-char Date: Tue, 21 Oct 2008 17:11:38 -0400 Message-ID: <877i81tzzp.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Package: emacs Severity: wishlist Currently, lots of places in the Emacs Lisp sources assume that C-g is the quit-char. We have facilities to change and determine quit-char, but these are under-developed/under-used. See the discussion at http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00483.html