From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: eshell multiple output targets fix Date: Tue, 22 Oct 2002 10:56:34 -0700 Sender: emacs-devel-admin@gnu.org Message-ID: <87y98qfjcd.fsf@gnu.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035309487 3605 80.91.224.249 (22 Oct 2002 17:58:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 22 Oct 2002 17:58:07 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1843I6-0000vs-00 for ; Tue, 22 Oct 2002 19:58:06 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1843JP-0006wt-00 for ; Tue, 22 Oct 2002 19:59:27 +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 1843HN-0005U1-00; Tue, 22 Oct 2002 13:57:21 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1843Gl-0004MW-00 for emacs-devel@gnu.org; Tue, 22 Oct 2002 13:56:43 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1843Gg-00047C-00 for emacs-devel@gnu.org; Tue, 22 Oct 2002 13:56:41 -0400 Original-Received: from [143.186.37.98] (helo=alice) by monty-python.gnu.org with esmtp (Exim 4.10) id 1843Gf-00044Y-00 for emacs-devel@gnu.org; Tue, 22 Oct 2002 13:56:38 -0400 Original-Received: from johnw by alice with local (Exim 3.35 #1 (Debian)) id 1843Gc-0000dC-00 for ; Tue, 22 Oct 2002 10:56:34 -0700 Original-To: emacs-devel@gnu.org X-Public-Key: http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0xF40524D0 X-Home-Page: http://www.gci-net.com/users/j/johnw/ In-Reply-To: (Bob Halley's message of "22 Oct 2002 00:53:32 -0700") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) 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:8659 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8659 >>>>> 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! John