Xah Talk Show 2025-07-01 Ep672 Make Spell Checking in Emacs Windows Work Again, Part 2

xah talk show ep672 1c4bc
xah talk show ep672 1c4bc
xah talk show ep672 2025-07-01 1e68b
xah talk show ep672 2025-07-01 1e68b

just a simple one-time payment of $100 dollars to Xah Lee, and you'll become a good person.

(setq ispell-program-name "d:/bin/ezwinports/bin/hunspell.exe")
(setq ispell-local-dictionary "en_US")

(setq ispell-local-dictionary-alist
'(("en_US" "[[:alpha:]]" "[^[:alpha:]]" "[']" nil ("-d" "en_US") nil utf-8)))

(when (boundp 'ispell-hunspell-dictionary-alist)
  (setq ispell-hunspell-dictionary-alist ispell-local-dictionary-alist))
(setq hunspell-default-dict "en_US")
xah talk show ep672 2025-07-01 spell checking 189ed
xah talk show ep672 2025-07-01 spell checking 189ed

Emacs on Microsoft Windows, Make Spell Checking Work