Ben> Sure. I am doing so now. Internet. Internet. Internet. I use Ben> all of the above modes, by the way.
>> I see if I turn off Abbrev mode, all is ok. Turning off Flyspell mode >> was not enough. Ben> Do you have an abbrev for "internet"? Do you have something Ben> funny set up to expand words based on the system spelling Ben> dictionary? all I can find in http://jidanni.org/comp/emacs.txt http://jidanni/jidanni.org/comp/gnus_el.txt are (setq dabbrev-case-replace nil) (setq dabbrev-abbrev-char-regexp "\\sw\\|\\s_") ;try it (setq flyspell-use-global-abbrev-table-p t);hush up its bug However, I notice today I'm not having the problem, ...ah ha, until I type internet ESC TAB, whereupon flyspell-auto-correct-word make is become interned and furthermore, from then on, any typing of "internet SPC" will end up with "interned". Perhaps intentional, but too much like Outlook2000 looking out for me or whatever. I see, I don't want flyspell-auto-correct-word to make it an auto-abbrev for the rest of the file or something, even if is OK once.