From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22366 invoked from network); 14 Jun 2009 07:36:51 -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 new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 14 Jun 2009 07:36:51 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 47559 invoked from network); 14 Jun 2009 07:27:12 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 14 Jun 2009 07:27:12 -0000 Received: (qmail 26541 invoked by alias); 14 Jun 2009 07:26:36 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14194 Received: (qmail 26531 invoked from network); 14 Jun 2009 07:26:35 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 14 Jun 2009 07:26:35 -0000 Received: from pepper.fruitcom.com (pepper.fruitcom.com [194.109.117.112]) by bifrost.dotsrc.org (Postfix) with ESMTP id 01B21801E289 for ; Sun, 14 Jun 2009 09:26:32 +0200 (CEST) Received: by pepper.fruitcom.com (Postfix, from userid 1000) id 92DFE29070F; Sun, 14 Jun 2009 09:26:32 +0200 (CEST) Date: Sun, 14 Jun 2009 09:26:32 +0200 From: Eric Smith To: zsh-users@sunsite.dk Subject: do not add a space after completion Message-ID: <20090614072632.GA18736@trustfood.org> Mail-Followup-To: zsh-users@sunsite.dk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Description: it-message Content-Disposition: inline User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Virus-Scanned: ClamAV 0.94.2/9465/Sun Jun 14 06:15:35 2009 on bifrost X-Virus-Status: Clean I have a completion function that when executed should supply no extra space after the option is given (on pressing ). Ideally it should append an underscore instead. How would I achieve that (just for this function and not globally)? thanks. -- - Eric Smith