Re: Thank you Eli for your work on bidi!
TAKAHASHI Naoto <[email protected]> Mon, 26 Jul 2010 09:32:57 +0900
| Newsgroups | gmane.emacs.bidi |
|---|---|
| Message-ID | <[email protected]> |
Eli Zaretskii writes: > Here's one more: > . Provide a command to convert a region of text from English to a > non-English script, using input method key remapping. I have already written such a one. Excerpt from lisp/international/robin.el: ;; Robin is a new input method for GNU Emacs. It has three ;; functionalities: ;; 1. It serves as a simple input method. When the user types an ASCII ;; key sequence, robin converts it into a string. This functionality ;; is most likely used to input non-ASCII characters. ;; 2. It converts existing buffer substring into another string. ;; This functionality is similar to the 1. above, but the input is ;; buffer substring rather than key strokes. ... -- TAKAHASHI Naoto