分页: 1 / 1

求教Emacs中flyspell的使用方法

发表于 : 2010-11-03 0:04
yzcwestlife
我正试着用flyspell,可是总是M-x flyspell-word后总是提示“Error: No word lists can be found for the language "zh_CN"”.
貌似好象是没法找到中文词库,可是我只是享用它查找我些英文文章中的错别字啊,中文不用检查的。。。。。 请问怎么解决这个问题?

Re: 求教Emacs中flyspell的使用方法

发表于 : 2010-11-05 23:04
wenstream
添加

代码: 全选

;; use apsell as ispell backend
(setq-default ispell-program-name "aspell")
;; use American English as ispell default dictionary
(ispell-change-dictionary "american" t)