Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
bindkey: autoload failed
- X-seq: zsh-workers 6867
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: bindkey: autoload failed
- Date: 27 Jun 1999 15:19:03 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I found a problem in pws-24 with --enable-dynamic on Solaris 7.
Last login: Sun Jun 27 14:57:49 from localhost
Sun Microsystems Inc. SunOS 5.7 Generic October 1998
is27e1u11% pwd
/space/home/akr_csh
is27e1u11% who am i
akr_csh pts/36 Jun 27 14:58 (localhost)
is27e1u11% ls -a
. .. .rhosts .zshrc
is27e1u11% cat .zshrc
a=(bindkey -e)
$a
is27e1u11% /app/zsh-3.1.5-pws-24/bin/zsh
/space/home/akr_csh/.zshrc: bindkey: autoload failed [2]
is27e1u11% echo $ZSH_VERSION
3.1.5-pws-24
is27e1u11% ps -p $$
PID TTY TIME CMD
20478 pts/36 0:00 zsh
is27e1u11%
If .zshrc calls "bindkey -e" directly, zsh works well.
# I used egcs-1.1.2 to compile zsh on Solaris 7. It seems work.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author