-
-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sorting function and strings #2763
Comments
Unfortunately, third-party completion "frontends" (including Ivy) seem to define their own notions of sorting. The standard means of sorting completion candidates are the metadata Ivy provides two user options for customising sorting: Functions in I don't know what Prescient does, so without a backtrace of the error you run into, there's not much more I can say. HTH. |
I see. Thanks for the answer. I have a look to see if I can get something minimal which makes sense as I am not sure that the current backtrace will be useful. |
I switched to something else. So I won't have time to deal with this issue. I close it for now but if someone else wants to solve it I am interested in the solution |
Hello,
I am currently facing the issue described in radian-software/prescient.el#73
As it causes me a lot of trouble lately, I would like to try to fix this. However, before I go further, I would like to know what is your approach concerning the items: should I consider that items passed to the sorting function should be strings or can be anything?
Thanks
The text was updated successfully, but these errors were encountered: