From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13897 invoked by alias); 24 Oct 2014 12:00:53 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19288 Received: (qmail 24546 invoked from network); 24 Oct 2014 12:00:40 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 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== X-Received: by 10.170.54.209 with SMTP id 200mr5910873ykw.62.1414152036578; Fri, 24 Oct 2014 05:00:36 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <141023192353.ZM19606@torch.brasslantern.com> References: <20141023133140.07d56359@pwslap01u.europe.root.pri> <20141023140616.456fa1f1@pwslap01u.europe.root.pri> <141023192353.ZM19606@torch.brasslantern.com> From: TJ Luoma Date: Fri, 24 Oct 2014 07:59:56 -0400 Message-ID: Subject: Re: tab completion bug? To: Bart Schaefer Cc: Zsh-Users List Content-Type: text/plain; charset=UTF-8 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 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.