From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11095 invoked from network); 13 Jan 2006 01:00:31 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 13 Jan 2006 01:00:31 -0000 Received: (qmail 58619 invoked from network); 13 Jan 2006 01:00:20 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 13 Jan 2006 01:00:20 -0000 Received: (qmail 22970 invoked by alias); 13 Jan 2006 01:00:18 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22160 Received: (qmail 22961 invoked from network); 13 Jan 2006 01:00:18 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 13 Jan 2006 01:00:18 -0000 Received: (qmail 58324 invoked from network); 13 Jan 2006 01:00:18 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 13 Jan 2006 01:00:17 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 9D72170086; Thu, 12 Jan 2006 20:00:15 -0500 (EST) Date: Thu, 12 Jan 2006 20:00:15 -0500 From: Clint Adams To: Wayne Davison Cc: zsh-workers@sunsite.dk Subject: Re: Another idea on how to insert illegal multibyte characters Message-ID: <20060113010015.GA2435@scowler.net> Mail-Followup-To: Wayne Davison , zsh-workers@sunsite.dk References: <20060112034200.GB28221@dot.blorf.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060112034200.GB28221@dot.blorf.net> User-Agent: Mutt/1.5.11 > I created an initial patch for this. It works to insert the necessary > letters into the command-line, but has a bug where tab completion will > not remove enough characters when moving from match to match if the > previous match had one or more expanded $'\321' sequences. If folks > like this idea, I imagine this bug wouldn't be too hard to fix. Sounds better than the status quo.