zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh User ML <zsh-users@sunsite.dk>
Subject: Re: Completion for cd
Date: Sun, 28 Mar 2004 19:56:15 +0000	[thread overview]
Message-ID: <1040328195615.ZM26215@candle.brasslantern.com> (raw)
In-Reply-To: <20040328104221.GA2642@eumel.yoo.net>

On Mar 28, 12:42pm, Thorsten Haude wrote:
}
} one of the last upgrades of Zsh in Debian Sarge changed the way
} directory names for cd are completed. With the current set of
} functions, user's home directories are completed, which is a nuisance.
[...]
} 2. I would like to do the change in a way that does not interfere with
} future updates from Debian's package management system. Any ideas?

This should all be controllable by styles.

Start by typing (where "zsh% " represents your prompt);

    zsh% cd ~

Now type ctrl+x and then h.  You should see something like:

    tags in context :completion::complete:-tilde-::
	users named-directories directory-stack  (_tilde) 
	users                                    (_users _tilde)

If instead you see

    tags in context :completion::complete:cd::

(followed by some list of tags), then something is wrong, because the
"# Note we need a tilde because ..." code that you quoted should be
effectively dead now -- it's there only as a failsafe and I can't find
a way to force the _wanted call in that branch to be executed.  (Maybe
Oliver or PWS can?)

Assuming you've got the -tilde- context, you can just set the tag-order
style to omit the users tag:

    zstyle ':completion:*:complete:-tilde-:*' tag-order '! users'

Et voila.


  parent reply	other threads:[~2004-03-28 19:56 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-28 10:42 Thorsten Haude
2004-03-28 12:03 ` Thorsten Kampe
2004-03-28 20:34   ` Thorsten Haude
2004-03-30  1:15     ` Thorsten Kampe
2004-03-31 20:19       ` Thorsten Haude
2004-04-01 18:04         ` Bart Schaefer
2004-04-01 20:44           ` Thorsten Haude
2004-04-02  4:38             ` Bart Schaefer
2004-04-02  6:52               ` Thorsten Haude
2004-04-02 16:11                 ` Bart Schaefer
2004-04-04 14:43                   ` Thorsten Haude
2004-04-04 15:14                     ` Clint Adams
2004-04-04 15:26                       ` Thorsten Haude
2004-04-04 16:39                         ` Clint Adams
2004-04-05  0:04                           ` Bart Schaefer
2004-04-05  3:50                             ` Clint Adams
2004-03-28 19:56 ` Bart Schaefer [this message]
2004-03-31 20:22   ` Thorsten Haude
2004-04-01 18:24     ` Bart Schaefer
2004-04-01 20:52       ` Thorsten Haude
2017-03-14 17:38 Jesper Nygårds
2017-03-14 19:07 ` Bart Schaefer
2017-03-14 21:50   ` Jesper Nygårds
2017-03-15  3:56     ` Bart Schaefer
2017-03-15  7:22       ` Jesper Nygårds
2017-03-15 17:00         ` Bart Schaefer
2017-03-15 20:33           ` Jesper Nygårds

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=1040328195615.ZM26215@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@sunsite.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).