From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Adding M-x iwconfig to net-utils.el Date: Fri, 08 Feb 2008 13:48:30 -0500 Message-ID: References: <87lk5wkh1c.fsf@rabkins.net> <87hcgkjcy9.fsf@rabkins.net> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1202496523 30612 80.91.229.12 (8 Feb 2008 18:48:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2008 18:48:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Yoni Rabkin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 08 19:49:05 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JNYHZ-0004uL-5z for ged-emacs-devel@m.gmane.org; Fri, 08 Feb 2008 19:49:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNYH6-0001Wm-Ff for ged-emacs-devel@m.gmane.org; Fri, 08 Feb 2008 13:48:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNYH3-0001Wh-6P for emacs-devel@gnu.org; Fri, 08 Feb 2008 13:48:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNYH1-0001WV-6i for emacs-devel@gnu.org; Fri, 08 Feb 2008 13:48:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNYH1-0001WS-36 for emacs-devel@gnu.org; Fri, 08 Feb 2008 13:48:31 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JNYH1-0002lz-0V for emacs-devel@gnu.org; Fri, 08 Feb 2008 13:48:31 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JNYH0-0006bA-Eb; Fri, 08 Feb 2008 13:48:30 -0500 In-reply-to: <87hcgkjcy9.fsf@rabkins.net> (message from Yoni Rabkin on Fri, 08 Feb 2008 06:21:02 +0200) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:88538 Archived-At: (defcustom ipconfig-program (if (eq system-type 'windows-nt) "ipconfig" "ifconfig") Emacs should follow the practices of the GNU system, not Windows. So this variable should be called ifconfig-program. I changed that and related names.