Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: tab completion bug?
- X-seq: zsh-users 19288
- From: TJ Luoma <luomat@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: tab completion bug?
- Date: Fri, 24 Oct 2014 07:59:56 -0400
- Cc: Zsh-Users List <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=c5NVb0G/i8LWmVzWTfmHYaOJWelbEoiKHPt+01uVO08=; b=Ny8/zuVlIlqe16ETJZl+zobLwO5S0ekrGiB8zSccIXgF8xP7p3JmtPrVyU/u4CbWcI DSQb3fQKfcCOse0i9+ufJwkh2jQ6SBAL5jXbI/8C5bh7JL2dgkSljqp7Jy12Ncpr/o5H aTK5tv0kdONCVMhOxeDDSUwWXqLIBGwpuwdQ4UT9LCAc4Mz53DxwXL3vjdgJadS6v0EQ 8qcOg1u4l7j2qoko8Gm7YeBHDhQ+QYecrhVWEgytI5WKu+bKGx6K27sH9zie2AzinXUW A8GCYpz4Dmi8DOYe4SwT9jMkTBEpRGgnxOnpzxa4+TJpuNvck7vGs8Etq50hxIGyd4+M Ih6g==
- In-reply-to: <141023192353.ZM19606@torch.brasslantern.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
- References: <CADjGqHubg=UK+0awfnrr48YFLRy1gPC+44q7GscMM0rADMm=cw@mail.gmail.com> <20141023133140.07d56359@pwslap01u.europe.root.pri> <CADjGqHueO7-=ty3f8FcUTZ_8ESTOwJCqgWe+ZfSqpRBf3gQ+4Q@mail.gmail.com> <20141023140616.456fa1f1@pwslap01u.europe.root.pri> <CADjGqHumk0T0c-FOa7at99t1bEh9qrd8rikZSa5ph=PNM4i0PQ@mail.gmail.com> <141023192353.ZM19606@torch.brasslantern.com>
Would any of these be a possible reason:
setopt AUTO_CD
setopt AUTO_LIST
setopt AUTO_PARAM_KEYS
setopt AUTO_PARAM_SLASH
setopt AUTO_PUSHD
setopt AUTO_REMOVE_SLASH
setopt extended_glob
setopt HASH_LIST_ALL
setopt hist_ignore_dups
setopt hist_ignore_space
setopt INTERACTIVE_COMMENTS
setopt LIST_AMBIGUOUS
setopt LIST_PACKED
setopt LIST_TYPES
setopt prompt_subst
setopt PUSHD_IGNORE_DUPS
setopt no_case_glob # set ignore case for ls etc
unsetopt NO_LIST_BEEP
?
On Thu, Oct 23, 2014 at 10:23 PM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Oct 23, 9:26am, TJ Luoma wrote:
> }
> } I would still suggest that the original behavior which left me with
> } "cd $sites//Users/luomat/Dropbox/Sites/" is a zsh bug, but I will
> } leave that decision to those more qualified to answer.
>
> I'm not able to reproduce this behavior ... I get the correct set of
> completions even when capitals in $sites do not match the filesystem.
>
> There must be something else going on with your configuration.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author