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: Mon, 29 Feb 2016 05:31:22 +0200 Message-ID: <83a8mk9oqd.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> <56D03005.3070809@aprikoodi.fi> <831t7ycrow.fsf@gnu.org> <56D2B300.80700@cs.ucla.edu> <83wppoal6o.fsf@gnu.org> <56D35297.9040507@cs.ucla.edu> <83bn70a94l.fsf@gnu.org> <56D38265.9000503@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1456716707 21169 80.91.229.3 (29 Feb 2016 03:31:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Feb 2016 03:31:47 +0000 (UTC) Cc: jussi@aprikoodi.fi, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 29 04:31:47 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 1aaEYi-0007nH-JJ for ged-emacs-devel@m.gmane.org; Mon, 29 Feb 2016 04:31:44 +0100 Original-Received: from localhost ([::1]:33763 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaEYh-0000Tp-Vj for ged-emacs-devel@m.gmane.org; Sun, 28 Feb 2016 22:31:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaEYe-0000Ti-Ty for emacs-devel@gnu.org; Sun, 28 Feb 2016 22:31:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaEYb-0002rH-MA for emacs-devel@gnu.org; Sun, 28 Feb 2016 22:31:40 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaEYb-0002rD-JO; Sun, 28 Feb 2016 22:31:37 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4285 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aaEYa-0004R7-6B; Sun, 28 Feb 2016 22:31:37 -0500 In-reply-to: <56D38265.9000503@cs.ucla.edu> (message from Paul Eggert on Sun, 28 Feb 2016 15:27:33 -0800) 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:200801 Archived-At: > Cc: jussi@aprikoodi.fi, emacs-devel@gnu.org > From: Paul Eggert > Date: Sun, 28 Feb 2016 15:27:33 -0800 > > Eli Zaretskii wrote: > > > How is any of this related to Windows? > > The Gnulib getaddrinfo module is supposed to work on MS-Windows. If Emacs used > the Gnulib getaddrinfo module, the mainline Emacs code could be simplified by > assuming that getaddrinfo works. But the non-getaddrinfo parts are not conditioned on MS-Windows in any way. What about other systems that might be using them?