Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion
- X-seq: zsh-workers 34315
- From: Ray Andrews <rayandrews@xxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: completion
- Date: Fri, 16 Jan 2015 16:19:37 -0800
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Previous command recall issue now fixed:
$ echo $(ls zsh)
zsh-5.0.7-234-gaa503b5
zsh
$ echo $(ls zsh)
zsh-5.0.7-234-gaa503b5
zsh
However completion is still busted:
$ ln -svf zsh-5.0.7-175 <TAB>
$ ln -svf zsh-5.0.7-175-./Src/zsh: symbol lookup error:
/usr/local/lib/zsh/5.0.7-dev-0/zsh/zle.so: undefined symbol: lexsave
... that was trying to complete this:
-rwxr-xr-x 1 1220492 2015-01-06-11:27:02 zsh-5.0.7-175-g7e74495
... is there some missed change in zle.so perhaps? I'm never sure
what, besides the kernel, is ever supposed to change.
$ l zle.so
zsh-5.0.7-175-g7e74495
Sorting All file types Backwards by Modification Time (zle.so):
-rwxr-xr-x 1 273104 2014-11-27-16:54:23 zle.so* << latest?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author