AndreLTR
2013-08-15 18:51:39 UTC
Hello,
I run ubuntu and use aspell. Although it works fine in general, I do have a problem using it related to a custom keyset in my .emacs (it is the last part of it),
;; spell options
(setq ispell-program-name "aspell")
(setq-default ispell-program-name "aspell")
(setq-default ispell-extra-args '("--reverse"))
;; ;; dicionario brasileiro ispell
(setq ispell-dictionary "brasileiro")
(global-set-key (kbd "C-c C-x") 'ispell-buffer)
The custom keysets are,
(global-set-key [f6] 'search-all-buffers) ;; search word(s) em todos buffers
(global-set-key [f7] 'spell-buffer) ;; spell buffer
(global-set-key [f8] 'spell-region) ;; spell region
(global-set-key [f9] 'spell-word) ;; spell word
Only the first one of them work. Any suggestions on how to solve it?
TIA,
Andre Luiz
I run ubuntu and use aspell. Although it works fine in general, I do have a problem using it related to a custom keyset in my .emacs (it is the last part of it),
;; spell options
(setq ispell-program-name "aspell")
(setq-default ispell-program-name "aspell")
(setq-default ispell-extra-args '("--reverse"))
;; ;; dicionario brasileiro ispell
(setq ispell-dictionary "brasileiro")
(global-set-key (kbd "C-c C-x") 'ispell-buffer)
The custom keysets are,
(global-set-key [f6] 'search-all-buffers) ;; search word(s) em todos buffers
(global-set-key [f7] 'spell-buffer) ;; spell buffer
(global-set-key [f8] 'spell-region) ;; spell region
(global-set-key [f9] 'spell-word) ;; spell word
Only the first one of them work. Any suggestions on how to solve it?
TIA,
Andre Luiz