Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: two very simple questions



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