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: Next pretest Date: Tue, 26 Jan 2010 20:09:24 +0200 Message-ID: <83aaw068mj.fsf@gnu.org> References: <87fx5vef1j.fsf@stupidchicken.com> <87sk9sga2k.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1264529623 7555 80.91.229.12 (26 Jan 2010 18:13:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jan 2010 18:13:43 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 26 19:13:35 2010 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 1NZpuw-0000iN-Ot for ged-emacs-devel@m.gmane.org; Tue, 26 Jan 2010 19:13:35 +0100 Original-Received: from localhost ([127.0.0.1]:55081 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZpux-0000aA-G6 for ged-emacs-devel@m.gmane.org; Tue, 26 Jan 2010 13:13:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZprJ-0004eN-GK for emacs-devel@gnu.org; Tue, 26 Jan 2010 13:09:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZprF-0004ZT-Oa for emacs-devel@gnu.org; Tue, 26 Jan 2010 13:09:49 -0500 Original-Received: from [199.232.76.173] (port=34106 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZprF-0004Z8-4i for emacs-devel@gnu.org; Tue, 26 Jan 2010 13:09:45 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:34291) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZprE-000057-In for emacs-devel@gnu.org; Tue, 26 Jan 2010 13:09:44 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KWV00K008PMRY00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Tue, 26 Jan 2010 20:09:23 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.180.161]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KWV00FEV93K9KF0@a-mtaout20.012.net.il>; Tue, 26 Jan 2010 20:09:21 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:120455 Archived-At: > From: Juanma Barranquero > Date: Tue, 26 Jan 2010 16:46:57 +0100 > Cc: emacs-devel@gnu.org >=20 > On Tue, Jan 26, 2010 at 16:28, Chong Yidong = wrote: >=20 > > Could you try to debug it? >=20 > I've tried, but I haven't gone too far because I don't know what to > expect. For example, it this event expected after typing =C3=B1? Probably not, since it triggers an assertion. Does this happen with 12XX codepages as well? > (gdb) p *event > $1 =3D { > kind =3D ASCII_KEYSTROKE_EVENT, > code =3D -92, > part =3D scroll_bar_above_handle, > modifiers =3D 0, > x =3D 0, > y =3D 0, > timestamp =3D 16983672, > padding =3D {0x0, 0x0}, > frame_or_window =3D 48598021, > arg =3D 48474114 > } This is a non-optimized build, I presume, right? We aren't chasing wild geese here, right? Can you see what event is received w32term.c:w32_read_socket in this case? Is that function at all called in the -nw session? If not, tr= y w32inevt.c:key_event. In the latter, it would be interesting to see what was event->wVirtualKeyCode (around line 426). Also, how did you type these non-ASCII characters on your keyboard? Do you have keys for them, or do you need to use AltGr or some such?