Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with zip completion
- X-seq: zsh-users 4384
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Vincent Lefevre <vincent@xxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: Problem with zip completion
- Date: Wed, 17 Oct 2001 16:49:32 +0000
- In-reply-to: <20011017182121.A6958@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20011017164751.A6245@xxxxxxxxxxxxxx> <20011017111333.A32235@xxxxxxxx> <20011017182121.A6958@xxxxxxxxxxxxxx>
On Oct 17, 6:21pm, Vincent Lefevre wrote:
}
} Why couldn't patch find it?
} What option should I use (the -p<num> options don't do anything)?
You probably needed -p0 to tell it not to strip off any path components
at all.
} Moreover, why did I need to delete the .zcompdump file?
That one I can't tell you. It sure looks like you got some stray output
written into the .zcompdump file. Do you perhaps have a preexec that
emits something to stdout? Unlike precmd, which executes only when a
prompt is printed, preexec executes before *every* top-level command,
even when running shell scripts.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author