zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: zsh workers mailing list <zsh-workers@sunsite.auc.dk>
Subject: Re: feature request: special completion of glob patterns
Date: Tue, 8 Aug 2000 13:41:52 -0700	[thread overview]
Message-ID: <000808134152.ZM7046@candle.brasslantern.com> (raw)
In-Reply-To: <20000808172553.A26023@thelonious.new.ox.ac.uk>

On Aug 8,  5:25pm, Adam Spiers wrote:
> 
> Ideally, I would like the following completion behaviour (assuming
> baz.txt is the only file in foo1/bar):
> 
>   $ diff -u foo[12]/bar/b<TAB>
>   $ diff -u foo[12]/bar/baz.txt

This is very similar to the keep-prefix style, and I believe there was
some discussion in that thread of handling something like this.  You may
even be able to figure out a way to do it by looking for keep-prefix in
the _expand completer.

Trying out a couple of things has led me to find the following oddities:

zsh% x='foo[12]'
zsh% diff -u ${~x}/b<TAB>
zsh% diff -u ${~x}/foo/bar
                      ^
                      cursor here

It's behaving as if $~x expanded to ".".  This is with the _expand completer
and the keep-prefix style set to true.

The other is that the _expand completer seems to trigger menu-completion
even when I have explicitly turned it off.  I removed all references to
"menu" or "select" from my styles, I'm using the complete-word widget, and
I have automenu turned off, yet after `zsh/S*<TAB>' I still end up with a
menu completion cycling through zsh/Src, zsh/StartupFiles, and zsh/S*
(because I have the original style set).  I expected it just to list the
completions and feep.

I realize, looking back through the history of _expand, that it has always
been this way, and I simply never noticed because I usually have automenu
set.  Nevertheless it seems to me that there ought to be some way to turn
it off.


  reply	other threads:[~2000-08-08 20:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-08 16:25 Adam Spiers
2000-08-08 20:41 ` Bart Schaefer [this message]
2000-08-09  8:00 Sven Wischnowsky

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=000808134152.ZM7046@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /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).