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


- electronic-mail
just a simple one-time payment of $100 dollars to Xah Lee, and you'll become a good person.
- Why the Environment Variable System is Bad
- Elisp: exec-path, External Program Search Paths
- Windows: Environment Variable Tutorial
- Linux by Command Line
(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")
