Skip to content

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

Merged
merged 4 commits into from
Feb 7, 2015
Merged

Emacs 23 Fixups #30

merged 4 commits into from
Feb 7, 2015

Conversation

MicahChalmer
Copy link
Contributor

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.)

@rust-highfive
Copy link

r? @nikomatsakis

(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
Copy link
Member

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).

@pnkfelix pnkfelix assigned pnkfelix and unassigned nikomatsakis Feb 7, 2015
pnkfelix added a commit that referenced this pull request Feb 7, 2015
@pnkfelix pnkfelix merged commit 19bc0e9 into rust-lang:master Feb 7, 2015
@vhbit
Copy link

vhbit commented Feb 14, 2015

@MicahChalmer commit 6b57bbf from this PR broken indentation for me (emacs 25) to a completely unusable state.

@MicahChalmer MicahChalmer deleted the emacs23-fixup branch February 15, 2015 05:38
@MicahChalmer
Copy link
Contributor Author

@vhbit do you have a sample of code that breaks? There is #36 which I had trouble reproducing, and I don't know if this is related.

@MicahChalmer
Copy link
Contributor Author

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.

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.

Method chain alignment interacts poorly with comment on previous line: emacs23 support in travis is failing
5 participants