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

bindkey: autoload failed



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