From: Richard Stallman <rms@gnu.org>
To: Yoni Rabkin <yoni@rabkins.net>
Cc: emacs-devel@gnu.org
Subject: Re: Adding M-x iwconfig to net-utils.el
Date: Fri, 08 Feb 2008 13:48:30 -0500 [thread overview]
Message-ID: <E1JNYH0-0006bA-Eb@fencepost.gnu.org> (raw)
In-Reply-To: <87hcgkjcy9.fsf@rabkins.net> (message from Yoni Rabkin on Fri, 08 Feb 2008 06:21:02 +0200)
(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.
next prev parent reply other threads:[~2008-02-08 18:48 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-07 13:55 Adding M-x iwconfig to net-utils.el Yoni Rabkin
2008-02-08 2:43 ` Miles Bader
2008-02-08 4:21 ` Yoni Rabkin
2008-02-08 4:27 ` Miles Bader
2008-02-08 4:42 ` Yoni Rabkin
2008-02-08 18:48 ` Richard Stallman [this message]
2008-02-09 1:34 ` Glenn Morris
2008-02-09 1:43 ` Miles Bader
2008-02-09 2:19 ` Glenn Morris
2008-02-09 2:39 ` Stefan Monnier
2008-02-09 2:42 ` Miles Bader
2008-02-09 3:16 ` Stephen J. Turnbull
2008-02-09 15:06 ` Juanma Barranquero
2008-02-10 3:20 ` Richard Stallman
2008-02-10 3:46 ` Glenn Morris
2008-02-12 0:01 ` Alfred M. Szmidt
2008-02-10 9:19 ` David Kastrup
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1JNYH0-0006bA-Eb@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=yoni@rabkins.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).