all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: weber <hugows@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: extract flyspell errors to abbrev list
Date: Fri, 16 May 2008 13:10:04 -0700 (PDT)	[thread overview]
Message-ID: <3dbcfc60-c37b-4546-90e4-507f525f2acb@d45g2000hsc.googlegroups.com> (raw)
In-Reply-To: g0kd6a$hmj$1@tamarack.fernuni-hagen.de

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	other threads:[~2008-05-16 20:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-16 16:36 extract flyspell errors to abbrev list Fabian Braennstroem
2008-05-16 20:10 ` weber [this message]
2008-05-16 21:38 ` Reiner Steib
2008-05-18  9:39   ` Fabian Braennstroem
2008-05-18 11:48     ` Reiner Steib
2008-05-19 18:42       ` Fabian Braennstroem
2008-05-18 14:03 ` Peter Münster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3dbcfc60-c37b-4546-90e4-507f525f2acb@d45g2000hsc.googlegroups.com \
    --to=hugows@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.