Replies: 2 comments 3 replies
-
Hi! I close this, since it goes beyond the usual Vertico-specific questions. It is more about general completion behavior. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Daniel Mendler ***@***.***> writes:
The completion table is simply incorrect and doesn't follow the spec. Therefore it doesn't work. See `completion-table-with-metadata` for reference.
It's a pretty new function: late December 2024. Thank you for the hint. I
will look into that.
…--
Slawomir Grochowski
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Evaluate the code below to see the problem. You cannot select any item from the list - it says 'Match required'.
I wanted to add an annotation to items in selection for org-mode package 'org-columns' (column view).
When the user wants to add a new column (or edit an existing one), he executes the command `org-columns-new'. Then he can select from a few
'column attributes' (see in manual https://orgmode.org/org.html#Column-attributes-1). One of the attributes is "SUMMARY-TYPE". This attribute can be selected from the list of very enigmatic symbols such as "+", "$", "X" which do not convey any information to the user.
So I added annotation for every symbol that comes from the 'docstring' of the function assigned to that symbol.
For example:
"+ -- Compute the sum of VALUES."
"$ -- Compute the sum of VALUES, with two decimals."
Unfortunately, the solution I managed to obtain does not work with the Vertico package. You cannot select any item from the list - it says 'Match required'. Does anyone have an idea how to solve this? Should I modify my solution? Or perhaps something needs to be changed in Vertico?
Beta Was this translation helpful? Give feedback.
All reactions