y'a moyen de dire à #flyspell dans #emacs de ne pas proposer de correction pour les propriétés de fichiers orgmode ? c'est codé avec le cul staffaire, et quiconque prétend que c'est nickel pour écrire des textes dans orgmode devrait arrêter le whisky au petit déjeuner.
en tous cas sans configuration, de base c'est plutôt daubé.
info dump. In Emacs with Emacspeak, default spell checking sucks. So, you need flyspell, flyspell-correct, flyspell-correct-helm, flyspell-correct-ido, or flyspell-correct-popup. I use helm, so get flyspell-correct and flyspell-correct-helm, then in .emacs.el:
(require 'flyspell-correct)
(require 'flyspell-correct-helm)
(define-key flyspell-mode-map (kbd "C-;") 'flyspell-correct-wrapper)
Then, in a buffer, do Control + Semicolon, and there's Helm ready to go. Arrow down through and press Enter on the correction you want. You can also hit Right arrow to see further options, and up or down arrow through those too accept the misspelling, save it to the user dictionary, all that. Really simple.
#emacs #emacspeak #helm #flyspell #flyspell-correct #foss #linux #accessibility #blind
Update: I fixed it.
I had Jinx, Hunspell, and Flyspell going off at the same time. For some reason, "I've" is "incorrect" in the British dictionary? I just took out Jinx and Flyspell (disabled it) completely and I'm just using Hunspell for now. We'll see if that works. I have 3 dictionaries on it: en_US, en_GB, fr (for French).