Wrong parenthesis in rx at nxhtml-update-mark-today

Bug #292393 reported by Daniel Clemente
2
Affects Status Importance Assigned to Milestone
nXhtml
Fix Released
Medium
Unassigned

Bug Description

This causes the error: Unknown rx form `nil'

See this patch against nxhtml 1.60 (the latest one at the web site):

diff --git a/.emacs.d/nxhtml/nxhtml/nxhtml.el b/.emacs.d/nxhtml/nxhtml/nxhtml.el
index 9c20ad0..5b4acef 100644
--- a/.emacs.d/nxhtml/nxhtml/nxhtml.el
+++ b/.emacs.d/nxhtml/nxhtml/nxhtml.el
@@ -2880,9 +2880,9 @@ The mark has this form
     (while (re-search-forward (rx
                                "<!-- today -->"
                                (submatch (0+ anything))
- "<!-- end today -->"
- "<!-- end today -->")
                                 nil t)
- (replace-match date-str nil nil nil 1)))
- (replace-match date-str nil nil nil 1))
     (goto-char here)))

 (defun nxhtml-rollover-insert-2v ()

Revision history for this message
lborgman (lennart-borgman) wrote :

Thanks Daniel, this will be in 1.61.

Changed in nxhtml:
status: New → Fix Committed
Changed in nxhtml:
importance: Undecided → Medium
Changed in nxhtml:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.