Severity: wishlist Tags: patch [ resent from http://lists.gnu.org/archive/html/emacs-devel/2009-06/msg00094.html ] Hi, all I have attached a patch that enables you to use lookaround assertion in regexp with following syntax: * Positive lookahead assertion \(?=...\) * Negative lookahead assertion \(?!...\) * Positive lookbehind assertion \(?<=...\) * Negative lookbehind assertion \(?