ispell-program-nameตัวแปรที่คุณกำลังมองหาอยู่ สิ่งนี้ในของคุณ.emacs:
(setq ispell-program-name "/path/to/ispell")
หรือใช้M-x set-variableเป็นต้น
อ้างอิง:
จากแหล่งสู่ ispell.el
(defcustom ispell-program-name
(or (locate-file "aspell" exec-path exec-suffixes 'file-executable-p)
(locate-file "ispell" exec-path exec-suffixes 'file-executable-p)
(locate-file "hunspell" exec-path exec-suffixes 'file-executable-p)
"ispell")
"Program invoked by \\[ispell-word] and \\[ispell-region] commands."
:type 'string
:group 'ispell)
ดูเพิ่มเติมที่: http://emacswiki.org/emacs/InteractiveSpell
เมื่อใดก็ตามที่คุณไม่สามารถหาฟังก์ชั่น Emacs จำC-h f(หรือตัวแปร: C-h v) เข้าสู่ispellที่Describe functionพรอมต์บอกคุณว่าispell is an interactive compiled Lisp function in 'ispell.el'.และจากที่นั่นคุณจะสามารถค้นหาสิ่งที่คุณกำลังมองหา