help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Spelling and spell-checking


From: Thorsten Grothe
Subject: Re: Spelling and spell-checking
Date: Fri, 11 Mar 2016 15:31:52 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

Hi,

Am 11.03.2016 um 12:53 schrieb Sharon Kimble:
How can I have words that I type be auto-corrected to what I want
please? I'm specifically thinking of words like these -

--8<---------------cut here---------------start------------->8---
im = I'm
ive = I've
thats = that's
Thats = That's
cant = can't
monday = Monday
tuesday = Tuesday, etc
--8<---------------cut here---------------end--------------->8---

and other specific words.

I have configured flyspell like this:

(setq flyspell-abbrev-p t)
(setq flyspell-use-global-abbrev-table-p t)

I'm german, when I have a word like "autobaahn" flyspell suggests "Autobahn", when I accept the suggestion, flyspell puts the word in the global-abbrev-table and saves it. Next time I write "autobaahn" the word is corrected automatically to "Autobahn"

P.S. You can edit the abbrev-table and set your preferred auto-corrections per hand if you like.

Regards
Thorsten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]