mhayashi1120 / Emacs-langtool

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

Langtool with Emacspeak #54

Open devinprater opened 4 years ago

devinprater commented 4 years ago

Good day,

Emacspeak is a tool for Emacs which allows Emacs to be used by people who are blind. It uses Advise to know what Emacs is doing. I'm trying to use this with Langtool, and it works a little. The issues I'm having are:

So, what I'm asking is, can these two things be fixed? Can lang-tool be used with the function ispell uses for langtool-correct-buffer? And can langtool-show-message-at-point use the regular print function? This works well when the langtool-correct-buffer finishes, and langtool says that there are errors or not, but not when using langtool to show message at point.

I'm sorry if this isn't as specific as you need. I'm not a programmer, just a writer that finds Emacs more useful than any modern text editor. Langtool has been very useful already. I've found uncapitalized sentences, grammar problems, and more that I wouldn't have with other tools.