zsh-users
 help / color / mirror / code / Atom feed
* _normal:26: bad math expression: operator expected at `0 '
@ 2002-04-25 14:26 Roman Neuhauser
  2002-04-25 14:29 ` Sven Wischnowsky
  0 siblings, 1 reply; 7+ messages in thread
From: Roman Neuhauser @ 2002-04-25 14:26 UTC (permalink / raw)
  To: zsh-users

Hi there,

after about six months of using about 0.01% of the goodies zsh offers,
I decided it was time to checkout compinit. The exploration ended up
before it started with an error I don't know what to think about (I can
read some basic shell scripting, but that's about it). Also note that
I've searched the archives, but only found unrelated messages.

roman@roman ~ > autoload -U compinit                               101:0
roman@roman ~ > compinit                                           102:0
roman@roman ~ > tar xzf sub^I                                      103:0
_normal:26: bad math expression: operator expected at `0 '

At this moment, I'm supposed to be impressed. :)

roman@roman ~ > tar xzf subversion-r1587.tar.gz                    103:0
...
roman@roman ~ > cd /usr/local/share/zsh/4.0.4/functions            106:0
roman@roman zsh/4.0.4/functions > cat -n _normal|grep -EC3 '^ +26' 107:0
    23                                   
    24    return ret
    25  else
    26    if (( $+builtins[$command] + $+functions[$command] )); then
    27      cmd1="$command"
    28      curcontext="${curcontext%:*:*}:${cmd1}:"
    29    elif [[ "$command[1]" = '=' ]]; then
roman@roman zsh/4.0.4/functions >                                  108:0

It does that for ^I completion as well. What's up?

-- 
FreeBSD 4.4-STABLE
4:07PM up 10 days, 5:20, 14 users, load averages: 0.08, 0.20, 0.15


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-04-25 15:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-25 14:26 _normal:26: bad math expression: operator expected at `0 ' Roman Neuhauser
2002-04-25 14:29 ` Sven Wischnowsky
2002-04-25 15:06   ` Roman Neuhauser
2002-04-25 15:00     ` Peter Stephenson
2002-04-25 15:38       ` Roman Neuhauser
2002-04-25 15:32         ` Peter Stephenson
2002-04-25 15:57           ` Roman Neuhauser

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).