Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: two very simple questions
- X-seq: zsh-users 7916
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: ZSH-users <zsh-users@xxxxxxxxxx>
- Subject: Re: two very simple questions
- Date: Mon, 23 Aug 2004 20:27:27 -0700 (PDT)
- In-reply-to: <27337A22-F557-11D8-BB07-000393ABF2F0@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <27337A22-F557-11D8-BB07-000393ABF2F0@xxxxxxxxxxxxxxxxxx>
- Reply-to: zsh-users@xxxxxxxxxx
On Mon, 23 Aug 2004, William Scott wrote:
> cp file1.txt file2.txt
>
> This is really annoying. Is there a way to turn off the correction
> mechanism for the second argument but not the first?
No, there isn't. The correction mechanism isn't yet programmable like
completion. (Consider also the case of
cp file1 file2 directory
where you presumably want all three arguments corrected.)
> 2. I built zsh 4.2.1 on OS X v. 10.3.5 and when I run make check, it hangs
> here:
>
> ./Y01completion.ztst: starting.
>
> So far all the completions seem to be working in practice. Should I worry
> about this?
This probably indicates an error in the zpty module, so if you don't need
that you can ignore the failure. I believe there was a discussion about
this on zsh-workers a while ago; hmm, the MACHINES file says this should
be OK in 10.3. I don't know any more about it.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author