Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx> writes: >> I doubt that would be sufficent or appropriate. If some caller _WANTS_ to >> add a SP, shouldn't we be devising a way to tell zsh to add it without >> quoting, > > Yes, this is the point. But up to now, nobody found such a way so we're > just trying to work around it in the less painfull way for the user. Ok, I take it that the original patch is meant as a small step in making it a usable state, by not adding useless "quoted SP". In the ideal world it may be better to add SP but we do not know how without zsh interfering with our attempt to do so and adding an unwanted quoting, so we are taking the second best approach that we at least know works. Which is fine by me, and as you said, the completion script always asked zsh users to add SP themselves, so it is not even a regression. The real reason I am continuing this thread is to keep it alive so that a zsh guru would jump in from somewhere and show us "here is how to tell Zsh not to quote $suffix"; that does not seem to be happening yet, so let's use your patch as-is. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html