Fedora linux forum

Форум русской поддержки ОС Fedora linux

 

#1 2007-11-22 09:34:49

xinm
New member
Зарегистрирован: 2007-11-22
Сообщений: 1

emacs и проверка орфографии

Товарищи, помогите настроить в Emacs'е проверку орфографии. Открываю текст с ошибками, навожу курсор на слово с ошибкой, нажимаю M-$. В минибуфере появляется надпись "Error in ispell process". Fedora 8, GNU Emacs 22.1.1
~/.emacs:
(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
'(show-paren-mode t)
'(transient-mark-mode t)
'(tool-bar-mode nil)
'(add-to-list 'load-path "~/emacs")
'(require 'ido)
'(ido-mode t)
'(set-language-environment "Cyrilic-KOI8")
'(codepage-setup 1251)
'(setq spell-command "ispell")
'(setq ispell-dictionary "ru-yo")
'(setq flyspell-default-dictionary "russian")
'(setq ispell-local-dictionary "russian")
'(flyspell-mode t))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
)

Неактивен