Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 4.3.3 released
- X-seq: zsh-users 11423
- From: Thorsten Kampe <thorsten@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: zsh 4.3.3 released
- Date: Tue, 17 Apr 2007 18:41:51 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <200704161647.l3GGl2FE027950@xxxxxxxxxxxxxx> <f010p6$u6s$1@xxxxxxxxxxxxx> <f02i3o$ggr$1@xxxxxxxxxxxxx> <200704171342.l3HDgehc000575@xxxxxxxxxxxxxx> <20070417150645.b6d62e3c.pws@xxxxxxx> <f02rh6$lm0$1@xxxxxxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
* 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