From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Escaping from emacs is too easy :-) Date: Fri, 23 Aug 2002 16:04:12 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: References: <5x65y138f3.fsf@kfs2.cua.dk> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1030115114 31341 127.0.0.1 (23 Aug 2002 15:05:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 23 Aug 2002 15:05:14 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17iFzt-00089O-00 for ; Fri, 23 Aug 2002 17:05:13 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17iGTJ-0005XA-00 for ; Fri, 23 Aug 2002 17:35:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17iG16-00031x-00; Fri, 23 Aug 2002 11:06:28 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17iFzE-000308-00 for emacs-devel@gnu.org; Fri, 23 Aug 2002 11:04:32 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17iFyx-0002zr-00 for emacs-devel@gnu.org; Fri, 23 Aug 2002 11:04:32 -0400 Original-Received: from purple.csi.cam.ac.uk ([131.111.8.4]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17iFyx-0002zm-00 for emacs-devel@gnu.org; Fri, 23 Aug 2002 11:04:15 -0400 Original-Received: from cass41.ast.cam.ac.uk ([131.111.69.186]) by purple.csi.cam.ac.uk with esmtp (Exim 4.10) id 17iFyv-0001wu-00; Fri, 23 Aug 2002 16:04:13 +0100 Original-Received: from cass41.ast.cam.ac.uk (xpc21 [131.111.69.55]) by cass41.ast.cam.ac.uk (8.11.6+Sun/8.11.6) with ESMTP id g7NF4D229695; Fri, 23 Aug 2002 16:04:13 +0100 (BST) Original-To: no-spam@cua.dk (Kim F. Storm) X-Attribution: GM Mail-Followup-To: no-spam@cua.dk (Kim F. Storm), emacs-devel@gnu.org In-Reply-To: <5x65y138f3.fsf@kfs2.cua.dk> (no-spam@cua.dk's message of "23 Aug 2002 17:24:16 +0200") Original-Lines: 11 User-Agent: Gnus, GNU Emacs (www.gnu.org/directory/emacs.html) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6797 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6797 Kim F. Storm wrote: > Both C-x and C-c are used very frequently as prefix keys, and being > located right next to each other, I found it just too easy to hit > both by mistake. I still do that a lot. But (setq confirm-kill-emacs 'y-or-n-p) works fine for me to prevent accidental emacsicide.