]> git.eshelyaron.com Git - emacs.git/commit
Fix Enchant dictionary finding routine
authorReuben Thomas <rrt@sc3d.org>
Mon, 7 Sep 2020 19:56:58 +0000 (20:56 +0100)
committerReuben Thomas <rrt@sc3d.org>
Mon, 7 Sep 2020 19:56:58 +0000 (20:56 +0100)
commit151486931c82f6af38a912631c9cd41b677aae47
tree7813cab56c0d0a6b6074c194d465937bc238d454
parent0ebe2678002ffb82a25311c56cbc4b8ba3bd5fa1
Fix Enchant dictionary finding routine

* lisp/textmodes/ispell.el (ispell-find-enchant-dictionaries): Don’t
  pass `buffer-string' to enchant-lsmod. Remove zero-length substrings
  from the split output of `enchant-lsmod`, as the output ends with a
  separator. Pass the current language to
  `ispell--get-extra-word-characters', so we get the result for the
  current language, not the default language. (Patch from Jorge P. de
  Morais Neto.)
lisp/textmodes/ispell.el