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: Miles Bader
Subject: Re: Adding M-x iwconfig to net-utils.el
Date: Fri, 08 Feb 2008 13:27:09 +0900

Yoni Rabkin <address@hidden> writes:
>> 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")

Yuck...  Emacs shouldn't be using windows-influenced names, I think.

-Miles

-- 
Philosophy, n. A route of many roads leading from nowhere to nothing.




reply via email to

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