Skip to content
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 in Emacs not working correctly #494

Open
patrick-nicodemus opened this issue Dec 6, 2024 · 0 comments
Open

Completion in Emacs not working correctly #494

patrick-nicodemus opened this issue Dec 6, 2024 · 0 comments

Comments

@patrick-nicodemus
Copy link

patrick-nicodemus commented Dec 6, 2024

I have a project with a top-level module A and a submodule, B_submodule, so that I can access things in the submodule as A.B_submodule.foo.

If I run dune utop from the terminal and type A., a list of completions appears at the bottom, including B_submodule, and I can select this.

However, in Emacs this feature appears not to work. If I run opam exec -- dune utop . -- -emacs and do A.B_s and try to use the completion feature, it says "No match." If I just type A and use the completion feature, the completion feature suggests the name-mangled submodule A__B_submodule, but I'd like to be able to use the dot operator appropriately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant