zsh-workers
 help / color / mirror / code / Atom feed
From: Jan Larres <jan@majutsushi.net>
To: zsh-workers@zsh.org
Subject: Directory completion acts as if CHASE_LINKS is set
Date: Thu, 05 Sep 2013 13:23:35 +1200	[thread overview]
Message-ID: <l08meg$v06$1@ger.gmane.org> (raw)

Hi,

I recently noticed that completion of directories acts as if the 
CHASE_LINKS option is set, that is if you are in a symlinked directory 
and you want to complete its siblings then it will complete using the 
physical siblings instead of the ones from the directory that the 
symlink resides in.

Here's an example. Note that neither CHASE_LINKS nor CHASE_DOTS is set.

$ zsh --version
zsh 5.0.2 (x86_64-pc-linux-gnu)
$ zsh -f
vanadis% tree -F
.
├── bar/
└── foo/
     ├── bar -> ../bar/
     └── baz/

4 directories, 0 files
vanadis% cd foo/bar
vanadis% cd ../[TAB]
bar/  foo/


Jan


             reply	other threads:[~2013-09-05  1:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-05  1:23 Jan Larres [this message]
2013-09-05  2:15 ` Jan Larres
2013-09-05 15:31 ` Bart Schaefer
2013-09-06  1:42   ` Jan Larres
2013-09-06  6:13     ` Bart Schaefer
2013-09-06  6:46       ` Jan Larres
2013-09-06 20:09   ` Peter Stephenson
2013-09-07  5:03     ` Bart Schaefer
2013-09-08 17:51       ` Peter Stephenson
2013-09-08 21:26         ` Bart Schaefer
2013-09-09  9:59           ` Peter Stephenson
2013-09-10 14:26           ` Bart Schaefer
2013-09-10 22:34             ` Jan Larres

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='l08meg$v06$1@ger.gmane.org' \
    --to=jan@majutsushi.net \
    --cc=zsh-workers@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).