X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Wed, 15 May 2002 14:25:13 +0100 From: Laurynas Biveinis X-Mailer: The Bat! (v1.60h) UNREG / CD5BF9353B3B7091 X-Priority: 3 (Normal) Message-ID: <15820504193.20020515142513@softhome.net> To: sandmann AT clio DOT rice DOT edu (Charles Sandmann) CC: djgpp-workers AT delorie DOT com, eliz AT is DOT elta DOT co DOT il Subject: Re[4]: emacs under w2k In-Reply-To: <10205150347.AA22928@clio.rice.edu> References: <10205150347 DOT AA22928 AT clio DOT rice DOT edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 May 2002 12:25:25.0610 (UTC) FILETIME=[97497CA0:01C1FC0B] 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 > 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 This is before abort. Laurynas