-
Notifications
You must be signed in to change notification settings - Fork 31
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
describle-function and describe-variables no longer use ido in emacs 25 #110
Comments
These functions were modified in 25.1, and I had to make some fixes in ido-ubiquitous for them to work. This should be fixed in version 3.14 |
Note that in doing so, you're breaking the new feature: automatic loading of packages based on known variable/function name prefixes. |
So if I understand correctly from a quick look at the code, the new feature allows commands like |
Yes. |
@DarwinAwardWinner Support for this new feature in |
This reverts commit 60bfbe9. Enabling ido completion in these functions breaks a new feature, as described here: #110 (comment)
Ok, I guess in the short term I'll just have to remove the override, and people who value ido completion more than this new feature can add it back themselves. I'll open a new issue for investigating whether ido completion can support this feature. Thanks for bringing this to my attention. |
So how do I enable it? 20200520.1535, Emacs 26 |
When using emacs 25 --
25.1.50.1
to be more precise --, emacs falls back to the default completion method when invokingdescribe-function
ordescrible-variable
. For most other commands, likeset-variable
and non-builtin, ido completion keep working just fine.The text was updated successfully, but these errors were encountered: