X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Wed, 15 May 2002 00:21:47 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: lauras AT softhome DOT net Message-Id: <4634-Wed15May2002002147+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <14915430317.20020514211844@softhome.net> (message from Laurynas Biveinis on Tue, 14 May 2002 21:18:44 +0100) Subject: Re: emacs under w2k References: <1997943472 DOT 20020514191357 AT softhome DOT net> <6480-Tue14May2002211843+0300-eliz AT is DOT elta DOT co DOT il> <14915430317 DOT 20020514211844 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: Tue, 14 May 2002 21:18:44 +0100 > From: Laurynas Biveinis > > Windows 2000 is no DOS, so IMHO 'plays it so safe' is something else, > namely, how good w2k virtualization/emulation of some feature is Sure, but vanilla DOS features have greater chance of being properly emulated. In general, the closer to the hardware you code, the more problems you should expect from emulators. > 9320 bindings = Fwhere_is_internal (function, Voverriding_local_map, > > Now that keyboard.c:9320 line is the one causing aborts every time. > I'll dig further now. I'm sending this just to check it it doesn't > ring any bell to you? No clue, sorry. Fwhere_is_internal (and its subroutines) are part of the Lisp engine, they look through a bunch of tables for a binding of a key. I don't see there anything special except perhaps some memory allocation. Perhaps if you find out where exactly inside that call does it abort, I'll see some light. Thanks.