zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Vorpal <zsh@vorpal.se>
Cc: Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: Programmatically loading completion for another command?
Date: Fri, 27 May 2022 10:03:19 -0700	[thread overview]
Message-ID: <CAH+w=7aTQTVn6tcn8JQAoJOUM0WYU652DcoY80quVs+Qb9h-rA@mail.gmail.com> (raw)
In-Reply-To: <946346f8-5df9-d551-d199-bf62e0267b41@vorpal.se>

On Fri, May 27, 2022 at 9:30 AM Vorpal <zsh@vorpal.se> wrote:
>
> * How do I trigger loading that file from my completion so I can offer
> completions to the flag --makepkg-args? Is it even possible?

Something like this should work, no other wrapper needed:

  service=makepkg _sequence $_comps[makepkg]

In my install the service dispatcher function is _pkgtool not _pacman,
so using $_comps[makepkg] in the call to _sequence should get the
right one, whichever.

(Nod over to Daniel on the _services thread.)


  reply	other threads:[~2022-05-27 17:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-27 16:29 Vorpal
2022-05-27 17:03 ` Bart Schaefer [this message]
2022-05-27 17:46   ` Daniel Shahaf
2022-05-27 19:58     ` Vorpal
2022-06-02  4:09       ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH+w=7aTQTVn6tcn8JQAoJOUM0WYU652DcoY80quVs+Qb9h-rA@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.org \
    --cc=zsh@vorpal.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).