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

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

bug#16002: an improved input method for Esperanto


From: Lars Ingebrigtsen
Subject: bug#16002: an improved input method for Esperanto
Date: Wed, 24 Feb 2016 14:45:44 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Ivan Shmakov <ivan@siamics.net> writes:

>       … Which is easy to achieve with the quail code MIMEd.
>
>       The question is: the code below doesn’t fit either latin-pre.el
>       or latin-post.el.  Do we perhaps need to split esperanta layouts
>       into a separate esperanto.el package?

I think that sounds like a good idea.

> (quail-define-package
>  "esperanto" "Esperanto" "EO" nil
>  "Esperanto input method without modifiers
> Key translation rules are:
>  X → ?Ĉ   W → ?Ĝ   } → ?Ĥ   { → ?Ĵ   Q → ?Ŝ   Y → ?Ŭ
>  x → ?ĉ   w → ?ĝ   ] → ?ĥ   [ → ?ĵ   q → ?ŝ   y → ?ŭ
> " nil t t nil t nil nil nil nil nil t)

> (quail-define-rules
>  ("X" ?Ĉ)
>  ("W" ?Ĝ)
>  ("{" ?Ĵ)
>  ("}" ?Ĥ)
>  ("Q" ?Ŝ)
>  ("Y" ?Ŭ)
>  ("x" ?ĉ)
>  ("w" ?ĝ)
>  ("[" ?ĵ)
>  ("]" ?ĥ)
>  ("q" ?ŝ)
>  ("y" ?ŭ)
>  )


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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