From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12341 invoked from network); 14 Mar 2004 19:50:49 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 14 Mar 2004 19:50:49 -0000 Received: (qmail 8905 invoked by alias); 14 Mar 2004 19:50:36 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7175 Received: (qmail 8847 invoked from network); 14 Mar 2004 19:50:35 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 14 Mar 2004 19:50:35 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [80.91.224.249] by sunsite.dk (MessageWall 1.0.8) with SMTP; 14 Mar 2004 19:50:35 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B2bd5-0000r4-00 for ; Sun, 14 Mar 2004 20:50:35 +0100 Received: from 213-203-244-156.kunde.vdserver.de ([213.203.244.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Mar 2004 20:50:35 +0100 Received: from kai by 213-203-244-156.kunde.vdserver.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Mar 2004 20:50:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@sunsite.dk From: Kai Grossjohann Subject: Case insensitive completion on ancient zsh versions? Date: Sun, 14 Mar 2004 20:25:20 +0100 Message-ID: <87d67fut7j.fsf@emptyhost.emptydomain.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:qlaUYKZ4454BTu2lGnHV+D43uVk= Sender: news I've got a login on various systems which have zsh version 3.1 (!) installed on them. To add to the joy, they just have the binary, and no documentation. I intend to install a more recent zsh wherever I can, but in case I can't install anything, I'd like to make my life a little better. Is it possible to turn on case insensitive completion for that version of zsh? How? Kai