laotse
laotse
If I change the default value in `languagetool-server.el` i.e., line 67: `(defcustom languagetool-server-url "http://languagetool.example.com"`, then it works as expected. It's just the setting in `.emacs`, which is apparently ignored.
When I start-up `emacs` none of the `languagetool-` variables are known. After pressing ``, ` languagetool-server-url` exists, but has its default value. Manually setting it after the system has been...
Hello @PillFall, the issue may affect other variables as well. It's just that I have only `languagetool-server-url` set to a non default value. All the rest are default. Concerning issue...