From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.devel Subject: Re: ESC ESC UP 2 Date: Fri, 30 Mar 2007 13:24:03 +0200 (CEST) Message-ID: <8601279.677851175253843430.JavaMail.www@wwinf4201> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1175294034 2539 80.91.229.12 (30 Mar 2007 22:33:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Mar 2007 22:33:54 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: =?UTF-8?Q?Micha=C3=ABl_Cadilhac?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 30 13:24:13 2007 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 1HXFDJ-0007gk-GS for ged-emacs-devel@m.gmane.org; Fri, 30 Mar 2007 13:24:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXFFx-0001Gb-Ca for ged-emacs-devel@m.gmane.org; Fri, 30 Mar 2007 06:26:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HXFFt-0001GP-Jp for emacs-devel@gnu.org; Fri, 30 Mar 2007 07:26:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HXFFs-0001F9-4V for emacs-devel@gnu.org; Fri, 30 Mar 2007 07:26:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXFFs-0001F2-17 for emacs-devel@gnu.org; Fri, 30 Mar 2007 06:26:52 -0500 Original-Received: from smtp3.voila.fr ([193.252.22.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HXFDA-0007Ux-Qk for emacs-devel@gnu.org; Fri, 30 Mar 2007 07:24:05 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4201.voila.fr (SMTP Server) with ESMTP id 78D8F1C0014A; Fri, 30 Mar 2007 13:24:03 +0200 (CEST) Original-Received: from wwinf4201 (wwinf4201 [10.232.2.28]) by mwinf4201.voila.fr (SMTP Server) with ESMTP id 6B8791C000EA; Fri, 30 Mar 2007 13:24:03 +0200 (CEST) X-ME-UUID: 20070330112403440.6B8791C000EA@mwinf4201.voila.fr X-Originating-IP: [89.34.170.37] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-CC: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 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:68786 > > Here is another bug like the other one (ESC ESC UP) > > > > 1. In console (not in X, or mac!) run emacs -Q > > > > 2. C-h k > > > > Now press ESC ESC UP. > > > > Result: > > > > ESC ESC ESC runs the command keyboard-escape-quit. etc... > > > > More, an unknown char in inserted in *scratch*. > > This is normal, AFAIK. The key is an escaped combination > (something like ESC [A) translated to C-p by the Mighty Emacs. If you > do M-q , you'll see what I mean. Now I understand. ESC UP give correct message in console because its length is 3. (C-q UP) > > (for example, on console, just try ESC [ A). > Adessias