zsh-users
 help / color / mirror / code / Atom feed
From: Roman Neuhauser <neuhauser@mail.cz>
To: Peter Stephenson <pws@csr.com>
Cc: Zsh users list <zsh-users@sunsite.dk>
Subject: Re: _normal:26: bad math expression: operator expected at `0 '
Date: Thu, 25 Apr 2002 17:38:33 +0200	[thread overview]
Message-ID: <20020425153833.GN82912@roman.mobil.cz> (raw)
In-Reply-To: <17559.1019746853@csr.com>

> To: zsh-users@sunsite.dk (Zsh users list)
> Subject: Re: _normal:26: bad math expression: operator expected at `0 ' 
> Date: Thu, 25 Apr 2002 16:00:53 +0100
> From: Peter Stephenson <pws@csr.com>
> 
> Roman Neuhauser wrote:
> > roman@roman ~ > echo $ZSH_VERSION                                      124:0
> > 4.0.4
> >
> > So, is 4.0.4 not a stable version?
> 
> Check your $fpath to see if it's possibly picking up other versions of
> the function.

I don't think that's possible. 4.0.4 is the only version that this box
has ever seen:

roman@roman ~ > echo $fpath                                               133:0
/usr/local/share/zsh/site-functions /usr/local/share/zsh/4.0.4/functions
roman@roman ~ > for dir in $fpath; do ls $dir/_normal 2>/dev/null; done   134:0
/usr/local/share/zsh/4.0.4/functions/_normal
roman@roman ~ >                                                           135:0

> It's hard to see how this problem can occur in 4.0.4, unless there's
> some additional option we should be setting for compatibility in the
> list given by $_comp_options.  If it really is the function from 4.0.4,
> try running `emulate zsh' before starting and using the new completion
> system.  If it works after that, it would help if you send a list of
> options you've got set.

    You've nailed it down, thanks! Let me know if you need anything else.

    roman@roman ~ > setopt                                        107:0
    autocd
    nobeep
    cbases
    noclobber
    completeinword
    correct
    cshjunkiehistory
    cshjunkieloops
    extendedhistory
    histignoredups
    histnostore
    histreduceblanks
    histverify
    incappendhistory
    interactive
    interactivecomments
    nolistambiguous
    listpacked
    longlistjobs
    monitor
    octalzeroes
    pathdirs
    pushdignoredups
    shinstdin
    zle
    roman@roman ~ >                                               108:0

-- 
FreeBSD 4.4-STABLE
5:30PM up 10 days, 6:43, 14 users, load averages: 0.26, 0.17, 0.16


  reply	other threads:[~2002-04-25 15:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-25 14:26 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 [this message]
2002-04-25 15:32         ` Peter Stephenson
2002-04-25 15:57           ` Roman Neuhauser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020425153833.GN82912@roman.mobil.cz \
    --to=neuhauser@mail.cz \
    --cc=pws@csr.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).