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

Re: Bug#270632: zsh: Completion and spaces



[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