From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: kbd vs read-key-sequence Date: Wed, 28 Mar 2007 09:29:07 +0900 Message-ID: References: <45E8657D.4080202@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1175041775 16699 80.91.229.12 (28 Mar 2007 00:29:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Mar 2007 00:29:35 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, jasonr@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 28 02:29:28 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 1HWM2Z-0003He-HT for ged-emacs-devel@m.gmane.org; Wed, 28 Mar 2007 02:29:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HWM4y-0000BL-IH for ged-emacs-devel@m.gmane.org; Tue, 27 Mar 2007 19:31:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HWM4u-000068-GM for emacs-devel@gnu.org; Tue, 27 Mar 2007 20:31:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HWM4t-0008Uw-RB for emacs-devel@gnu.org; Tue, 27 Mar 2007 20:31:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HWM4t-0008Uh-IE for emacs-devel@gnu.org; Tue, 27 Mar 2007 19:31:51 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HWM2R-00022Z-EO; Tue, 27 Mar 2007 20:29:19 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l2S0T9iC026602; Wed, 28 Mar 2007 09:29:09 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l2S0T9Vi007019; Wed, 28 Mar 2007 09:29:09 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id l2S0T85u025628; Wed, 28 Mar 2007 09:29:08 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1HWM2F-0005P5-TL; Wed, 28 Mar 2007 09:29:07 +0900 In-reply-to: (message from Richard Stallman on Tue, 27 Mar 2007 12:42:32 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.95 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) X-detected-kernel: Solaris 8 (1) 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:68687 Archived-At: In article , Richard Stallman writes: > Why not? It seems that the character should be decoded by visiting > the file, and converted into the proper character code. > That part is ok. The problem is that the current Windows > code generates an event M-\351 instead of M-=C3=A9. > Isn't that a bug? It ought to handle the =C3=A9 the same regardless of > the modifiers. I think it's a bug. It surely handles the =C3=A9 the same regardless of the modifiers. In both cases, it doesn't decode the key event \351 to =C3=A9. Windows code ask encoded-kbd-mode to decode it. And, although Encoded-kbd-mode can decode \351 to =C3=A9, it can't decode M-\351 to M-=C3=A9. --- Kenichi Handa handa@m17n.org