Add these lines to your emacs init file :
(add-to-list 'load-path "~/<path-to-wicd-mode>/")
(require 'wicd-mode)
Run this programme by the command
M-x wicd
Wicd (https://launchpad.net/wicd), is a popular network communication manager for linux. It is composed of a daemon running as root and of clients running as unprivileged users daemon and clients communicate by the D-Bus (http://www.freedesktop.org/wiki/Software/dbus) message bus system. This file implements a Wicd client for Emacs using the D-Bus binding for Emacs Lisp.
GNU Emacs with D-Bus binding (version 23 or higher)
Please send me ([email protected]) any comment, bug, or feature request!