zsh-users
 help / color / mirror / code / Atom feed
From: "René Neumann" <lists@necoro.eu>
To: zsh-users@zsh.org
Subject: Re: Recursive Completition
Date: Mon, 20 Aug 2012 11:43:36 +0200	[thread overview]
Message-ID: <503206C8.5050408@necoro.eu> (raw)
In-Reply-To: <120818171826.ZM18675@torch.brasslantern.com>

Am 19.08.2012 02:18, schrieb Bart Schaefer:
> Fortunately there's a way to move this out of the realm of expansion
> and into that of completion; to whit, simply assert that you want
> completion to act as if it were using glob patterns:
> 
> setopt globcomplete
> 
> Now when you try
> 
> ls **/Kern[tab]
> 
> the completion system behaves as if you'd inserted a * just before [tab],
> and offers you the list of matching items as choices.

Really? I tried this, and noticed you still have to enter the * before
the [tab].

The difference to noglobcomplete seems to be that now you can actually
choose a file via completion, whereas before it just pushed everything
onto the commandline.

- René


  parent reply	other threads:[~2012-08-20  9:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-18 21:09 Karoly Negyesi
2012-08-19  0:18 ` Bart Schaefer
2012-08-19 19:44   ` Peter Stephenson
2012-08-19 21:07     ` Karoly Negyesi
2012-08-20  8:57       ` Peter Stephenson
2012-08-20 15:33         ` Bart Schaefer
2012-08-21 18:27           ` Peter Stephenson
2012-12-04  2:13             ` Karoly Negyesi
2012-08-20  9:43   ` René Neumann [this message]
2012-08-21  4:58     ` 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=503206C8.5050408@necoro.eu \
    --to=lists@necoro.eu \
    --cc=zsh-users@zsh.org \
    /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).