I am using flymake with pyflakes to check my python code and flyspell to check my strings and comments. I want to have one function which will go to the next error, or will display information about the error if currently at an error. How would I write this function?
...
I'd like to make flyspell aware of certain words I use frequently--like foreign proper names, etc. But I don't want flyspell to think that this list is a complete dictionary; rather I'd like it to take the union of this list and its default dictionary.
How can I do this?
...
It sounds easy but I can't fix it: I want to permanently disable automatic spell-checking in emacs. There must be a simple line for my init.el. Can somebody help me?
...
I need to install/run flyspell mode on emacs/w32.
I installed ispell for windows from this site, and then I followed the procedure written in here.
I downloaded the flyspell-1.7a.el to rename it as flyspell.el, and copied it to the load-path directory.
I modified the .emacs
;;; http://www-sop.inria.fr/members/Manuel.Serrano/flyspel...