From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kai.grossjohann@gmx.net (=?iso-8859-1?q?Kai_Gro=DFjohann?=) Newsgroups: gmane.emacs.devel Subject: Re: Will default key bindings spell the death of Emacs? Date: Fri, 30 May 2003 21:55:36 +0200 Organization: University of Duisburg, Germany Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <848ysow6o7.fsf@lucy.is.informatik.uni-duisburg.de> References: <3ED67422.7060305@math.ku.dk> <20030529214728.GA24984@gnu.org> <200305300010.h4U0AiNY018227@rum.cs.yale.edu> <84r86hggd8.fsf@lucy.is.informatik.uni-duisburg.de> <3ED79506.5050604@yahoo.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054324582 20245 80.91.224.249 (30 May 2003 19:56:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 30 May 2003 19:56:22 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri May 30 21:56:21 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19LpzA-0005GN-00 for ; Fri, 30 May 2003 21:56:20 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19LqET-0001kd-00 for ; Fri, 30 May 2003 22:12:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Lq0K-0007OL-5N for emacs-devel@quimby.gnus.org; Fri, 30 May 2003 15:57:32 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Lq06-0007EV-CU for emacs-devel@gnu.org; Fri, 30 May 2003 15:57:18 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Lpzt-0006ig-7y for emacs-devel@gnu.org; Fri, 30 May 2003 15:57:05 -0400 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Lpzk-0006GV-4m for emacs-devel@gnu.org; Fri, 30 May 2003 15:56:56 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19Lpxb-00056n-00 for ; Fri, 30 May 2003 21:54:43 +0200 Mail-Followup-To: emacs-devel@gnu.org X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19Lpwj-00052e-00 for ; Fri, 30 May 2003 21:53:49 +0200 Original-Lines: 13 Original-X-Complaints-To: usenet@main.gmane.org Mail-Copies-To: never User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:xMZkqbfVjrs3vU4Ee5VOyy6e0/M= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14503 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14503 Kevin Rodgers writes: > (read-key-sequence "Key: " nil t) This doesn't read long prefix key sequences. That is, if C-c a is not bound yet, I can do (kbd "C-c a b c d") to bind a key, but read-key-sequence will stop at C-c a. Hm. I guess it also won't work to rebind C-x, say, since it's a prefix key. -- This line is not blank.