답변:
찾고있는 변수는 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)
Emacs 함수를 찾을 수 없을 때마다 C-h f
(또는 변수 :)를 기억하십시오 C-h v
. 프롬프트에 들어가면을 ( ispell
를) Describe function
알려주며 ispell is an interactive compiled Lisp function in 'ispell.el'.
일반적으로 원하는 것을 찾을 수 있습니다.
ispell 설치에만 brew를 사용 하고이 유형의 dmg에서 emacs 를 설치 하고 도크의 아이콘에서 emacs를 실행하더라도 OS X는 경로에 항목을 캐시하므로 로그 아웃하고 다시 로그인해야합니다. ispell이 즉시 표시되지 않습니다. 이 정보가 당신에게 뉴스가 아니라면 어쨌든이 문제를 해결할 수 있습니다.