From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12114 invoked from network); 22 Apr 2009 17:08:16 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 Apr 2009 17:08:16 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 29607 invoked from network); 22 Apr 2009 17:08:11 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Apr 2009 17:08:11 -0000 Received: (qmail 27407 invoked by alias); 22 Apr 2009 17:08:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26874 Received: (qmail 27396 invoked from network); 22 Apr 2009 17:08:05 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 22 Apr 2009 17:08:05 -0000 Received: from QMTA03.westchester.pa.mail.comcast.net (qmta03.westchester.pa.mail.comcast.net [76.96.62.32]) by bifrost.dotsrc.org (Postfix) with ESMTP id 1273582D4B6B for ; Wed, 22 Apr 2009 19:06:53 +0200 (CEST) Received: from OMTA13.westchester.pa.mail.comcast.net ([76.96.62.52]) by QMTA03.westchester.pa.mail.comcast.net with comcast id idE11b00617dt5G53h7Jis; Wed, 22 Apr 2009 17:07:18 +0000 Received: from smtp.klanderman.net ([98.217.254.247]) by OMTA13.westchester.pa.mail.comcast.net with comcast id ih801b00P5M2Np63Zh80jk; Wed, 22 Apr 2009 17:08:00 +0000 Received: from lwm.klanderman.net (unknown [192.168.100.50]) by smtp.klanderman.net (Postfix) with ESMTP id 3197DB30144 for ; Wed, 22 Apr 2009 13:07:59 -0400 (EDT) Received: by lwm.klanderman.net (Postfix, from userid 500) id 08D349FC5FA; Wed, 22 Apr 2009 13:07:59 -0400 (EDT) From: Greg Klanderman To: zsh-workers@sunsite.dk Subject: Re: Space after completion disappears Reply-To: gak@klanderman.net Date: Wed, 22 Apr 2009 13:07:58 -0400 In-Reply-To: <20090422170420.6c5e5d36@news01> (Peter Stephenson's message of "Wed, 22 Apr 2009 17:04:20 +0100") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (linux) References: <223408.70138.qm@web37302.mail.mud.yahoo.com> <090421000342.ZM5707@torch.brasslantern.com> <850582.49667.qm@web37305.mail.mud.yahoo.com> <20090422170420.6c5e5d36@news01> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.92.1/9273/Wed Apr 22 16:16:49 2009 on bifrost X-Virus-Status: Clean >>>>> Peter Stephenson writes: > It's entirely cosmetic, but if you really feel the need to change it it's > easy to make it configurable. Hmm, your change does what he wants if the suffix is a space, but for example if the suffix is a '/' I'm not sure. I suspect he really just wants the suffix to always be removed, but have a space inserted first if the character about to be inserted is non-whitespace. greg