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

Re: 5.3.1 - lot of bad math expression



On Mon, Jan 16, 2017 at 05:48:52PM +0000, Peter Stephenson wrote:
> On Mon, 16 Jan 2017 18:22:50 +0100
> Jens Elkner <jel+zsh@xxxxxxxxxxxxxxxxxxx> wrote:
> > when trying to find a solution/propper settings for the
> > X=./{etc,bin} ; ls $X   problem I decided to give the latest release aka
> > 5.3.1 a try. However, here I get a lot of errors wrt. the default
> > completion files e.g. for ls\t like:
> > 
> > _arguments:360: bad math expression: operator expected at `descrs'
> > _main_complete:341: bad math expression: operator expected at
> > `lastdescr'
> > _main_complete:380: bad math expression: operator expected at
> > `comp_color...'
> 
> Looks like that's the POSIX_IDENTIFIERS option.

Oh, easier than I thought :)

...
> +++ b/Completion/compinit
...
> +    NO_posixidentifiers

Yepp, seems to fix it.

Thanx a lot,
jel.
-- 
Otto-von-Guericke University     http://www.cs.uni-magdeburg.de/
Department of Computer Science   Geb. 29 R 027, Universitaetsplatz 2
39106 Magdeburg, Germany         Tel: +49 391 67 52768



Messages sorted by: Reverse Date, Date, Thread, Author