emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Next pretest


From: Juanma Barranquero
Subject: Re: Next pretest
Date: Wed, 27 Jan 2010 00:48:21 +0100

On Tue, Jan 26, 2010 at 19:09, Eli Zaretskii <address@hidden> wrote:

> 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?

No.

> If not, try
> w32inevt.c:key_event.  In the latter, it would be interesting to see
> what was event->wVirtualKeyCode (around line 426).

(gdb) p *event
$1 = {
  bKeyDown = 1,
  wRepeatCount = 1,
  wVirtualKeyCode = 192,
  wVirtualScanCode = 39,
  uChar = {
    UnicodeChar = 241 L'ñ\000',
    AsciiChar = -15 'ñ'
  },
  dwControlKeyState = 0
}

    Juanma




reply via email to

[Prev in Thread] Current Thread [Next in Thread]