From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jasonr@f2s.com Newsgroups: gmane.emacs.devel Subject: Re: More diagnostics for the W32 build Date: Sun, 5 Jun 2005 13:38:00 +0100 Message-ID: <1117975080.42a2f228069ad@webmail.freedom2surf.net> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1117974992 23519 80.91.229.2 (5 Jun 2005 12:36:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Jun 2005 12:36:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 05 14:36:23 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DeuML-0002jt-Kf for ged-emacs-devel@m.gmane.org; Sun, 05 Jun 2005 14:36:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DeuSS-0006ON-4S for ged-emacs-devel@m.gmane.org; Sun, 05 Jun 2005 08:42:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DeuS4-0006Nf-50 for emacs-devel@gnu.org; Sun, 05 Jun 2005 08:42:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DeuS3-0006NM-3I for emacs-devel@gnu.org; Sun, 05 Jun 2005 08:42:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DeuS2-0006Mv-N2 for emacs-devel@gnu.org; Sun, 05 Jun 2005 08:42:02 -0400 Original-Received: from [194.106.33.239] (helo=mail5.freedom2surf.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DeuR4-0003Ja-1O; Sun, 05 Jun 2005 08:41:02 -0400 Original-Received: from i-194-106-33-239.freedom2surf.net (i-194-106-33-239 [127.0.0.1]) by mail5.freedom2surf.net (8.12.11/8.12.11) with ESMTP id j55Cc07b002712; Sun, 5 Jun 2005 13:38:00 +0100 Original-Received: (from apache@localhost) by i-194-106-33-239.freedom2surf.net (8.12.11/8.12.11/Submit) id j55Cc0BG002711; Sun, 5 Jun 2005 13:38:00 +0100 X-Authentication-Warning: i-194-106-33-239.freedom2surf.net: apache set sender to jasonr@f2s.com using -f Original-Received: from i-194-106-54-73.freedom2surf.net (i-194-106-54-73.freedom2surf.net [194.106.54.73]) by webmail.freedom2surf.net (IMP) with HTTP for ; Sun, 5 Jun 2005 13:38:00 +0100 Original-To: Eli Zaretskii In-Reply-To: User-Agent: Internet Messaging Program (IMP) 3.2.3 X-Originating-IP: 194.106.54.73 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:38140 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38140 Quoting Eli Zaretskii : > This was tested on Windows XP SP2, but my main concern is about older > Windows versions, like Windows 9x: the changes use advanced > redirection features that are unavailable with COMMAND.COM, the > default shell that comes with those older versions of Windows. OTOH, > the current version of configure.bat in CVS already uses features like > "2>junk.err", so I guess this causes some harmless error message? Redirecting stderr works on COMMAND.COM as far as I recall. I'm not sure about 2>&1 though.