From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: kbd vs read-key-sequence Date: Fri, 02 Mar 2007 17:57:17 +0000 Message-ID: <45E8657D.4080202@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1172858262 7067 80.91.229.12 (2 Mar 2007 17:57:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Mar 2007 17:57:42 +0000 (UTC) Cc: Stefan Monnier , Emacs Devel To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 02 18:57:36 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 1HNC0e-0005W8-6q for ged-emacs-devel@m.gmane.org; Fri, 02 Mar 2007 18:57:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNC0d-0001OZ-P4 for ged-emacs-devel@m.gmane.org; Fri, 02 Mar 2007 12:57:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HNC0R-0001OK-3A for emacs-devel@gnu.org; Fri, 02 Mar 2007 12:57:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HNC0P-0001O8-O6 for emacs-devel@gnu.org; Fri, 02 Mar 2007 12:57:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNC0P-0001O5-IA for emacs-devel@gnu.org; Fri, 02 Mar 2007 12:57:21 -0500 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HNC0P-0005dX-1a for emacs-devel@gnu.org; Fri, 02 Mar 2007 12:57:21 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id F3E7C51E4B; Fri, 2 Mar 2007 17:57:19 +0000 (GMT) User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) In-Reply-To: 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:67231 Archived-At: Juanma Barranquero wrote: >> The fix for it is to change w32 so that it does the decoding earlier, >> as is >> done in X, rather than via encoded-kb. > > Before the release? I think the time is better spent getting Unicode input working properly for Emacs 23. Decoding Windows codepages before it hits Lisp is not my idea of time well spent.