-
Notifications
You must be signed in to change notification settings - Fork 347
Officially support only Emacs 24.3 and later #1277
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
Conversation
Well, current master does not work with 24.2 so it would be a problem to claim it does. |
I suppose so. I was thinking that there should be a recent stable release that does support 24.1/24.2. Perhaps you could edit an older tag to include that info? Actually, it turns out that haskell-mode v13.18 also has the error I mentioned here in 24.1. Turns out that it's because |
We can include this information in the manual. We have one paragraph about Emacs 23, we can have more. |
So, can you:
? This would clean up most glaring syntax problems. |
What should it say? That 13.16 is the last version to support <24.3 or 13.18? As it stands 13.18 doesn't. |
13.16 |
Now the manual just points to 13.16 as the latest version for 23/24.1/24.2 support. The setq-local/defvar-local stuff was done with a query-replace-regex, but it should be fine. |
Can now use these macros as support only goes back to 24.3.
@gracjan The release descriptions for 13.16 and 13.18 should probably get updated to match the manual. |
@gracjan Ah, also, are there any plans for the NEWS file? It hasn't been updated for a while. |
I don't have energy for that. If you want to fix it then there is 15 months of Haskell Mode reports as a source material. |
Closes #1218
Perhaps this should be merged after a new stable release has been created. Then in the readme there can be a link to the stable release saying "This is the last version that sort-of supports 24.1/24.2".