Emacs cannot find flyspell/ispell

后端 未结 3 984
春和景丽
春和景丽 2021-02-02 11:50

On my Mac (Snow Leopard, 10.6.8), I\'m using a modified version of Emacs 24.2 provided here to utilize Emacs Speaks Statistics (ESS) from the downloads page. Emacs works, but I

3条回答
  •  轮回少年
    2021-02-02 12:49

    I used homebrew to install ispell and apsell and would get which ever one I set in ~/.emacs with

    [iMac ~]$ cat .emacs
    (setq ispell-program-name "/usr/local/bin/aspell")
    

    There is a similar discussion of this here

提交回复
热议问题