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 _______________________________________________ emacs-bidi mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-bidi
