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

Revert "Make the idle timer not be buffer local" #121

Conversation

joaotavora
Copy link
Contributor

This reverts commit cc8da01.

Since this commit, interaction with flymake-mode in .el buffers (and probably some other modes) is broken.

To reproduce:

emacs -Q -l aggressive-indent.el -f global-aggressive-indent-mode aggressive-indent.el -f flymake.mode ;; use the aggressive-indent.el file itself as a test fixture
C-s s t r i n g p ;; search forward to an appropriate sexp (should land you around line 176)
C-M-u ;; to go to the beginning of this sexp
C-M ;; newline

The form is not indented as desired.

If I revert the commit, everything is OK.

@joaotavora
Copy link
Contributor Author

By the way, this has no relation to #119, it happens with and without that change.

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.

1 participant