[Modify spell-level-scanner to handle spell domains
clinton@unknownlamer.org**20080417173718] hunk ./src/srd-import.lisp 12
-      (:register (:greedy-repetition 3 3 :word-char-class))
+      (:register (:sequence :word-boundary
+			    (:greedy-repetition 3 nil :word-char-class)
+			    :word-boundary))