From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Next pretest Date: Wed, 27 Jan 2010 00:48:21 +0100 Message-ID: References: <87fx5vef1j.fsf@stupidchicken.com> <87sk9sga2k.fsf@stupidchicken.com> <83aaw068mj.fsf@gnu.org> 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 1264549742 14435 80.91.229.12 (26 Jan 2010 23:49:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jan 2010 23:49:02 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 27 00:48:54 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 1NZv9Q-0006w8-SG for ged-emacs-devel@m.gmane.org; Wed, 27 Jan 2010 00:48:53 +0100 Original-Received: from localhost ([127.0.0.1]:45364 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZv9S-0002i3-9b for ged-emacs-devel@m.gmane.org; Tue, 26 Jan 2010 18:48:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZv9M-0002gC-Qj for emacs-devel@gnu.org; Tue, 26 Jan 2010 18:48:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZv9I-0002cD-L5 for emacs-devel@gnu.org; Tue, 26 Jan 2010 18:48:48 -0500 Original-Received: from [199.232.76.173] (port=55118 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZv9I-0002c5-I7 for emacs-devel@gnu.org; Tue, 26 Jan 2010 18:48:44 -0500 Original-Received: from mail-fx0-f216.google.com ([209.85.220.216]:50607) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZv9H-0003sv-1v; Tue, 26 Jan 2010 18:48:43 -0500 Original-Received: by fxm8 with SMTP id 8so4361549fxm.26 for ; Tue, 26 Jan 2010 15:48:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=nXsFvvKHSPc/WusLC5NVsdJaXPRhE3gON5io1ylCi1g=; b=PYlD6BrgLwH3Y2ixC38kKdDRvJcUmA/J4TvgdqKWJ3vT961pZRRJp2HZbgcj1Xz7iU jKsR+pfoHow/WXXlRxk2USmyRv2fK+fUyTodJJJ48kA8ghaZ9BQv8JBEIOt3fyL3KIGd us6ThXtn6mcz/RWxhSQvBy55W0f1MCJU+ZE7w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=s2hBvouVl17OS3K2gMezUbTV0oxeQSq+drGYXR0c8YJaeOhqi4Q4k2YOdOWu1SUbBl mhy46NCrLPo/D//3de98OymF1GP9Tr0Q4NK3z+/qZAntr3BaOil/3TE7Aso11zHSw0SO vYGFnNltu+4TJRkfMVV7/WtXopWcWu75KggUo= Original-Received: by 10.239.185.6 with SMTP id a6mr998569hbh.31.1264549721130; Tue, 26 Jan 2010 15:48:41 -0800 (PST) In-Reply-To: <83aaw068mj.fsf@gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 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:120473 Archived-At: On Tue, Jan 26, 2010 at 19:09, Eli Zaretskii wrote: > Can you see what event is received w32term.c:w32_read_socket in this > case? =C2=A0Is that function at all called in the -nw session? No. > If not, try > w32inevt.c:key_event. =C2=A0In the latter, it would be interesting to see > what was event->wVirtualKeyCode (around line 426). (gdb) p *event $1 =3D { bKeyDown =3D 1, wRepeatCount =3D 1, wVirtualKeyCode =3D 192, wVirtualScanCode =3D 39, uChar =3D { UnicodeChar =3D 241 L'=C3=B1\000', AsciiChar =3D -15 '=C3=B1' }, dwControlKeyState =3D 0 } Juanma