From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 539 invoked from network); 3 Dec 2005 18:21:02 -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 18:21:02 -0000 Received: (qmail 1961 invoked from network); 3 Dec 2005 18:20:51 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Dec 2005 18:20:51 -0000 Received: (qmail 10769 invoked by alias); 3 Dec 2005 18:20:45 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9744 Received: (qmail 10760 invoked from network); 3 Dec 2005 18:20:44 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 3 Dec 2005 18:20:44 -0000 Received: (qmail 882 invoked from network); 3 Dec 2005 18:20:44 -0000 Received: from vms044pub.verizon.net (206.46.252.44) by a.mx.sunsite.dk with SMTP; 3 Dec 2005 18:20:44 -0000 Received: from candle.brasslantern.com ([71.116.81.225]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IQX00ES6PMF6PRF@vms044.mailsrvcs.net> for zsh-users@sunsite.dk; Sat, 03 Dec 2005 12:20:40 -0600 (CST) Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id jB3IKdLo015005 for ; Sat, 03 Dec 2005 10:20:39 -0800 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id jB3IKdNn015004 for zsh-users@sunsite.dk; Sat, 03 Dec 2005 10:20:39 -0800 Date: Sat, 03 Dec 2005 18:20:38 +0000 From: Bart Schaefer Subject: Re: _expand_word_and_keep of 'keeper suite' doesn't work In-reply-to: <87zmnigybo.fsf@trews52.bothi.fi> To: Message-id: <1051203182038.ZM15003@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii 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> <87zmnigybo.fsf@trews52.bothi.fi> Comments: In reply to Hannu Koivisto "Re: _expand_word_and_keep of 'keeper suite' doesn't work" (Dec 3, 2:27pm) On Dec 3, 2:27pm, Hannu Koivisto wrote: } Subject: Re: _expand_word_and_keep of 'keeper suite' doesn't work } } Bart Schaefer writes: } } > zstyle ':completion:*:expand:*' group-name '' } } It seems to work. Does that have any adverse effects on other } functionality? It changes the way the completion listing or the menuselect menu are displayed, but only for expansion. In fact, changing it everywhere by zstyle ':completion:*' group-name '' is often a recommended setting even though it's not the default. I'll have to see if I can tweak the keeper suite in the 4.3 dist so that it works without the group-name setting, or at least document that the above style is needed. } > the way that you're binding the _expand_word_and_keep function to } > a widget, because when I try it This turns out to be a red herring from my own configuration, though it does indicate another potentially useful change to keeper.