Markus Gritsch <[EMAIL PROTECTED]> writes: > As Sean pointed out, it would also be convenient in such cases like > Regexps handling. > > Python for example has beside of the normal string also a notation for > a raw string: > > regex = r'^.*\n'
Which still needs a delimiter, and you used \n which is _not_ regexp syntax. Now regex = 4H^.* (notice the literal newline) would be retro-chic. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel