From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27916 invoked by alias); 24 Oct 2014 19:56:27 -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: 19291 Received: (qmail 6486 invoked from network); 24 Oct 2014 19:56:24 -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=Dv65wE9P5Mx7p0Ya46s5tXOYHy9zXGbrmfSFTbaqi1g=; b=jiFZJhSgrnsV1aYFXmJI8SfHP32nNfYpueKjxkiuyToHTIBbRo3eKlGE93XDljzHMo ZAfnsf5clgk7HjRp3uoKXyKOOMCz2r4J9hUySi+lzLGGuzhYRaBeETUh7CoDmUcf4pS7 76pblCs+OSEtpjyIjS2xl83isQd1+PPVhU5PszoG7gGQiPWAslgA9iUHPbHKKu+yQEep 6l4KCGGccP7IX3+RxsQAsj/9L95DrhcTnVvI/MKDW6tEG+iku0+/Nb8UHQ6uig82jGMV xSV0qIJsJYEj9kDaLtmEDahsxEFIJ1tB4bNlZhj6t4eOahQ9jKzHgpx6GHKluM21VZHt WXig== X-Received: by 10.229.37.138 with SMTP id x10mr9441806qcd.5.1414180568177; Fri, 24 Oct 2014 12:56:08 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20141024130646.1fa4f929@pwslap01u.europe.root.pri> References: <20141023133140.07d56359@pwslap01u.europe.root.pri> <20141023140616.456fa1f1@pwslap01u.europe.root.pri> <20141024130646.1fa4f929@pwslap01u.europe.root.pri> From: TJ Luoma Date: Fri, 24 Oct 2014 15:55:26 -0400 Message-ID: Subject: Re: tab completion bug? To: Peter Stephenson Cc: Zsh-Users List Content-Type: text/plain; charset=UTF-8 On Fri, Oct 24, 2014 at 8:06 AM, Peter Stephenson wrote: > On Thu, 23 Oct 2014 09:26:04 -0400 > 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. > > My suspicion here is that in this case you've somehow ended up with > sites unset or containing an empty string at this point. Bart Schaefer posted a suggested fix to the zsh-workers list with a patch for Case Insensitive Completion. TjL