Hi Arashi, >>>>> Arash Esbati <[email protected]> writes: > Gentlemen, any update about my suggestion below or how we should > proceed?
Sorry for not being able to respond actively. > Arash Esbati <[email protected]> writes: >> texmathp-toggle-regexp >> ;; Next line changed: >> ;; (concat "\\([^\\$]\\|\\`\\)" >> (concat "\\(\\`\\|\\)" I have a question with regard to this regexp "\\(\\`\\|\\)". The first alternative \' matches zero-width string at BOB, and the second alternative, namely empty string, matches any zero-width string. So I think this regexp is actually equivallent to just a single empty string. This always matches the zero-width string at the point beginning the search. Am I missing something? Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopGenocide #CeasefireNOW #IProtestAgainstTrumpAndNetanyahu'sAttackOnIran,WhichViolatesInternationalLaw _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
