Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Programmable completion bug in beta18
- X-seq: zsh-workers 1133
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: mdb@xxxxxxxxxxxx (Mark Borges)
- Subject: Re: Programmable completion bug in beta18
- Date: Wed, 22 May 1996 21:53:13 +0200 (MET DST)
- Cc: alainc@xxxxxxxxx, zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <vkk9y4wlnj.fsf@xxxxxxxxxxxx> from Mark Borges at "May 22, 96 01:30:40 pm"
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
> extendedglob seems to be involved in the behaviour alain found as well:
No, that's a completely different bug.
> ac> compctl -g "*\~(D) \#*\#(D)" + -f rm
> ac> FIGNORE=".o:~"
This does not work even if glob_subst is set.
> % compctl -g "*~(D) #*#(D)" + -f rm
You did not use backslashes here. The problem is that remnulargs() should
probably be called before globlist() in the relevant part of zle_tricty.c,
but I have to think about it a little to figure out the right solution. An
alternative solution is to ignore INULL characters in glob.c.
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author