* how to create new input method?
@ 2008-07-10 7:32 Tamas
2008-07-10 12:39 ` Ted Zlatanov
0 siblings, 1 reply; 3+ messages in thread
From: Tamas @ 2008-07-10 7:32 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
I would like to create a new input method for MULE because none of the
existing ones are well-suited to Hungarian (which has long double
acute accents like ő and ű).
I just need the following prefix mappings (for small and capital
vowels):
' + aeuio => these letters with single acute accent
" + ou => these letters with umlaut
~ + ou => these letters with double acute accent
Could someone please get me started with some template code that I
could put in my .emacs file and would create this input method? I can
figure out the details (character mappings etc).
I am using Emacs 23.0.0.1.
Thanks,
Tamas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how to create new input method?
2008-07-10 7:32 how to create new input method? Tamas
@ 2008-07-10 12:39 ` Ted Zlatanov
2008-07-14 11:13 ` Tamas K Papp
0 siblings, 1 reply; 3+ messages in thread
From: Ted Zlatanov @ 2008-07-10 12:39 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how to create new input method?
2008-07-10 12:39 ` Ted Zlatanov
@ 2008-07-14 11:13 ` Tamas K Papp
0 siblings, 0 replies; 3+ messages in thread
From: Tamas K Papp @ 2008-07-14 11:13 UTC (permalink / raw)
To: help-gnu-emacs
On Thu, 10 Jul 2008 07:39:42 -0500, Ted Zlatanov wrote:
> 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.
Thanks Ted,
Indeed it was really easy to do.
Tamas
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-07-14 11:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-10 7:32 how to create new input method? Tamas
2008-07-10 12:39 ` Ted Zlatanov
2008-07-14 11:13 ` Tamas K Papp
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.