Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: BUG: 3.1.5-pws-11 completion coredumps
- X-seq: zsh-workers 5785
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: mason@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: BUG: 3.1.5-pws-11 completion coredumps
- Date: Sat, 13 Mar 1999 22:14:02 -0800
- In-reply-to: <slrn7emgro.5s8.mason@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <9903131501.AA34131@xxxxxxxxxxxxxxxxx> <slrn7emgro.5s8.mason@xxxxxxxxxxxxxxxxxxxxx>
On Mar 14, 5:04am, Geoff Wing wrote:
} Subject: BUG: 3.1.5-pws-11 completion coredumps
}
} may be fixed in pws-12 but nothing in pws's list seemed to indicate so.
}
} Couple of core dumps with completion. pws-11 with all completion stuff
} installed.
} Doing ``~/src/she<TAB>'' (AUTO_CD obviously) at the prompt
I can't duplicate this in the pws-12 that I just built, at least with
only
Src/zsh -f
fpath=($PWD/Completion/*(/))
source Completion/Core/compinit
setopt autocd
You haven't said how many possible completions of ~/src/she* there are,
or whether there are any symlinks involved, so I can't be sure I'm
trying the right things ...
However, I can get this minor odd behavior:
zsh% ~/zc<TAB>
zsh% ~//zc
There is no possible match for "zc", though there are three directories
with names starting with "z". The slash gets doubled only when there's
no possible match.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author