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: assertion failed: c == event->code Date: Fri, 14 Dec 2007 10:08:01 +0900 Message-ID: References: <47613EC3.7020004@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1197594534 16765 80.91.229.12 (14 Dec 2007 01:08:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Dec 2007 01:08:54 +0000 (UTC) Cc: lekktu@gmail.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 14 02:09:03 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 1J2z2z-0006iq-Vn for ged-emacs-devel@m.gmane.org; Fri, 14 Dec 2007 02:09:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2z2g-0002kB-S7 for ged-emacs-devel@m.gmane.org; Thu, 13 Dec 2007 20:08:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2z2c-0002jk-10 for emacs-devel@gnu.org; Thu, 13 Dec 2007 20:08:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2z2Y-0002jP-Am for emacs-devel@gnu.org; Thu, 13 Dec 2007 20:08:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2z2Y-0002jM-5S for emacs-devel@gnu.org; Thu, 13 Dec 2007 20:08:34 -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 1J2z2S-000566-ID; Thu, 13 Dec 2007 20:08:29 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id lBE183bX019400; Fri, 14 Dec 2007 10:08:07 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id lBE1836Z014556; Fri, 14 Dec 2007 10:08:03 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id lBE182E6008331; Fri, 14 Dec 2007 10:08:02 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1J2z21-00055O-W3; Fri, 14 Dec 2007 10:08:02 +0900 In-reply-to: <47613EC3.7020004@gnu.org> (message from Jason Rumney on Thu, 13 Dec 2007 14:16:35 +0000) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: 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:85142 Archived-At: In article <47613EC3.7020004@gnu.org>, Jason Rumney writes: > MULTIBYTE_CHAR_KEYSTROKE_EVENT seems clearer, but it is not clear from > the comments, nor the code in xterm.c, whether it should be an > emacs-mule encoded character, or a double byte character in the keyboard > coding system, as the code in xterm.c seems to generate both. MULTIBYTE_CHAR_KEYSTROKE_EVENT should be for an Emacs's internal character code (i.e. emacs-mule encoded character in the trunk). Where in xterm.c, "a double byte character in the keyboard coding system" is generated? --- Kenichi Handa handa@ni.aist.go.jp