bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5757: The line which causes the bug is 1185


From: Pål de Vibe
Subject: bug#5757: The line which causes the bug is 1185
Date: Wed, 30 Mar 2011 23:08:33 +0100 (BST)

Line 1185:
          ("\\(^\\|[^\\\\]\\)\\(\\\\\\\\\\)*[?$]\\([#\"'`]\\)" 3 (1 . nil))

A workaround (with, to me, uknown consequences) is to remove the question mark from the line, like this:

          ("\\(^\\|[^\\\\]\\)\\(\\\\\\\\\\)*[$]\\([#\"'`]\\)" 3 (1 . nil))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]