I have a number of text and org documents that contain Greek and Hebrew text. I want to be able to search these in Emacs using isearch but I also want Emacs to ignore all accents and diacritics. I found a solution to this problem years ago but forgot what it is. Any help would be appreciated.
1 Answer
To toggle whether or not the search will consider similar and equivalent characters as a match, type M-s '.
Source : https://www.gnu.org/software/emacs/manual/html_node/emacs/Special-Isearch.html
-
1It appears that one cannot disable character folding in a regexp search, only a regular search.edman– edman2019-10-03 04:38:36 +00:00Commented Oct 3, 2019 at 4:38