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

Disable smie-blink-matching-inners locally #449

Merged
merged 1 commit into from
Dec 3, 2019

Conversation

dgutov
Copy link
Contributor

@dgutov dgutov commented Nov 28, 2019

Re-fixes #363 ("hang after RET") in a better way and fixes #440.

It's a subtle bug in SMIE which is triggered by SMIE's grammar having
both "do" and "do:". No fix in sight, and we have to support older
Emacs anyway.

The previous fix for #363 was to break the grammar, crippling show-paren-mode and sexp navigation in elixir-mode buffers.

Please merge this so we can go on ahead with fixing the grammar.

Re-fixes elixir-editors#363 ("hang after RET") in a better way and fixes elixir-editors#440.

It's a subtle bug in SMIE which is triggered by SMIE's grammar having
both "do" and "do:". No fix in sight, and we have to support older
Emacs anyway.
@Trevoke Trevoke merged commit 5920edc into elixir-editors:master Dec 3, 2019
@Trevoke
Copy link
Contributor

Trevoke commented Dec 3, 2019

Thank you!

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.

with syntax causes problems with show-paren-mode Strange hang after RET after do
2 participants