From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#15610: 24.3; Implement (network-interface-list) on Windows Date: Mon, 14 Oct 2013 23:41:35 -0400 Message-ID: <4vhacjyzdc.fsf@fencepost.gnu.org> References: <525C1FE1.90204@gmail.com> <83wqlfpy4m.fsf@gnu.org> <83vc0zpxs8.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1381808526 5019 80.91.229.3 (15 Oct 2013 03:42:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Oct 2013 03:42:06 +0000 (UTC) Cc: 15610@debbugs.gnu.org, lubos.pintes@gmail.com To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 15 05:42:09 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1VVvWJ-0005Pm-Bm for geb-bug-gnu-emacs@m.gmane.org; Tue, 15 Oct 2013 05:42:07 +0200 Original-Received: from localhost ([::1]:39578 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVvWJ-0003RK-1M for geb-bug-gnu-emacs@m.gmane.org; Mon, 14 Oct 2013 23:42:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVvWF-0003R3-UN for bug-gnu-emacs@gnu.org; Mon, 14 Oct 2013 23:42:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVvWF-0002sh-0A for bug-gnu-emacs@gnu.org; Mon, 14 Oct 2013 23:42:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:35652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVvWE-0002sd-Tb for bug-gnu-emacs@gnu.org; Mon, 14 Oct 2013 23:42:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VVvWE-000530-4q for bug-gnu-emacs@gnu.org; Mon, 14 Oct 2013 23:42:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <525C1FE1.90204@gmail.com> Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 15 Oct 2013 03:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15610 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 15610-submit@debbugs.gnu.org id=B15610.138180850019375 (code B ref 15610); Tue, 15 Oct 2013 03:42:02 +0000 Original-Received: (at 15610) by debbugs.gnu.org; 15 Oct 2013 03:41:40 +0000 Original-Received: from localhost ([127.0.0.1]:49671 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VVvVs-00052Q-Fz for submit@debbugs.gnu.org; Mon, 14 Oct 2013 23:41:40 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:55855 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VVvVp-00052I-K1 for 15610@debbugs.gnu.org; Mon, 14 Oct 2013 23:41:38 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VVvVn-0004KX-A3; Mon, 14 Oct 2013 23:41:35 -0400 X-Spook: LLNL White House underground Kh-11 bullion doctrine X-Ran: ,=tg!x+36tzL6RZkPm7G|obgWUveDgSe\I)+2.|lR(EW(hr]"Dx1J~4}/2t>)VUM List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:79257 Archived-At: Eli Zaretskii wrote: >> Date: Mon, 14 Oct 2013 20:20:57 +0300 >> From: Eli Zaretskii >> Cc: 15610@debbugs.gnu.org >> >> The Cygwin library code for this is in net.cc. Volunteers are welcome >> to lift it from there into some w32*.c file inside Emacs. > > Of course, the necessary paperwork needs to be done, as the Cygwin > code is copyrighted by RH. Red Hat has a general assignment for all contributions to FSF projects, so you'd "just" need to convince them to contribute this to Emacs. (But I imagine it's less hassle to reimplement it.) AFAIK (which is not very far), the "ipconfig" utility on MS Windows returns the relevant network info, so anyone who actually needs this info could just call that from Emacs and parse the result.