[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: eshell multiple output targets fix
From: |
Bob Halley |
Subject: |
Re: eshell multiple output targets fix |
Date: |
22 Oct 2002 11:10:12 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
John Wiegley <address@hidden> 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