Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion within a function
- X-seq: zsh-users 26263
- From: Felipe Contreras <felipe.contreras@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: completion within a function
- Date: Tue, 29 Dec 2020 13:36:02 -0600
- Archived-at: <https://zsh.org/users/26263>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-12/CAMP44s0i0JXyGeU2UzSwuP68BUbvGMPedMLtJ_REgFxxcU%3DAmA%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-wr1-f45.google.com) smtp.remote-ip=209.85.221.45; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=pass header.from=gmail.com; arc=none
- Cc: Ray Andrews <rayandrews@xxxxxxxxxxx>, Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=iSrLIED8I7jomHLVziFWC6/yu0gvXUAY1bqokbe4ubg=; b=P5tsaIwP11lcDUTFNw55iV1PwQnbM7SOJMBvaHw9NLBocDMUsAqQ1I+WH/cOmEr2mr jF0kMqCwzNqpbucNYEKHD0UZQaC9kOncFLMH2wH/IkGdLTA8uqCMYKgSrgv5yvNFEHSq uEzDBLv2M31K4JcDdl2NOMj0flcztgG5Gz+kUJ7pdBMIXzvJVYx4LBZHC44zzFmoZ0BA 4tM3pBG1pt7pPVzypB/8/Gfi79qBHKEd8XHvc/XD3C3ag+8U1piPJSvjZFiMg/z6shbL kriWOPUqGLns8EXUqQAHX05HBSKKtnIfvntQ/Gk3PXDmDQcBbn0lbSkUNOqAQCZuxIGF nj0g==
- In-reply-to: <CAH+w=7bT5GaGvWih=A8KCyUe4N6k25VxDLcpPA5C1yGn38Zimg@mail.gmail.com>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-users>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-users.zsh.org>
- List-owner: <mailto:zsh-users-request@zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-users>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-users>
- References: <c9416d92-29b1-68e5-e51e-d7152f1fbc4b@eastlink.ca> <CAH+w=7bT5GaGvWih=A8KCyUe4N6k25VxDLcpPA5C1yGn38Zimg@mail.gmail.com>
- Sender: zsh-users-request@xxxxxxx
On Tue, Dec 29, 2020 at 12:53 PM Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Tue, Dec 29, 2020 at 7:24 AM Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
> > How do we execute a completion within a function?
>
> Depends on the context.
I presume Ray wants something like "complete ma", which would return
"make man ..." essentially everything that typing "ma<tab>" would
return.
--
Felipe Contreras
Messages sorted by:
Reverse Date,
Date,
Thread,
Author