tags 536091 + upstream tags 536091 + patch thanks Hi,
I have reported this breakage to the upstream authors; I am currently
working with Axel Beckert; so far, we have found this patch to allow
for emacs22 (or emacs23 snapshot) usage:
@@ -486,7 +486,7 @@
(save-excursion
(while t
(beginning-of-line)
- (if (looking-at (eval-when-compile (concat haml-tag-beg-re
"\\([{(]\\)")))
+ (if (looking-at (concat haml-tag-beg-re "\\([{(]\\)"))
(progn
(goto-char (- (match-end 0) 1))
However, it does still die with emacs21. I hope to get answer from
upstream soon(ish?)
--
Gunnar Wolf • [email protected] • (+52-55)5623-0154 / 1451-2244
pgpJEwjBV0D1X.pgp
Description: PGP signature

