From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Override Windows default Win-* key combinations when using Emacs Date: Wed, 13 Jan 2016 17:57:22 +0200 Message-ID: <83oacpiial.fsf@gnu.org> References: <568BBC58.50702@aprikoodi.fi> <83y4c43qkh.fsf@gnu.org> <5691667C.5000009@aprikoodi.fi> <838u3wkkvb.fsf@gnu.org> <5694E07E.8010005@aprikoodi.fi> <83fuy2kd2w.fsf@gnu.org> <56961607.2090504@aprikoodi.fi> <569634D6.6030404@aprikoodi.fi> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1452700917 22509 80.91.229.3 (13 Jan 2016 16:01:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Jan 2016 16:01:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jussi Lahdenniemi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 13 17:01:37 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aJNrc-0002KP-PK for ged-emacs-devel@m.gmane.org; Wed, 13 Jan 2016 17:01:36 +0100 Original-Received: from localhost ([::1]:37883 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJNrc-0006R2-Bp for ged-emacs-devel@m.gmane.org; Wed, 13 Jan 2016 11:01:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJNnQ-000693-EB for emacs-devel@gnu.org; Wed, 13 Jan 2016 10:57:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJNnL-0005in-Mg for emacs-devel@gnu.org; Wed, 13 Jan 2016 10:57:16 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJNnL-0005ii-JH; Wed, 13 Jan 2016 10:57:11 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1593 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aJNnK-0001ax-1R; Wed, 13 Jan 2016 10:57:10 -0500 In-reply-to: <569634D6.6030404@aprikoodi.fi> (message from Jussi Lahdenniemi on Wed, 13 Jan 2016 13:28:22 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:198113 Archived-At: > From: Jussi Lahdenniemi > Date: Wed, 13 Jan 2016 13:28:22 +0200 > Cc: emacs-devel@gnu.org > > And, even after removing the call to _resetstkoflw, an attempt to run > Emacs on Windows 98 (with or without my modifications, master branch or > the emacs-25 branch) results in an immediate crash, with the message > "Wrong type argument: stringp, # 0xde84) Save your buffers immediately and please report this bug>"; the > hex tag value varies. If you can see in GDB where does this come from and show the backtrace, that would be great. Failing that, let's leave Windows 9X testing alone for a while (you can always test the fallback code by forcefully failing one of the run-time tests for the newer versions) and test only on W2K. We can return to the 9X problem later. > This is not due to my build environment; emacs-24.5 built from the > sources runs fine. I presume you built on a newer version of Windows and only ran on Windows 9X? I don't think the build procedure supports 9X. > Getting back to the original issue: I verified that my code works on > Win2000. Unfortunately, I was not able to install NT4 on a VM, so I > cannot verify the code on that. That's OK, W2K is good enough. Thanks.