emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: select yank via completion


From: Basil L. Contovounesios
Subject: Re: select yank via completion
Date: Tue, 24 Nov 2020 22:59:26 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Thanks for this Juri, I can now ditch Ivy's counsel-yank-pop for vanilla
yank-pop again.

Juri Linkov <juri@linkov.net> writes:

> +                             (when (> (length s) (- 40 b))
> +                               (add-text-properties
> +                                (min (+ b 40) (length s)) (length s)
> +                                `(display ,ellipsis) s))

Any chance this threshold can be configurable?  I don't mind completions
as wide as or wider than the frame in Ivy's minibuffer.

-- 
Basil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]