Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-3.1.x cdmatch problem
- X-seq: zsh-workers 4484
- From: Paul Lew <lew@xxxxxxxxxxxxxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: zsh-3.1.x cdmatch problem
- Date: Sun, 1 Nov 1998 21:06:34 -0500
- Cc: Paul Lew <lew@xxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <981101165847.ZM28617@xxxxxxxxxxxxxxxxxxxxxxx>
- References: <9811012346.AA19571@xxxxxxxxxxxxxxxxxx> <981101165847.ZM28617@xxxxxxxxxxxxxxxxxxxxxxx>
>>>>> "Bart" == Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> writes:
Bart> On Nov 1, 6:46pm, Paul Lew wrote:
Bart> } Subject: zsh-3.1.x cdmatch problem
Bart> }
Bart> } I am trying switch from 3.0.x to 3.1.x but one problem is
Bart> } really bugged me: The completion after 'cd' command
Bart> } generated:
Bart> }
Bart> } zsh: bad math expression: unbalanced stack
Bart> }
Bart> } This does not happen for 3.0.x, the function cdmatch is
Bart> } the one from standard distribution:
Bart> The cdmatch function you quoted is not the one from the
Bart> standard 3.1.[45] distribution, but in any case I don't see
Bart> this error for any completion that I attempted (even after I
Bart> fixed cdmatch2, see my other posting).
This is the result of entering 'functions cdmatch', the comments were
removed. The date of the file from zsh-3.1.5/Functions is:
(3)ezdzit lew Src>>> ls -l cdmatch
-rwxr-xr-x 1 lew users 709 May 11 1997 cdmatch
(3)ezdzit lew Src>>> sum cdmatch
58242 1 cdmatch
Seems this file has not changed since May 11 1977. Could you tell me
what you get when you enter 'functions cdmatch'?
Bart> It would help if you told us:
Bart> (1) Exactly what `x' you mean when you say 3.1.x;
Make it simple, 3.1.5 (with no patch applied).
Bart> (2) A specific example completion that produces this result.
$ tar xf zsh-3.1.5.tar.gz
$ cd zsh-3.1.5/Src
$ cd <TAB>
My cdpath value is: (. .. /usr/users/lew), unsetting it make no
difference.
OS: Digital UNIX 3.2c
Compiler: gcc -v
Reading specs from /usr/local/lib/gcc-lib/alpha-dec-osf3.2/egcs-2.90.29/specs
gcc version egcs-2.90.29 980515 (egcs-1.0.3 release)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author