From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian D Newsgroups: gmane.emacs.devel Subject: Network Manager Date: Thu, 13 Dec 2012 16:38:39 -0500 Message-ID: <87mwxhbpk0.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1355434746 18199 80.91.229.3 (13 Dec 2012 21:39:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Dec 2012 21:39:06 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 13 22:39:21 2012 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 1TjGUv-00073v-3h for ged-emacs-devel@m.gmane.org; Thu, 13 Dec 2012 22:39:17 +0100 Original-Received: from localhost ([::1]:44622 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjGUi-0003Xb-87 for ged-emacs-devel@m.gmane.org; Thu, 13 Dec 2012 16:39:04 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:54772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjGUe-0003XV-N3 for emacs-devel@gnu.org; Thu, 13 Dec 2012 16:39:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjGUc-00021D-6W for emacs-devel@gnu.org; Thu, 13 Dec 2012 16:39:00 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjGUc-000218-4A for emacs-devel@gnu.org; Thu, 13 Dec 2012 16:38:58 -0500 Original-Received: from [2620:0:2820:2210:226:b6ff:fee6:518e] (port=54374 helo=parabola) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1TjGUb-0000OY-S9 for emacs-devel@gnu.org; Thu, 13 Dec 2012 16:38:57 -0500 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). 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:155528 Archived-At: Emacs Developers, I've been working on a network manager for Emacs. It uses a backend, which at the moment is either NetworkManager or Wicd, which it accesses through D-Bus. I haven't gotten it up to the Emacs Lisp Coding Standards, but it is functional, if anyone is interested. As I am new to this mailing list, I'm not sure how I should send the source. Ian D