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

Re: zsh 4.3.3 released



* Thorsten Kampe (Tue, 17 Apr 2007 17:10:12 +0100)
> * Peter Stephenson (Tue, 17 Apr 2007 15:06:45 +0100)
> > Peter Stephenson <pws@xxxxxxx> wrote:
> > > Thorsten Kampe wrote:
> > > > Could I have a confirmation for this? Was my informal bug report 
> > > > sufficient or do you need a more detailed description?!
> > > 
> > > I haven't yet understood what the problem actually is, nor reproduced it
> > > yet.
> > 
> > OK, I've found it; it wasn't too hard---all uses of %{ in completion were
> > basically broken (I'm incrementing the pointer before instead of after
> > processing the escape character).  Thanks for the report.  See if there are
> > any problems left after this.
> > 
> > Index: Src/Zle/complist.c
> > ===================================================================
> > RCS file: /cvsroot/zsh/zsh/Src/Zle/complist.c,v
> > retrieving revision 1.102
> > diff -u -r1.102 complist.c
> > --- Src/Zle/complist.c	2 Apr 2007 13:58:19 -0000	1.102
> > +++ Src/Zle/complist.c	17 Apr 2007 14:04:08 -0000
> > [...]
> 
> Sorry, but how would I have to apply this patch?!

Found it myself: "patch -u < file". With the patch the problem is 
gone. Thanks.

T.



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