From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: strange EDT keypad behavior Date: Mon, 28 Apr 2003 00:36:49 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1051504596 10567 80.91.224.249 (28 Apr 2003 04:36:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 28 Apr 2003 04:36:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Apr 28 06:36:34 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 19A0NW-0002k9-00 for ; Mon, 28 Apr 2003 06:36:34 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19A0VS-0007Jl-00 for ; Mon, 28 Apr 2003 06:44:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19A0OJ-0002Fp-01 for emacs-devel@quimby.gnus.org; Mon, 28 Apr 2003 00:37:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19A0O4-0002CC-00 for emacs-devel@gnu.org; Mon, 28 Apr 2003 00:37:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19A0O0-00028y-00 for emacs-devel@gnu.org; Mon, 28 Apr 2003 00:37:04 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19A0Nm-0001y1-00 for emacs-devel@gnu.org; Mon, 28 Apr 2003 00:36:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 19A0Nl-0001ie-00; Mon, 28 Apr 2003 00:36:49 -0400 Original-To: "John J. Dougherty" In-reply-to: (John.Dougherty@trw.com) 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:13493 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13493 on 20.7, in EDT emulation: ESC 2 0 KP0 causes the cursor to drop 20 lines, as expected. on 21.2, in EDT emulation: ESC 2 0 KP0 results in a minibuffer display "ESC 2 0 kp-0-" and emacs does nothing, apparently waiting for more keystrokes. It seems clear that Emacs thinks it is processing a prefix character. Can you take a look at the keymaps that are being used and try to see why? What happens if you type just KP0? Does that also wait for more input? I don't know how to use EDT emulation; I cannot construct a way to test this myself. Can you send a precise self-contained test case, and explain what the commands do? Please read the Bugs section in the Emacs manual, which provides guidelines on how to write a bug report to give us the necessary information so we can fix the bug.