help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs ispell error on windows10 with hunspell


From: Richard LIU
Subject: emacs ispell error on windows10 with hunspell
Date: Fri, 1 May 2020 00:06:57 +0800

Hello,
I encouted an error when try to use hunspell with emacs 26.3 on windows 10.
Please give me some help.
I installed hunspell on D:/Install , and hunspell.exe was in 
D:/Install/hunspell/src/tools/.
The dictionary files: en_US.aff and en_US.dic, were put in 
D:/Install/hunspell/src/tools/.
my config:

(add-to-list 'exec-path "D:/Install/hunspell/src/tools/")
(setq ispell-program-name "hunpell")
;;(setq ispell-program-name (locate-file "hunspell"
;;              exec-path exec-suffixes 'file-executable-p))
(use-package ispell
  :config
  (setq ispell-program-name
        "D:/Install/hunspell/src/tools/hunspell.exe"))

(setq ispell-hunspell-dict-paths-alist
      '(("en_US" "D:/Install/hunspell/src/tools/en_US.aff")))
(setq ispell-dictionary "en_US")
(setq ispell-personal-dictionary "D:/Install/hunspell/src/tools/en_US.aff")


run command [M-x ispell] got error:

Debugger entered--Lisp error: (error "Can't open affix or dictionary files for 
dictionary named \"en_US\".")
  signal(error ("Can't open affix or dictionary files for dictionary named 
\"en_US\"."))
  error("%s" "Can't open affix or dictionary files for dictionary named 
\"en_US\".")
  ispell-init-process()
  ispell-buffer-local-words()
  ispell-accept-buffer-local-defs()
  ispell-region(1 6738)
  ispell-buffer()
  ispell()
  funcall-interactively(ispell)
  call-interactively(ispell record nil)
  command-execute(ispell record)
  counsel-M-x-action("ispell")
  ivy-call()
  ivy-read("M-x " [eww-buffer-select soap-bound-operation-soap-headers 
origami-hide-node-overlay epg-context-signers org-babel-C-utility-header-to-C 
tex-chktex-program package-lint--sane-prefixes vc-git-stash-snapshot 
TeX-command-Biber avy-words epg--status-VALIDSIG org-publish--store-crossrefs 
help-variable gnus-sync org-emphasis-regexp-components 
mml-secure-smime-sign-with-sender gnus-delete-overlay vc-hg--read-u8 
viper-deactivate-input-method-action vc-src-log-switches 
js--expression-in-sgml-indent-line sgml-syntax-propertize web-mode-warning-face 
delphi-column-of cl-print--preprocess org-publish-sanitize-plist 
eieio-class-tag--ede-target edebug-clear-frequency-count 
org-agenda-regexp-filter-preset Franklin\ Gothic\ Demi\ Cond 0 tramp-cleanup 
checkdoc-package-keywords-flag shr-parse-image-data 
soap-element-namespace-tag--cmacro org-man-fixed-width Edebug\ All\ Defs 
org-duration-format & \' :name-match osx-org-clock-menubar tramp-cache-data 
rx-trans-forms ebrowse-ms-definition-pattern--cmacro sgml-tag-name--cmacro 
todo-categories-mode log-edit-set-header expired tramp-gw-open-connection ...] 
:predicate #f(compiled-function (sym) #<bytecode 0x2139921>) :require-match t 
:history counsel-M-x-history :action counsel-M-x-action :sort t :keymap (keymap 
(67108908 . counsel--info-lookup-symbol) (67108910 . counsel-find-symbol)) 
:initial-input nil :caller counsel-M-x)
  counsel-M-x()
  funcall-interactively(counsel-M-x)
  call-interactively(counsel-M-x nil nil)
  command-execute(counsel-M-x)


Thanks a lot!

Yours, 
Richard LIU

发送自 Windows 10 版邮件应用



reply via email to

[Prev in Thread] Current Thread [Next in Thread]