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

Re: qpdf or bashcompinit completion bug



On Mon, Aug 18, 2025 at 1:22 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
On Mon, Aug 18, 2025 at 1:00 PM Vincent Lefevre <vincent@xxxxxxxxxx> wrote:
> Should be:
>
> eval "$(/usr/bin/qpdf --completion-zsh)"

Anyway, this doesn't solve the problem.

Time to invoke _complete_debug (^x ?) on your first try at this.  Maybe  "complete -o" isn't doing what I think it is.

In fact re-reading that more closely, "complete" is not doing what I thought.  It's just setting up the key binding.
The whole thing needs to be followed by (I think) a call to _bash_complete ... I'm not 100% sure of that as I don't have all the prerequisites. 


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