Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion within a function
- X-seq: zsh-users 26264
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Felipe Contreras <felipe.contreras@xxxxxxxxx>
- Subject: Re: completion within a function
- Date: Tue, 29 Dec 2020 20:41:47 +0100
- Archived-at: <https://zsh.org/users/26264>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-12/CAN%3D4vMpObWmjGbixfH3w93iR25RDC6Ncb2OSepM%2BRzsuCqFNrQ%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-il1-f182.google.com) smtp.remote-ip=209.85.166.182; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=pass header.from=gmail.com; arc=none
- Cc: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, 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=lJ2qYJvMXAcqV1aU9Hb9Wof2aM1+h8RVRYlKkJ3hIls=; b=VNCyTeCe4aOwfZP4yun3kLRzECS5nTBH73IRILNtnEkyus+dSgcwEzeiX0GWJwwY3S s0HvUnBWh3ydsLlptLhq6dGhBmICsT2JADE4k5tqZKqviA3XIp3yOQ/YPbDdmg3pbbHF mlMDfOEvyBm6lAJ9PhrFL3fxSclDnKEsTYjLLjnXONyka9YNeu+dWzNyFPKLrIXyNA3D 8LYcCu7j7EN8sjDmT+46+/waVbkp8xQ4fdwOw24pxKu+/7JN5tNU1jTwgJkjDxu9TEzZ LeFGh4VdaHSmJMzJi/LpQT3X8KPkv2r/g6//jReItEoDGAnPXxjB/hLuA9svZIecnOyu mFaA==
- In-reply-to: <CAMP44s0i0JXyGeU2UzSwuP68BUbvGMPedMLtJ_REgFxxcU=AmA@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> <CAMP44s0i0JXyGeU2UzSwuP68BUbvGMPedMLtJ_REgFxxcU=AmA@mail.gmail.com>
- Sender: zsh-users-request@xxxxxxx
On Tue, Dec 29, 2020 at 8:36 PM Felipe Contreras
<felipe.contreras@xxxxxxxxx> wrote:
>
> 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.
Could be. Or a handful of other plausible interpretations. "Execute a
completion within a function" is more of a rorschach test than a
problem statement.
Ray, what are you trying to achieve?
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author