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: Sat, 27 Feb 2016 09:47:56 +0200 Message-ID: <83oab2d26r.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> <83oacpiial.fsf@gnu.org> <5697995B.5010306@aprikoodi.fi> <83mvs8gh7n.fsf@gnu.org> <83vb6tethb.fsf@gnu.org> <569A22D3.7070208@aprikoodi.fi> <56B207C0.3030304@aprikoodi.fi> <83mvrhyf4c.fsf@gnu.org> <838u27eo5p.fsf@gnu.org> <87d1rinbrf.fsf@gnus.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1456559312 16194 80.91.229.3 (27 Feb 2016 07:48:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Feb 2016 07:48:32 +0000 (UTC) Cc: jussi@aprikoodi.fi, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 27 08:48:27 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 1aZZc2-0005Gx-KR for ged-emacs-devel@m.gmane.org; Sat, 27 Feb 2016 08:48:26 +0100 Original-Received: from localhost ([::1]:53696 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZZc2-00031K-3o for ged-emacs-devel@m.gmane.org; Sat, 27 Feb 2016 02:48:26 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZZbw-00030f-1C for emacs-devel@gnu.org; Sat, 27 Feb 2016 02:48:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZZbs-0006Ep-3R for emacs-devel@gnu.org; Sat, 27 Feb 2016 02:48:19 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZZbs-0006El-0O; Sat, 27 Feb 2016 02:48:16 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3839 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aZZbr-0000ky-A3; Sat, 27 Feb 2016 02:48:15 -0500 In-reply-to: <87d1rinbrf.fsf@gnus.org> (message from Lars Ingebrigtsen on Sat, 27 Feb 2016 12:41:00 +1030) 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:200705 Archived-At: > From: Lars Ingebrigtsen > Cc: jussi@aprikoodi.fi, emacs-devel@gnu.org > Date: Sat, 27 Feb 2016 12:41:00 +1030 > > Eli Zaretskii writes: > > > If you are looking for a topic for your next contributions, may I > > suggest adding getaddrinfo_a functionality to the Windows build > > Paul mentioned adding getaddrinfo_a to gnulib, so that should take care > of that. I very much doubt that Paul volunteered to write the Windows part of that ;-) If we have the code in Emacs, it will be easy to factor it out to Gnulib later. Thanks.