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: Sun, 28 Feb 2016 22:10:50 +0200 Message-ID: <83bn70a94l.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> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1456690283 27980 80.91.229.3 (28 Feb 2016 20:11:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Feb 2016 20:11:23 +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 Sun Feb 28 21:11:18 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 1aa7gU-0003oC-5q for ged-emacs-devel@m.gmane.org; Sun, 28 Feb 2016 21:11:18 +0100 Original-Received: from localhost ([::1]:60483 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa7gQ-0002m5-6E for ged-emacs-devel@m.gmane.org; Sun, 28 Feb 2016 15:11:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa7gM-0002ln-Sg for emacs-devel@gnu.org; Sun, 28 Feb 2016 15:11:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aa7gI-0003ln-Ka for emacs-devel@gnu.org; Sun, 28 Feb 2016 15:11:10 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa7gI-0003lj-HO; Sun, 28 Feb 2016 15:11:06 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3937 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aa7gH-00035o-Oh; Sun, 28 Feb 2016 15:11:06 -0500 In-reply-to: <56D35297.9040507@cs.ucla.edu> (message from Paul Eggert on Sun, 28 Feb 2016 12:03:35 -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:200784 Archived-At: > Cc: jussi@aprikoodi.fi, emacs-devel@gnu.org > From: Paul Eggert > Date: Sun, 28 Feb 2016 12:03:35 -0800 > > The point is to separate concerns. Using the getaddrinfo module should make > Emacs easier to maintain, since Emacs wouldn't need "#ifndef HAVE_GETADDRINFO" > etc. sprinkled throughout its own source code. The total amount of code in the > Emacs tarball (i.e., Emacs proper + Emacs copy of gnulib subset) should be about > the same, but the "port to non-getaddrinfo" stuff would be in gnulib and would > be shared better with other GNU projects. How is any of this related to Windows?