Mosè Giordano <[email protected]> writes: > Hi Tassilo, > > 2013/6/5 Tassilo Horn <[email protected]>: >> The attached refined version of your patch uses "\\(?:.\\|\n\\)" in >> place of "." to match also newlines. It seems to work, but I didn't do >> extensive testing. > Perhaps you sent the wrong file, this is the same as my patch :-)
Well, there are a few other ways using negative sets, like "[^z-a]" or "\\C\n" or similar. But they may be a bit cute. -- David Kastrup _______________________________________________ auctex-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-devel
