X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Wed, 15 May 2002 19:13:44 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: lauras AT softhome DOT net Message-Id: <1858-Wed15May2002191344+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: sandmann AT clio DOT rice DOT edu, djgpp-workers AT delorie DOT com In-reply-to: <15820504193.20020515142513@softhome.net> (message from Laurynas Biveinis on Wed, 15 May 2002 14:25:13 +0100) Subject: Re: emacs under w2k References: <10205150347 DOT AA22928 AT clio DOT rice DOT edu> <15820504193 DOT 20020515142513 AT softhome DOT net> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Wed, 15 May 2002 14:25:13 +0100 > From: Laurynas Biveinis > > > is is possible that the return scan code is something completely > > unexpected, and that causes the problem? > > Well, here it is, just in case: > > Breakpoint 3, dos_rawgetc () at msdos.c:3202 > 3202 total_doskeys += 2; > (gdb) l > 3197 regs.h.ah = extended_kbd ? 0x10 : 0x00; > 3198 int86 (0x16, ®s, ®s); > 3199 c = regs.h.al; > 3200 sc = regs.h.ah; > [..] > (gdb) disp c > 1: c = 13 '\r' > (gdb) disp sc > 2: sc = 28 Assuming you hit the Enter key, this is perfectly normal (scan code of 28, ASCII code 13). I don't see any problems here.