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

Re: qpdf or bashcompinit completion bug



On 2025-08-19 04:53:20 +0200, Vincent Lefevre wrote:
> If the functions cannot be changed, I suppose that completions based
> on bash completers (I only know the qpdf one) should not be enabled
> by default.

Or couldn't the function be renamed (e.g. compgen → _bash_compgen)
and when a completion is used, an alias compgen would be locally
defined to _bash_compgen?

But this still doesn't resolve the case where other functions
defined by bash completers could clash with zsh or user-defined
functions.

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)




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