-
Notifications
You must be signed in to change notification settings - Fork 113
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
Completion broken when running utop from emacs #455
Comments
I'm having this exact problem still, with Edit, next day: turns out I must've messed up when trying the changes in @steffenhaug's branch -- they fix the problem after all. I'll delete my extensive and pointless explanation below. Without the changes above, the completion stops in |
There are still some cases where my version determines the incorrect completion prefix, but if I recall correctly, the status quo is broken in the same ways. It is a start, but it would be nice to also be able to complete in the middle of the input, and in the cases where the prefix isn't correctly determined by just looking for |
Workaround: Turns out if you turn off
|
Typing
Lis<TAB>
correctly completes into eitherList
orListLabels
but when typingList.<TAB>
a message "No match" appears in the minibuffer.The text was updated successfully, but these errors were encountered: