eudoxia0/lucerne

creating a new defview

mfiano opened this issue · 3 comments

If I write a new defview with the @route reader macro, it is not added to the routing table upon C-c C-c. However, If I restart my Lisp image, it's displayed in my web browser. Is there something I must do to iteratively define pages?

Slime didn't include the @route part until I installed "slime-annot" in Emacs. Then I started getting
The variable @route is unbound.
[Condition of type UNBOUND-VARIABLE]

+1. How to do that ? Is there an alternative syntax ? It's a blocking point :/

guys, I picked this on caveman:

(syntax:use-syntax :annot) 
;; instead of (annot:enable-annot-syntax)

it doesn't appear on cl-annot doc, but it works. I can C-c C-c new routes.