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: M- vs. ESC Date: Thu, 06 Jan 2005 21:49:48 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1105066774 2472 80.91.229.6 (7 Jan 2005 02:59:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Jan 2005 02:59:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 07 03:59:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CmkLX-00078N-00 for ; Fri, 07 Jan 2005 03:59:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmkWs-0005AS-BS for ged-emacs-devel@m.gmane.org; Thu, 06 Jan 2005 22:11:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CmkW0-0004cS-IC for emacs-devel@gnu.org; Thu, 06 Jan 2005 22:10:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CmkVy-0004al-KB for emacs-devel@gnu.org; Thu, 06 Jan 2005 22:10:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmkVy-0004aY-FM for emacs-devel@gnu.org; Thu, 06 Jan 2005 22:10:14 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CmkIm-0007Ss-QV for emacs-devel@gnu.org; Thu, 06 Jan 2005 21:56:37 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CmkCC-0006bL-Uh; Thu, 06 Jan 2005 21:49:49 -0500 Original-To: Andreas Schwab In-reply-to: (message from Andreas Schwab on Thu, 06 Jan 2005 13:16:22 +0100) 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: main.gmane.org gmane.emacs.devel:31989 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31989 More specifically, when I type Meta-left at Emacs running in > xterm it receives the key sequence [?\e ?\e ?O ?D], which gets translated > to [?\e left] through function-key-map. > > That is a surprise to me. Someone must have changed this in recent > years. In which way? What is the expected behaviour? That Meta-left turns into ESC left is strange.