Hi Keita, Ikumi Keita <[email protected]> writes:
>>>>>> Arash Esbati <[email protected]> writes: > > Sorry for not being able to respond actively. No problem, and sorry for pinging! >>> 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? You aren't missing anything, and your description above is absolutely accurate. I just wanted to open the discussion if we want to go the route I suggested, and if that solves the issue for Gabriele, so I really didn't touch that regexp (I was in a hurry anyways). So should we do this, WDYT? If so, I can prepare a better patch you can review. Best, Arash _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
