[Top][All Lists]
[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.
- Adding M-x iwconfig to net-utils.el, Yoni Rabkin, 2008/02/07
- Re: Adding M-x iwconfig to net-utils.el, Miles Bader, 2008/02/07
- Re: Adding M-x iwconfig to net-utils.el, Yoni Rabkin, 2008/02/07
- Re: Adding M-x iwconfig to net-utils.el, Richard Stallman, 2008/02/08
- Re: Adding M-x iwconfig to net-utils.el, Glenn Morris, 2008/02/08
- Re: Adding M-x iwconfig to net-utils.el, Miles Bader, 2008/02/08
- Re: Adding M-x iwconfig to net-utils.el, Glenn Morris, 2008/02/08
- Re: Adding M-x iwconfig to net-utils.el, Stefan Monnier, 2008/02/08
- Re: Adding M-x iwconfig to net-utils.el, Miles Bader, 2008/02/08
- Re: Adding M-x iwconfig to net-utils.el, Stephen J. Turnbull, 2008/02/08
- Re: Adding M-x iwconfig to net-utils.el, Juanma Barranquero, 2008/02/09
- Re: Adding M-x iwconfig to net-utils.el, Richard Stallman, 2008/02/09