reverse-im.el
reverse-im.el copied to clipboard
Hi. I remember trying this package couple of years ago and it worked well (but probably it was Doom Emacs). But currently, for vanilla Emacs, it doesn't work at all...
I have "C--" bound to text-scale-decrease. On Russian Typewriter layout, C-2 decreases the text size instead of a digit argument. Not sure if you can fix this. You probably know...
I use Russian layout. This exists https://www.emacswiki.org/emacs/WritingRussianWithDvorak but it turns Dvorak into Russian, not the reverse. Is this compatible with your project? I might write a layout for that.
Hi @a13 I use 'arabic' for ''reverse-im-input-methods' in my '.emacs' file as following: ``` (require 'reverse-im) (add-to-list 'reverse-im-input-methods "arabic") (reverse-im-mode t) ``` Everything works fine except for C-b (backward-char) and...
"," in Russian correspond to Shift+"/" in English qwerty keyboard. As a result, "C-c C-," is translated into "C-c C-?" in English layout as well while it should not. Strangely,...
It seems that latest commits changed behaviour of `reverse-im--translate-char` in strict mode. And this breaks `reverse-im-read-char-include/exclude` functions.
It always triggered when `reverse-im-read-char-advice-function` option is set, even if mu4e excluded/not included. Mu4e don't have to be configured with more than one mail context, one will trigger the error...
When trying to jump to a non-latin string using `avy-goto-char-timer` I am typing cyrillic characters but those are translated by `reverse-im`. Functions like `avy-goto-char-timer` use two separate calls to `read-char`,...