From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bob Halley Newsgroups: gmane.emacs.devel Subject: Re: eshell multiple output targets fix Date: 22 Oct 2002 11:10:12 -0700 Sender: emacs-devel-admin@gnu.org Message-ID: References: <87y98qfjcd.fsf@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035310304 10335 80.91.224.249 (22 Oct 2002 18:11:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 22 Oct 2002 18:11:44 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1843VH-0002gQ-00 for ; Tue, 22 Oct 2002 20:11:43 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1843Wb-0007Cs-00 for ; Tue, 22 Oct 2002 20:13:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1843Ul-0000c9-00; Tue, 22 Oct 2002 14:11:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1843Ts-0000Ca-00 for emacs-devel@gnu.org; Tue, 22 Oct 2002 14:10:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1843Tq-00007j-00 for emacs-devel@gnu.org; Tue, 22 Oct 2002 14:10:15 -0400 Original-Received: from woof.play-bow.org ([204.152.186.150]) by monty-python.gnu.org with esmtp (Exim 4.10) id 1843Tp-00005c-00; Tue, 22 Oct 2002 14:10:13 -0400 Original-Received: by woof.play-bow.org (Postfix, from userid 500) id 0F0FD2EB47; Tue, 22 Oct 2002 11:10:13 -0700 (PDT) Original-To: John Wiegley In-Reply-To: <87y98qfjcd.fsf@gnu.org> Original-Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8660 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8660 John Wiegley writes: > >>>>> On Tue Oct 22, Bob writes: > > > Making the following change to esh-io.el fixed things. Basically > > the problem was that the value stored in 'current' was not a list, > > so the (and (listp current) (not member where current)) appending > > logic never ran. > > As long as you've tested it with single redirection, piping, and no > redirection, feel free to check it in. Thanks, Bob! I tested single redirection, multiple redirection, combining redirection and piping, and no redirections. All worked. I am not an official Emacs developer, so I cannot commit the fix. :) /Bob