Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: make history-complete-older do nothing on empty string
- X-seq: zsh-users 23346
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: make history-complete-older do nothing on empty string
- Date: Wed, 18 Apr 2018 14:28:45 +0100
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20180418132849euoutp02a14cc078e71d72359b4ac096b02a365c~misswtI_42294422944euoutp02h
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1524058129; bh=qKj/fQ+jmXSw85dD1Ejhv2y1UA3GM6h4KzmWQKDbHvM=; h=Date:From:To:Subject:In-reply-to:References:From; b=T/MQU+6f8RAu8LEDzyzL8SWrBEMBh7GoqJJcFV1o683OhMev0NUiHNf6HRpMAUurn D0NY9e23tWrWivT8kAiBlX04E0X5nyB6YFNkHPHXjGTbzQnCoiQRScyDFrqMEocT/k R6XhNyBaegMS5t+KA115yAn+HY2vWVOpyz6RAbAw=
- In-reply-to: <20180418135817.7edca58c@camnpupstephen.cam.scsc.local>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Organization: SCSC
- References: <CGME20180418052832epcas2p1df623a44c88edae226f65a2d5edc90f2@epcas2p1.samsung.com> <m3tvs9um1s.fsf@luffy.cx> <20180418094018.54559594@camnpupstephen.cam.scsc.local> <87in8o6fjx.fsf@luffy.cx> <20180418104555.25fef55b@camnpupstephen.cam.scsc.local> <874lk866zp.fsf@luffy.cx> <20180418135817.7edca58c@camnpupstephen.cam.scsc.local>
On Wed, 18 Apr 2018 13:58:17 +0100
Peter Stephenson <p.stephenson@xxxxxxxxxxx> wrote:
> So when you interrupted it it was apparently reading in 66742 history
> words; there's nothing further at the end of the file? (We can tweak
> complete_debug to add timing info if it's helpful, see below.)
Come to think of it, the fact that it's outputting all those words for
debug purposes is going to make a big difference, so I'm not sure how
much this is telling us. If this turns out not to be the crucial point,
we can disable debugging around it.
> Is the behaviour acceptable if you use the style, for example:
>
> zstyle ':completion:history-words:*' range 100
>
> ?
This should give some indication, though.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author