zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@sunsite.dk
Subject: Re: Turn off completion of users
Date: Thu, 03 Aug 2006 09:42:46 -0700	[thread overview]
Message-ID: <060803094246.ZM19299@torch.brasslantern.com> (raw)
In-Reply-To: <20060803155512.GC1118@roadrunner.aventurien.local>

On Aug 3,  8:55am, Ulrich Spoerlein wrote:
}
} There is a user 'proxy' on my system, when I now try to 'cd' into a
} directory, let's call it 'profiles' the file/dir completion will offer
} me 'proxy' as an alternative.
} 
} I think the Completion/Unix/_users might be responsible, is there a way
} to selectively disable this completion scheme?

It's not really _users, it's _cd -- you have setopt cdablevars, and the
_cd function therefore attempts to expand anything that can come after
a tilde, even if the tilde is not explicitly present.  I think the call
tree is _cd -> _tilde -> _users.

This came up at least once before, try searching the archives.


      parent reply	other threads:[~2006-08-03 16:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-03 15:55 Ulrich Spoerlein
2006-08-03 16:16 ` Peter Stephenson
2006-08-03 17:06   ` Ulrich Spoerlein
2006-08-06  8:35     ` Vincent Lefevre
2006-08-03 16:42 ` Bart Schaefer [this message]

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=060803094246.ZM19299@torch.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).