Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Errors with ssh and rsync completion in zsh-beta (Debian unstable)
- X-seq: zsh-workers 23656
- From: Damien Wyart <damien.wyart@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Errors with ssh and rsync completion in zsh-beta (Debian unstable)
- Date: Thu, 5 Jul 2007 18:21:57 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hello,
Playing a bit with completion, I came into the following problem. Having
this kind of settings in .zshrc (simplified to get a minimal example) :
,----
| my_accounts=(
| dw@xxxxxxxxxxxxxxxxxxx
| root@xxxxxxxx
| )
|
| hosts=(
| myhost.dnsalias.net
| 10.4.8.3
| )
|
| users=(
| dw
| dwyart
| root
| )
|
| zstyle ':completion:*' hosts $hosts
| zstyle ':completion:*' users $users
| zstyle ':completion:*:my-accounts' users-hosts $my_accounts
`----
I get error messages when completing in ssh or rsync commands :
,----
| dwyart@dalpdw2:~$ ssh dw
| _combination:86: bad floating point constant
| _combination:86: bad math expression: operator expected at `root'
| dwyart@dalpdw2:~$ ssh dw@b
| _combination:76: bad math expression: operator expected at `root'
| _combination:86: bad floating point constant
| dwyart@dalpdw2:~$ rsync -av dw@b
| _combination:76: bad math expression: operator expected at `root'
`----
This behaviour is only present in zsh-beta from Debian unstable (version
4.3.4-dev-0+20070701-1), *not* in zsh (version 4.3.4-10, same distro).
Thanks in advance for hints/comments. Please keep me on Cc as I am not
on the list.
Best,
--
Damien Wyart
Messages sorted by:
Reverse Date,
Date,
Thread,
Author