From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19596 invoked from network); 3 Dec 2005 12:28:15 -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; 3 Dec 2005 12:28:15 -0000 Received: (qmail 15116 invoked from network); 3 Dec 2005 12:28:07 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Dec 2005 12:28:07 -0000 Received: (qmail 17187 invoked by alias); 3 Dec 2005 12:28:00 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9743 Received: (qmail 17177 invoked from network); 3 Dec 2005 12:27:59 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 3 Dec 2005 12:27:59 -0000 Received: (qmail 14083 invoked from network); 3 Dec 2005 12:27:59 -0000 Received: from her-isrv.ionific.com (195.197.252.67) by a.mx.sunsite.dk with SMTP; 3 Dec 2005 12:27:59 -0000 Received: from her-gw.ionific.com ([195.197.252.66] helo=trews52.bothi.fi) by her-isrv.ionific.com with esmtp (Exim 3.35 #1 (Debian)) id 1EiWUg-0004BI-00 for ; Sat, 03 Dec 2005 14:27:58 +0200 Received: from azure by trews52.bothi.fi with local (Exim 3.36 #1 (Debian)) id 1EiWUX-0004mP-00 for ; Sat, 03 Dec 2005 14:27:49 +0200 To: "Zsh Users' List" Subject: Re: _expand_word_and_keep of 'keeper suite' doesn't work Mail-copies-to: nobody From: Hannu Koivisto Date: Sat, 03 Dec 2005 14:27:39 +0200 In-Reply-To: <1051203034409.ZM13822@candle.brasslantern.com> (Bart Schaefer's message of "Sat, 03 Dec 2005 03:44:09 +0000") Message-ID: <87zmnigybo.fsf@trews52.bothi.fi> User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.4 (i386-pc-linux-gnu) References: <87iru9i1h6.fsf@trews52.bothi.fi> <1051201160536.ZM12180@candle.brasslantern.com> <87ek4wigsb.fsf@trews52.bothi.fi> <1051202165723.ZM13283@candle.brasslantern.com> <8764q7i8yo.fsf@trews52.bothi.fi> <1051203034409.ZM13822@candle.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Hannu Koivisto Bart Schaefer writes: > OK, the first thing to try is: > > zstyle ':completion:*:expand:*' group-name '' > > If that doesn't work, then it has to do with It seems to work. Does that have any adverse effects on other functionality? > the way that you're binding the _expand_word_and_keep function to > a widget, because when I try it ... > Can you show me that part of your setup? I'm using the code from the article: zle -C _expand_word complete-word _expand_word_and_keep -- Hannu