From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jussi Lahdenniemi Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Override Windows default Win-* key combinations when using Emacs Date: Wed, 13 Jan 2016 11:16:55 +0200 Organization: Aprikoodi Oy Message-ID: <56961607.2090504@aprikoodi.fi> 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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1452676660 7451 80.91.229.3 (13 Jan 2016 09:17:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Jan 2016 09:17:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 13 10:17:30 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 1aJHYY-0003Ip-0r for ged-emacs-devel@m.gmane.org; Wed, 13 Jan 2016 10:17:30 +0100 Original-Received: from localhost ([::1]:36131 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJHYX-0004Hy-8P for ged-emacs-devel@m.gmane.org; Wed, 13 Jan 2016 04:17:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJHYH-0004Ho-Rk for emacs-devel@gnu.org; Wed, 13 Jan 2016 04:17:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJHYD-0000vv-Et for emacs-devel@gnu.org; Wed, 13 Jan 2016 04:17:13 -0500 Original-Received: from nbjjceehcbh.turbo-smtp.net ([199.244.72.17]:48675) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1aJHYD-0000vL-8n for emacs-devel@gnu.org; Wed, 13 Jan 2016 04:17:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aprikoodi.fi; s=turbo-smtp; x=1453281429; h=DomainKey-Signature: Received:Received:Subject:To:References:Cc:From:Organization: Message-ID:Date:User-Agent:MIME-Version:In-Reply-To:Content-Type: Content-Transfer-Encoding; bh=KgHjPX3wsHBl/v8+r8ckY1OLaXikD4m+7Q myUiJxyRc=; b=IJqM8KBLv6f7gPiGkeIiY4/CPt0SyyrFiv92HnKCbScvoCWzSy VpHjODEKwEvDhe4pumKUlaKeQu0V8/lFbzo3rKvxroHy0j3x+gMOatsxdEJHwLOg xQ5+xW5XDij9p/e7JR7wkwOWdC4HVzUFOstSY0zKf2ajraqmqdcDMO+Z8= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=turbo-smtp; d=aprikoodi.fi; h=Received:Received:X-TurboSMTP-Tracking:Subject:To:References:Cc:From:Organization:Message-ID:Date:User-Agent:MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=EY/MgUW0vao1HlM5AhVIWrUExvuSN7V2sVDbZBqRq1dnNDEyyqnpM0NHMJG7mt +O4HbbhSixogqJe/gB+BM3ciTNu/EtSiRVXhm6peBpojkgbH0j+p2OhRVdy+KDv+ oPIsVlkPRdFzMLDE0oRjavp0MkVlfM1hiR383kM7/5tEc=; Original-Received: (qmail 1760 invoked from network); 13 Jan 2016 09:17:04 -0000 Original-Received: from unknown (HELO ?192.168.100.12?) (authenticated@193.64.142.74) by turbo-smtp.com with SMTP; 13 Jan 2016 09:17:04 -0000 X-TurboSMTP-Tracking: 2731772329 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: <83fuy2kd2w.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 199.244.72.17 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:198108 Archived-At: On 12.1.2016 17.54, Eli Zaretskii wrote: > Which APIs that you used in the patch are not available on Windows 9X? > I thought I went over all of them, and they all are, but maybe I > missed some. By the way, now that I tried running Emacs on Win98 and Win2k I noticed that the commit 7afa4f300 by you in August seems to break compatibility with these old operating systems by linking to the function _resetstkoflw in msvcrt.dll. The function was apparently introduced in version 7.0 of msvcrt.dll, while Win2k still ships with version 6.1. -- Jussi Lahdenniemi