From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11852 invoked from network); 12 Mar 1999 16:22:23 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 Mar 1999 16:22:23 -0000 Received: (qmail 14071 invoked by alias); 12 Mar 1999 16:21:58 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5778 Received: (qmail 14060 invoked from network); 12 Mar 1999 16:21:54 -0000 X-Authentication-Warning: awayteam.zanshin.com: schaefer set sender to schaefer@tiny.zanshin.com using -f From: Bart Schaefer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14057.16047.992483.728525@localhost.localdomain> Date: Fri, 12 Mar 1999 08:19:59 -0800 (PST) To: Sven Wischnowsky Cc: zsh-workers@sunsite.auc.dk Subject: Re: completion features In-Reply-To: <199903121310.OAA03206@beta.informatik.hu-berlin.de> References: <199903121310.OAA03206@beta.informatik.hu-berlin.de> X-Mailer: VM 6.68a under Emacs 20.3.5.1 Reply-To: Bart Schaefer Sven Wischnowsky writes: > > One more question: we could make this user-configurable. E.g. > `compconfig[...]=-1' would mean that `line_len - 1' errors would be > accepted and so on. Should we...? Any suggestions for the `...'? ;-) Pardon me if I've missed something, but you aren't really suggesting that the number of errors be based on the entire length of the input line, are you? The length of the current _word_, surely? For file names, it should probably only be the length of the path segment that actually contains the cursor. And why set it to a negative number? What would a positive number mean? I don't yet have any good suggestions for the field name.