Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _expand_word_and_keep of 'keeper suite' doesn't work
- X-seq: zsh-users 9744
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: <zsh-users@xxxxxxxxxx>
- Subject: Re: _expand_word_and_keep of 'keeper suite' doesn't work
- Date: Sat, 03 Dec 2005 18:20:38 +0000
- In-reply-to: <87zmnigybo.fsf@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <87iru9i1h6.fsf@xxxxxxxxxxxxxxxx>	<1051201160536.ZM12180@xxxxxxxxxxxxxxxxxxxxxxx>	<87ek4wigsb.fsf@xxxxxxxxxxxxxxxx>	<1051202165723.ZM13283@xxxxxxxxxxxxxxxxxxxxxxx>	<8764q7i8yo.fsf@xxxxxxxxxxxxxxxx>	<1051203034409.ZM13822@xxxxxxxxxxxxxxxxxxxxxxx>	<87zmnigybo.fsf@xxxxxxxxxxxxxxxx>
On Dec 3,  2:27pm, Hannu Koivisto wrote:
} Subject: Re: _expand_word_and_keep of 'keeper suite' doesn't work
}
} Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> 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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author