Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: tab completion bug?
- X-seq: zsh-users 19274
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: Zsh-Users List <zsh-users@xxxxxxx>
- Subject: Re: tab completion bug?
- Date: Thu, 23 Oct 2014 14:06:16 +0100
- In-reply-to: <CADjGqHueO7-=ty3f8FcUTZ_8ESTOwJCqgWe+ZfSqpRBf3gQ+4Q@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Organization: Samsung Cambridge Solution Centre
- References: <CADjGqHubg=UK+0awfnrr48YFLRy1gPC+44q7GscMM0rADMm=cw@mail.gmail.com> <20141023133140.07d56359@pwslap01u.europe.root.pri> <CADjGqHueO7-=ty3f8FcUTZ_8ESTOwJCqgWe+ZfSqpRBf3gQ+4Q@mail.gmail.com>
On Thu, 23 Oct 2014 08:39:16 -0400
TJ Luoma <luomat@xxxxxxxxx> wrote:
> On Thu, Oct 23, 2014 at 8:31 AM, Peter Stephenson
> <p.stephenson@xxxxxxxxxxx> wrote:
> > What does
> >
> > echo $sites
> >
> > output?
>
> /Users/luomat/Dropbox/sites
>
> > If it looks sane, does
> >
> > [[ -d $sites ]] || echo yes
> >
> > say "yes"?
>
> It does not.
(which is the right answer, sorry.)
And "ls $sites" looks OK?
And
echo /Users/luomat/Dropbox/sites/<TAB>
produces sensible results?
If nothing there looks funny, try
echo $sites/^X?
and send the debug file that results from that.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author