Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#270632: zsh: Completion and spaces
- X-seq: zsh-workers 20367
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Hugo Haas <hugo@xxxxxxxxx>
- Subject: Re: Bug#270632: zsh: Completion and spaces
- Date: Mon, 13 Sep 2004 11:04:46 -0700 (PDT)
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20040911081145.GC10878@xxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20040908115321.GA2417@xxxxxxxxx> <20040908180950.GC25987@xxxxxxxxxxx> <20040908194101.GD2775@xxxxxxxxx> <20040908202633.GA3130@xxxxxxxxxxx> <Pine.LNX.4.61.0409081645470.31752@xxxxxxxxxxxxxxxxxx> <20040908235639.GB6785@xxxxxxxxxxx> <Pine.LNX.4.61.0409090754020.4924@xxxxxxxxxxxxxxxxxx> <20040909151552.GA21470@xxxxxxxxxxx> <Pine.LNX.4.61.0409091405160.7216@xxxxxxxxxxxxxxxxxx> <20040911081145.GC10878@xxxxxxxxx>
- Reply-to: zsh-workers@xxxxxxxxxx
[I've dropped the Debian bugs addresses for now.]
On Sat, 11 Sep 2004, Hugo Haas wrote:
> * Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> [2004-09-09 14:37-0700]
> > The following is untested.
>
> It seems to do the trick indeed.
Having finally had a chance to try it ...
With the zsh/paramter patch it _never_ removes the auto-suffix, because it
never calls a zle insert widget. It's no better than LBUFFER+=''.
I'm reaching the conclusion that we do need some way for a user-defined
widget to announce whether it should be considered an insertion, deletion,
or motion, so that zle can deal properly with the suffixes added by the
previous widget.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author