-
Notifications
You must be signed in to change notification settings - Fork 33
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
Text properties should be kept for default value #180
Comments
Thanks for reporting. So for usual candidates returning them with text props will trigger errors and for the default you trigger errors if you strip them 🤦. The default also gets returned unchanged for completing-read, completing-read-multiple, read-buffer and read-file-name. To simplify this I think we can handle this within |
Well that seems pretty right! Anyway one may say that the |
Should be fixed by #198? |
This thread is being closed automatically by Tidier because it is labeled with "waiting on response" and has not seen any activity for 90 days. But don't worry—if you have any information that might advance the discussion, leave a comment and I will be happy to reopen the thread :) |
Hello!
First of all, thank you for this nice piece of software!
While using
xref
andlsp-mode
, the default value passed tocompleting-read
has properties that should be kept, otherwise code navigation may be broken (this is the case for C++ withclangd
).In fact, keeping properties of default value seems to be the default behaviour of
completing-read
, for the sake of completeness:This may be related to #107 and #108.
The text was updated successfully, but these errors were encountered: