From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Bug in key translation Date: Sat, 15 Mar 2008 23:30:50 -0400 Message-ID: <87zlsz73bp.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205638276 31462 80.91.229.12 (16 Mar 2008 03:31:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Mar 2008 03:31:16 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 16 04:31:45 2008 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 1Jajb4-0004Xy-Ff for ged-emacs-devel@m.gmane.org; Sun, 16 Mar 2008 04:31:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JajaU-0004fn-Pl for ged-emacs-devel@m.gmane.org; Sat, 15 Mar 2008 23:31:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JajaP-0004dt-Vi for emacs-devel@gnu.org; Sat, 15 Mar 2008 23:31:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JajaK-0004ao-BR for emacs-devel@gnu.org; Sat, 15 Mar 2008 23:31:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JajaK-0004ag-8G for emacs-devel@gnu.org; Sat, 15 Mar 2008 23:30:56 -0400 Original-Received: from c-98-216-111-182.hsd1.ma.comcast.net ([98.216.111.182] helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JajaK-0003CE-2X for emacs-devel@gnu.org; Sat, 15 Mar 2008 23:30:56 -0400 Original-Received: by furry (Postfix, from userid 1000) id 8C00DC03C; Sat, 15 Mar 2008 23:30:50 -0400 (EDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:92716 Archived-At: I mentioned in a previous email message that there is a bug in Emacs 23 involving key translation. To reproduce: C-h k M-F Result in Emacs 22: M-f (translated from M-F) runs the command forward-word In Emacs 23: f (translated from M-F) runs the command self-insert-command I think this behavior started happening sometime after Feb 1, but I currently don't have time to narrow it down. Could someone work to find out which checkin introduced this bug? Thanks!