Closed jurta closed 4 years ago
Hi! It would be a nice feature, but I don't use isearch, so I don't know when I will have time to take a deeper look.
Wow, I realized that swiper supports char folding out of the box! The task is getting more real.
P.S. char-fold-include has a setter, so no need to (char-fold-update-table)
manually if set with customize
@jurta Merged, thanks!
Hi @a13
Would it be nice if reverse-im.el also supported reverse mappings in isearch mode as well?
For example, when the buffer contains text like
test
, then using isearch with Cyrillic lettersC-s тест
will find Latin letterstest
.This feature is available now in Emacs 27 using char-fold. Here is sample code that makes this possible.
Do you think it makes sense to integrate this to the package reverse-im.el?