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

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

Re: how to create new input method?


From: Ted Zlatanov
Subject: Re: how to create new input method?
Date: Thu, 10 Jul 2008 07:39:42 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

On Thu, 10 Jul 2008 00:32:56 -0700 (PDT) Tamas <tkpapp@gmail.com> wrote: 

T> I would like to create a new input method for MULE because none of the
T> existing ones are well-suited to Hungarian (which has long double
T> acute accents like ő and ű).

T> I just need the following prefix mappings (for small and capital
T> vowels):

T> ' + aeuio => these letters with single acute accent
T> " + ou => these letters with umlaut
T> ~ + ou => these letters with double acute accent

T> Could someone please get me started with some template code that I
T> could put in my .emacs file and would create this input method?  I can
T> figure out the details (character mappings etc).

Look under leim/quail for a bunch of input methods.  I've worked on
cyrillic.el so I don't know about Hungarian, but you can use any Latin
input method easily as a starting point.

Ted


reply via email to

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