mhayashi1120 / Emacs-langtool

LanguageTool for Emacs
GNU General Public License v3.0
377 stars 31 forks source link

Is the package still being maintained? #32

Closed justintaft closed 6 years ago

justintaft commented 6 years ago

I've created a fork at https://github.com/justintaft/Emacs-langtool/tree/httpserver

Please let me know if I should create a Pull request. I can create a new package if this package is now not maintained.

mhayashi1120 commented 6 years ago

Great! Please open pull request.

justintaft commented 6 years ago

Hey @mhayashi1120. I've been using my forked version for a bit and it's pretty stable. However, there are some breaking changes:

  1. Users have to install Java 8
  2. Users have to obtain new version of Language Tool
  3. Users have to update custom variables.

If my forked version is merged back into your version, then LangTool may break for users who already have it installed. Refactoring the code to support multiple versions of Language Tool will take some effort, but I'm quite busy and won't have time to do so soon. I had a request to add text-to-speech support for blind users, and I think this would be a great addition and time well spent, rather then spending time on backwards compatibility.

How do you think we should proceed? Should a new repository be created with changes, and a new recipe submitted to Melpa? If needed, I can be the maintainer for the new version. Original credit will be given to you, as it's largely your codebase.

mhayashi1120 commented 6 years ago

Sorry for the late response.

I don't want breaking changes. And don't mind about your fork and new Melpa recipe. Thanks for your consideration.