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: Re: Bug in key translation Date: Mon, 24 Mar 2008 19:59:53 -0400 Message-ID: <87zlsnvfk6.fsf@stupidchicken.com> References: <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 1206403409 21626 80.91.229.12 (25 Mar 2008 00:03:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2008 00:03:29 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 25 01:03:59 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 1Jdwdw-0006yV-HF for ged-emacs-devel@m.gmane.org; Tue, 25 Mar 2008 01:03:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JdwdL-0007bE-6J for ged-emacs-devel@m.gmane.org; Mon, 24 Mar 2008 20:03:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jdwd5-0007Ss-Jw for emacs-devel@gnu.org; Mon, 24 Mar 2008 20:03:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jdwd0-0007Pk-K5 for emacs-devel@gnu.org; Mon, 24 Mar 2008 20:03:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jdwd0-0007PL-6B for emacs-devel@gnu.org; Mon, 24 Mar 2008 20:02:58 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jdwcz-00069d-PE for emacs-devel@gnu.org; Mon, 24 Mar 2008 20:02:57 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 019324E4BE; Mon, 24 Mar 2008 19:59:53 -0400 (EDT) In-Reply-To: (Andreas Schwab's message of "Mon\, 24 Mar 2008 21\:03\:35 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.92 (gnu/linux) 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:93358 Archived-At: Andreas Schwab writes: > Stefan Monnier writes: > >> I can't reproduce this. Has it been fixed in the mean time? > > Yes, here: > > * keyboard.c (read_key_sequence): Fix downcasing of letters with > modifiers. Thanks for fixing the bug.