Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to complete backquote, etc. using compsys?
- X-seq: zsh-workers 15726
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zefram <zefram@xxxxxxxx>
- Subject: Re: How to complete backquote, etc. using compsys?
- Date: Wed, 29 Aug 2001 17:07:56 -0700
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <E15cCY7-0008Vd-00@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <E15cCY7-0008Vd-00@xxxxxxxxxxxxx>
On Aug 29, 10:06pm, Zefram wrote:
>
> >Also with $(...) or `...`, pressing space after
> >the autoremovable suffix is ambiguous -- more arguments to the command,
> >or the next thing after it?
>
> This is indeed ambiguous. It raises the question of why we're auto-adding
> the ")" or "`".
We ARE NOT auto-adding them, but a user complained and *wants* us to add
them. The discussion is whether/when/how that's a reasonable thing to do.
(The old completion code in 3.0.x apparently adds the closing backtick;
the new compsys code in 4.0.x does not.)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author