zsh-workers
 help / color / mirror / code / Atom feed
* file completion of ~user/... stats wrong directory
@ 2009-07-09 17:53 Greg Klanderman
  2009-07-10  9:07 ` Peter Stephenson
  0 siblings, 1 reply; 10+ messages in thread
From: Greg Klanderman @ 2009-07-09 17:53 UTC (permalink / raw)
  To: Zsh list


Hi,

In looking into some completion anomalies, I've noticed that strace
output shows it stat'ing the wrong path when you are completing a path
that starts with ~user/..

If you complete ~user/foo/bar, you see it stat the paths "foo/bar" and
then "foo" relative to the current directory.  This seems broken; even
if those paths exist relative to the current directory, it is
irrelevant to completing under ~user.  It seems to recover in most
cases and generate the right completions despite this, the only
problem this seems to be causing is with our netapp's .snapshot
directories.

Looking at _path_files, I'm guessing it has something to do with
setting prepaths=( '' ) in the logic dealing with ~ prefixed strings.
But I don't understand what prepaths is supposed to be doing.  It
worries me a bit that it is set to that same value in a number of
other cases.  Maybe it should be setting prepaths=() instead?

I'm running out of a nearly up-to-date cvs checkout (_path_files is
up to date at least).

thanks,
Greg


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-09-15  0:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-09 17:53 file completion of ~user/... stats wrong directory 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
2009-09-10 15:56             ` Greg Klanderman
2009-09-13 16:52               ` Greg Klanderman
2009-09-15  0:41                 ` Greg Klanderman

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).