From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: ignoring autoloads in preloaded files on Windows Date: Thu, 15 Oct 2009 02:14:12 -0400 Message-ID: <6t4oq1gp57.fsf@fencepost.gnu.org> References: <83eipfmuaz.fsf@gnu.org> <0my40kr72.fsf@fencepost.gnu.org> <83zl7zk8d3.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1255587278 4339 80.91.229.12 (15 Oct 2009 06:14:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2009 06:14:38 +0000 (UTC) Cc: Juanma Barranquero , Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 15 08:14:27 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 1MyJbX-0004sB-3U for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2009 08:14:27 +0200 Original-Received: from localhost ([127.0.0.1]:35335 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyJbW-0004Z5-C1 for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2009 02:14:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MyJbP-0004Y5-RQ for emacs-devel@gnu.org; Thu, 15 Oct 2009 02:14:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MyJbL-0004V4-So for emacs-devel@gnu.org; Thu, 15 Oct 2009 02:14:19 -0400 Original-Received: from [199.232.76.173] (port=58548 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyJbL-0004Uy-QN for emacs-devel@gnu.org; Thu, 15 Oct 2009 02:14:15 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:54126) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MyJbL-0007lg-LF for emacs-devel@gnu.org; Thu, 15 Oct 2009 02:14:15 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MyJbJ-0008O6-EQ; Thu, 15 Oct 2009 02:14:13 -0400 X-Spook: Majic Crowell ICE Glock ASDIC Albanian tempest MILSATCOM X-Ran: @)ytQOaB86K7>bcZ4g/kcS)\L3j+`UaJq%na,x-UHP2;I9!!sst7j6eOTAZYL0T@6-h-SK X-Hue: red X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/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:116159 Archived-At: Stefan Monnier wrote: > I also always recommend the use of call-process over shell-command, when > there's a choice, as is the case here. Since the current version seems to work, and I can't test any changes, and am not interested in Windows, I don't want to mess around with this any more. Anyone else is welcome to though.