zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk
Subject: Re: file completion of ~user/... stats wrong directory
Date: Thu, 10 Sep 2009 08:47:51 -0700	[thread overview]
Message-ID: <090910084751.ZM10464@torch.brasslantern.com> (raw)
In-Reply-To: <m3bplin8ia.fsf@klanderman.net>

On Sep 10, 11:07am, Greg Klanderman wrote:
}
} Attached below is the one line fix.

I seem to recall having run into this before, attempting that same
change, and then finding that it breaks some OTHER more common case.

However, there are so many places like this in _path_files that I
may easily be confusing it with another "if" branch.

If I had copious free time, I'd rewrite _path_files from scratch.


} -      if [[ -d $donepath$tmp1 ]]; then
} +      if [[ -d $prepath$realpath$donepath$tmp1 ]]; then



  reply	other threads:[~2009-09-10 15:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-09 17:53 Greg Klanderman
2009-07-10  9:07 ` Peter Stephenson
2009-07-10 14:06   ` Greg Klanderman
2009-07-10 14:21     ` Peter Stephenson
2009-09-09  4:32       ` Greg Klanderman
2009-09-10 15:07         ` Greg Klanderman
2009-09-10 15:47           ` Bart Schaefer [this message]
2009-09-10 15:56             ` Greg Klanderman
2009-09-13 16:52               ` Greg Klanderman
2009-09-15  0:41                 ` Greg Klanderman

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=090910084751.ZM10464@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@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).