Ticket #1802 (new defect)
Opened 9 years ago
Scribble Emacs Mode Installation Issue.
Reported by: | jhemann | Owned by: | neil |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | neil/scribble-emacs.plt | Keywords: | installation |
Cc: | Version: | (1 3) | |
Racket Version: | 6.2 |
Description
The installation instructions in the Racket Scribble Emacs Mode documentation didn't work for me.
(require (planet neil/scribble-emacs:1:2/install-in-my-emacs))
crashed because the regexp on line 55 didn't match. I changed the regexp to the following:
(regexp-match #rx"([0-9]+-..-..T)(..:..:..)$"
and that worked.
Note: See
TracTickets for help on using
tickets.