-
Notifications
You must be signed in to change notification settings - Fork 185
Emacs 23 Fixups #30
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
Emacs 23 Fixups #30
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@@ -289,7 +289,11 @@ very very very long string | |||
(rust-test-manip-code | |||
deindented | |||
1 | |||
(lambda () (indent-region 1 (buffer-size))) | |||
(lambda () | |||
;; The indentation will fial in some cases if the syntax properties are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo here (but I'm not going to block merging the PR on this).
@MicahChalmer commit 6b57bbf from this PR broken indentation for me ( |
I found a case where the current code has non-deterministic behavior even in batch mode when running the tests! I'll open another issue with the details rather than posting it at the bottom of this one. But there is definitely a problem here. |
Fix #27 as follows:
Also fixes #28, which was present in all emacs versions (I happened on it while fixing doing the rest of this, then saw that it had been filed as #28 in the meantime.)