From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: improving network utility calls in lisp/net/net-utils.el Date: Sat, 11 Apr 2009 08:39:00 -0400 Message-ID: References: <87ljq8lk9u.fsf@rabkins.net> <87y6u8k3bo.fsf@rabkins.net> <49DF7679.20700@harpegolden.net> <87eiw0v1eq.fsf@rabkins.net> <874owvk25g.fsf@rabkins.net> <83ab6n36mm.fsf@gnu.org> <87iqlbim6k.fsf@rabkins.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239453969 2269 80.91.229.12 (11 Apr 2009 12:46:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Apr 2009 12:46:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Yoni Rabkin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 11 14:47:28 2009 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 1LsccK-0004aE-IJ for ged-emacs-devel@m.gmane.org; Sat, 11 Apr 2009 14:47:28 +0200 Original-Received: from localhost ([127.0.0.1]:48648 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lscav-0003DV-Qi for ged-emacs-devel@m.gmane.org; Sat, 11 Apr 2009 08:46:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LscUJ-0001QI-Bp for emacs-devel@gnu.org; Sat, 11 Apr 2009 08:39:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LscUC-0001OF-W2 for emacs-devel@gnu.org; Sat, 11 Apr 2009 08:39:10 -0400 Original-Received: from [199.232.76.173] (port=49448 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LscUA-0001Nv-Ta for emacs-devel@gnu.org; Sat, 11 Apr 2009 08:39:03 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:2481 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LscUA-0005vB-JT for emacs-devel@gnu.org; Sat, 11 Apr 2009 08:39:02 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvcFANUr4ElLd+7D/2dsb2JhbACBUsgeg3wGhRU X-IronPort-AV: E=Sophos;i="4.40,171,1238990400"; d="scan'208";a="36896136" Original-Received: from 75-119-238-195.dsl.teksavvy.com (HELO pastel.home) ([75.119.238.195]) by ironport2-out.teksavvy.com with ESMTP; 11 Apr 2009 08:39:00 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 508BE83B6; Sat, 11 Apr 2009 08:39:00 -0400 (EDT) In-Reply-To: <87iqlbim6k.fsf@rabkins.net> (Yoni Rabkin's message of "Sat, 11 Apr 2009 12:17:39 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110212 Archived-At: >>> I've attached a patch that calls all of the processes asynchronously, >>> uses `special-mode' and modifies `net-utils-font-lock-keywords' >>> conservatively (according to David's multi-platform argument). >> Thanks, but why didn't you define the ipconfig alias as well? The >> previous version did support it, and I see no reason for removing it >> at this time. > Oversite on my part. I deleted the old `net-utils-run-program' calls > without being careful. Attached is a patch with the alias definition. Looks good, thank you. We're in feature freeze (actually in pretest) so we'll install it when we create the branch for Emacs-23.2. Stefan PS: The (use-local-map net-utils-mode-map) is superfluous.