KaniyamFoundation / ProjectIdeas

A Place to write down the project ideas and to plan them
37 stars 3 forks source link

Add tamil99 input method to emacs #186

Closed tshrinivasan closed 1 year ago

tshrinivasan commented 2 years ago

Emacs editor has inbuilt method layouts and selector.

M-x list-input methods 

can list the available methods.

Tamil99 is not there.

image

Explore on how to add tamil99 there and add it.

tshrinivasan commented 2 years ago

https://www.reddit.com/r/emacs/comments/ffg77o/how_to_contribute_an_input_system_to_emacs/

@vanangamudi already started search for it.

tshrinivasan commented 2 years ago

related link - https://scripter.co/gujarati-transliteration/

tshrinivasan commented 2 years ago

related link - https://emacsnotes.wordpress.com/2022/03/07/tamil-phonetic-input-method-in-emacs-emacs-%e0%ae%87%e0%ae%b2%e0%af%8d-%e0%ae%a4%e0%ae%ae%e0%ae%bf%e0%ae%b4%e0%af%8d-%e0%ae%83%e0%ae%aa%e0%af%8a%e0%ae%a9%e0%af%86%e0%ae%9f%e0%ae%bf%e0%ae%95%e0%af%8d/

arunisaac commented 1 year ago

I have a complete and working tamil99 input method at https://git.systemreboot.net/tamil99/about/ It's also packaged for Guix. See https://guix.gnu.org/en/packages/emacs-tamil99-0.1.2/

Maybe, I'll try to get it accepted into emacs upstream. WDYT?

arunisaac commented 1 year ago

I just sent a patch adding the tamil99 input method to bug-gnu-emacs. See https://issues.guix.gnu.org/58070 Since Emacs maintainers are unlikely to know the Tamil language, it would be very helpful if someone here were to provide feedback and catch any shortcomings early. Thanks!

arunisaac commented 1 year ago

The tamil99 input method has now been added to the development version of Emacs. See https://issues.guix.gnu.org/58070#41 This issue may now be closed.

tshrinivasan commented 1 year ago

https://github.com/vizs/tamil99

Here also a solution.

tshrinivasan commented 1 year ago

Thanks @arunisaac for your code and pushing to upstream. It works well.