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: Tue, 27 Mar 2007 09:30:49 +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 1174955476 1546 80.91.229.12 (27 Mar 2007 00:31:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Mar 2007 00:31:16 +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 Tue Mar 27 02:31:07 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 1HVzaa-0004lc-Vv for ged-emacs-devel@m.gmane.org; Tue, 27 Mar 2007 02:31:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVzct-0002id-4H for ged-emacs-devel@m.gmane.org; Mon, 26 Mar 2007 19:33:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVzcq-0002iQ-Lg for emacs-devel@gnu.org; Mon, 26 Mar 2007 20:33:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVzcp-0002iB-J8 for emacs-devel@gnu.org; Mon, 26 Mar 2007 20:33:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVzcp-0002i8-Dm for emacs-devel@gnu.org; Mon, 26 Mar 2007 19:33:23 -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 1HVzaU-0001EK-L6; Mon, 26 Mar 2007 20:30:59 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l2R0UoPv029715; Tue, 27 Mar 2007 09:30:51 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l2R0UotI007555; Tue, 27 Mar 2007 09:30:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id l2R0Unkb000858; Tue, 27 Mar 2007 09:30:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1HVzaL-0005qI-GV; Tue, 27 Mar 2007 09:30:49 +0900 In-reply-to: (message from Richard Stallman on Mon, 26 Mar 2007 19:14:22 -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:68644 Archived-At: In article , Richard Stallman writes: > Anyway, it doesn't work on Windows if .emacs is editted and > saved as a multibyte buffer. > 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. "\351" will be different depending on one's locale. --- Kenichi Handa handa@m17n.org