Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Correction Bug in Beta 17
- X-seq: zsh-workers 1021
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: esky@xxxxxxxxxxx (Eskandar Ensafi)
- Subject: Re: Correction Bug in Beta 17
- Date: Thu, 9 May 1996 00:28:19 +0200 (MET DST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <9605081710.AA08155@xxxxxxxxxxxxxxxxxxxx> from Eskandar Ensafi at "May 8, 96 10:10:12 am"
>
> Hello,
>
> With the PROMPT_SUBST option set in zsh-2.6-beta17, the spelling correction
> prompt is totally messed up, and two bogus error messages are produced:
>
> 1% setopt correct
> 2% setopt promptsubst
> 3% ks
> zsh: unmatched '
> zsh: parse error in command substitution
> zsh: correct n
> zsh: command not found: ks
This is not a bug. And the error messages are correct. SPROMPT is
initialised to
zsh: correct `%R' to `%r' [nyae]?
If you tund on GLOB_SUBST, zsh will try to expand it so interprets ` as
command substitution.
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author