From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: kbd vs read-key-sequence Date: Sat, 31 Mar 2007 13:03:48 +0300 Message-ID: References: <45E8657D.4080202@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1175335686 18213 80.91.229.12 (31 Mar 2007 10:08:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 31 Mar 2007 10:08:06 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 31 12:08:04 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 1HXaV3-0006OF-Jq for ged-emacs-devel@m.gmane.org; Sat, 31 Mar 2007 12:07:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXaXq-0002xm-De for ged-emacs-devel@m.gmane.org; Sat, 31 Mar 2007 05:10:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HXaTz-0005H3-5I for emacs-devel@gnu.org; Sat, 31 Mar 2007 06:06:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HXaTx-0005Eo-N5 for emacs-devel@gnu.org; Sat, 31 Mar 2007 06:06:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXaTw-0005ED-JM for emacs-devel@gnu.org; Sat, 31 Mar 2007 05:06:48 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HXaR8-00044Y-Qi for emacs-devel@gnu.org; Sat, 31 Mar 2007 06:03:55 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-214-84.inter.net.il [84.229.214.84]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CGA98125 (AUTH halo1); Sat, 31 Mar 2007 13:03:45 +0300 (IDT) In-reply-to: (message from Stefan Monnier on Thu, 29 Mar 2007 23:25:38 -0400) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (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:68825 Archived-At: > From: Stefan Monnier > Date: Thu, 29 Mar 2007 23:25:38 -0400 > Cc: lekktu@gmail.com, jasonr@gnu.org, rms@gnu.org, emacs-devel@gnu.org > > > On Windows, to bind a non-ASCII character with some modifier > > to a command, you must specify a raw byte code. For > > instance, if you want to bind meta-a-grave to a command: > > (global-set-key [?\M-\340] ...) > > That is for the case of Latin-1 environment where the byte > > code of a-grave is \340. > > That sounds right, except I'd add a "currently" somewhere in there. I added the entry in the section whose header is "Known problems with the MS-Windows port of Emacs 22.1". Since it mentions v22.1 explicitly, I don't think we need to say "currently".