emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding M-x iwconfig to net-utils.el


From: Yoni Rabkin
Subject: Re: Adding M-x iwconfig to net-utils.el
Date: Fri, 08 Feb 2008 06:21:02 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

Miles Bader <address@hidden> writes:

> Yoni Rabkin <address@hidden> writes:
>> I've added to wireless.el (a small library of mine) the ability to call
>> iwconfig diagnostically via "M-x iwconfig", as per the interface
>> net-utils.el provides to ifconfig, netstat etc.
>
> BTW, why does net-utils.el constantly refer to it as "ipconfig", when
> clearly it's running "ifconfig"?  Every system I've ever used has called
> it "ifconfig", so it seems very weird...

It must be a Microsoft Windows thing, since the net-utils.el code says:

(defcustom ipconfig-program
  (if (eq system-type 'windows-nt)
      "ipconfig"
    "ifconfig")
...

-- 
   "Cut your own wood and it will warm you twice"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]