From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: =?iso-8859-1?q?Re=3A_Carbon_port=3A_M-=A7_not_recognized_=28Ital?= =?iso-8859-1?q?ian_keyboards=29?= Date: Tue, 17 Jan 2006 00:26:47 +0000 Message-ID: <8E724F34-8AB4-4163-B80D-809E23598130@gmail.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1137457906 22180 80.91.229.2 (17 Jan 2006 00:31:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Jan 2006 00:31:46 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 17 01:31:44 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eyel4-0007Li-Dv for ged-emacs-devel@m.gmane.org; Tue, 17 Jan 2006 01:31:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EyenL-0007nu-Pu for ged-emacs-devel@m.gmane.org; Mon, 16 Jan 2006 19:33:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eyeiu-00069z-Nb for emacs-devel@gnu.org; Mon, 16 Jan 2006 19:29:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eyeiq-00066j-Ic for emacs-devel@gnu.org; Mon, 16 Jan 2006 19:29:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eyeiq-00066M-7S for emacs-devel@gnu.org; Mon, 16 Jan 2006 19:29:16 -0500 Original-Received: from [66.249.92.196] (helo=uproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EyemQ-0002hs-TW for emacs-devel@gnu.org; Mon, 16 Jan 2006 19:32:59 -0500 Original-Received: by uproxy.gmail.com with SMTP id u2so1008922uge for ; Mon, 16 Jan 2006 16:26:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=tQ+YfwU45pMzuULO4TYdSBPdoN7Bt2yJ0ERc57frZUvReZRmvbEnAd072SpQk6uZb/71LmiTAEAly7EjmnaeQdeLe3O9e/OL59bpTnLvm7SZgwCita2lETX4l1sKoJys6drCOhWQKPxsh3EuDIDydqJADLPeGBD2UpXhY+X4uRs= Original-Received: by 10.66.252.8 with SMTP id z8mr3240495ugh; Mon, 16 Jan 2006 16:26:50 -0800 (PST) Original-Received: from ?10.0.0.100? ( [82.41.74.89]) by mx.gmail.com with ESMTP id j1sm5298834ugf.2006.01.16.16.26.49; Mon, 16 Jan 2006 16:26:50 -0800 (PST) In-Reply-To: Original-To: YAMAMOTO Mitsuharu X-Mailer: Apple Mail (2.746.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:49191 Archived-At: On 12 Dec 2005, at 02:41, YAMAMOTO Mitsuharu wrote: > >> M-=A4 is undefined > >> suggesting that something goes wrong with back-translating the >> keycode in macterm.c. Does anyone have a good suggestion about the >> underlying cause of this? > > The code of =A4(0xA4) corresponds to that of =A7 in mac-roman = encoding. > So it seems that back-translation itself does work, but > encoded-kbd-mode does not translate a key input with modifiers. "\M-=B0" (French keyboard where a - and =3D are on a US one) exhibits =20= similar behavior.=20=