From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3047 invoked from network); 4 Nov 1999 10:13:39 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Nov 1999 10:13:38 -0000 Received: (qmail 20737 invoked by alias); 4 Nov 1999 08:10:11 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2723 Received: (qmail 20730 invoked from network); 4 Nov 1999 08:10:10 -0000 Date: Thu, 4 Nov 1999 09:10:05 +0100 (MET) Message-Id: <199911040810.JAA11794@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-users@sunsite.auc.dk In-reply-to: Bruce Stephens's message of 03 Nov 1999 23:12:37 +0000 Subject: Re: 3.1.6 case-insensitive completion Bruce Stephens wrote: > How do I enable case-insensitive completion again? I'm sure I used to > have it, once, but I don't seem to get it now. It's now in the `compwid' part of the docs (even with this example; see? sometimes I *can* imagine what people would like to know ;-)... If your zsh is at least approximately up-to-date, you should use: compmatchers=('m:{a-z}={A-Z}') to get the one-way case-insensitiveness everywhere, or compmatchers=('m:{a-zA-Z}={A-Za-z}') for both ways. If that doesn't work for you, you have to use `compctl -M' with those strings as arguments. Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de