Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: null commands...
- X-seq: zsh-users 466
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: vlefevre@xxxxxxxxxxx (Vincent Lefevre)
- Subject: Re: null commands...
- Date: Sat, 26 Oct 1996 20:18:48 +0100 (BST)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <199610261833.UAA10316@xxxxxxxxxxxxxxxxxx> from "Vincent Lefevre" at Oct 26, 96 08:33:45 pm
>This wouldn't always work. $PAGER may have arguments, e.g. "less -is".
>But $READNULLCMD can't:
>Is it a bug?
No. Arguments in $PAGER might or might not work, depending on the
program interpreting it. (I am of the opinion that they should not
work.)
It might be useful to allow $READNULLCMD to be an array, containing
arguments, through which *any* command could be executed using eval.
This obviously can't be done to $PAGER, so these should not be merged.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author