[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: completion discrepancy between default completion and helm/ivy compl
From: |
Stefan Monnier |
Subject: |
Re: completion discrepancy between default completion and helm/ivy completions |
Date: |
Sun, 13 Nov 2016 10:38:35 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux) |
> Is it correct to register as a completion something that returns a
> string?
I don't understand the question: register where? return a string in
which case?
> Because it is what org-contacts does, but although it works with
> the default completion code, it breaks ivy or helm style completions.
AFAIK those frameworks probably don't handle well completion tables
which use completion-boundaries, so I'd lean towards saying it's a bug
or a known limitation of those frameworks. But I haven't looked at them
in a long while, so maybe this isn't true any more.
Stefan