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

Remove attempt to be smart with company completion #192

Merged
merged 1 commit into from
May 10, 2023

Conversation

non-Jedi
Copy link
Contributor

This just causes issues as seen with #188 (comment). If you're choosing to install a fairly dramatic departure from standard emacs completion like company, you can't expect things like julia-mode to go out of their way to accomodate the ways company breaks normal emacs completion.

The alternative would be to instead manually check tab-always-indent within julia--company-indent-for-tab-command, but I still feel like this would cause more confusion than it cures.

This just causes issues as seen with JuliaEditorSupport#188 (comment). If you're choosing to install a fairly dramatic departure from standard emacs completion like `company`, you can't expect things like `julia-mode` to go out of their way to accomodate the ways `company` breaks normal emacs completion.

The alternative would be to instead manually check `tab-always-indent` within `julia--company-indent-for-tab-command`, but I still feel like this would cause more confusion than it cures.
Copy link
Collaborator

@tpapp tpapp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with the reasoning. LGTM, thanks!

@tpapp tpapp merged commit b35e668 into JuliaEditorSupport:master May 10, 2023
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

Successfully merging this pull request may close these issues.

2 participants