[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: eshell multiple output targets fix
From: |
John Wiegley |
Subject: |
Re: eshell multiple output targets fix |
Date: |
Tue, 22 Oct 2002 10:56:34 -0700 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) |
>>>>> 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