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

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

Re: extract flyspell errors to abbrev list


From: weber
Subject: Re: extract flyspell errors to abbrev list
Date: Fri, 16 May 2008 13:10:04 -0700 (PDT)
User-agent: G2/1.0

On May 16, 1:36 pm, Fabian Braennstroem <f.braennstr...@gmx.de> wrote:
> Hi,
>
>     I am writing a lot of text in German using
>     auctex-cdlatex and flyspell, which works fine, except
>     that I use an american keyboard layout and have trouble
>     to insert German umlaute. Actually I just want to type
>     the american work-around like 'ae' for 'ä' and replace
>     it using abbrevs. The problem with this is that I would
>     have to create an abbrev for every german word with
>     umlaute... so, is there a way to let abbrev lern from
>     the displayed mistakes of flyspell? Or is there another
>     nice way to create umlaute without switching the
>     keyboard?
>
> Greetings!
>  Fabian

What about adding a key combo for inserting ä ?
(global-set-key (kbd "M-a") (lambda () (interactive) (insert "ä")))

Cheers
Hugo


reply via email to

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