-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Description
When I tried running this in Spacemacs I got the following error when using the C-c s t p
command:
(wrong-type-argument char-or-string-p nil)
write-resp-val-to-buf(nil #<buffer *sayid-traced*>)
sayid-setup-buf(nil t nil)
sayid-req-insert-meta-ansi(("op" "sayid-show-traced" "ns" nil))
sayid-show-traced()
sayid-trace-ns-by-pattern()
call-interactively(sayid-trace-ns-by-pattern nil nil)
command-execute(sayid-trace-ns-by-pattern)
I was using the newest development version (develop branch) with the default clojure layer. Sayid was added as an additional package using a melpa recipe from github:
(sayid :location (recipe :fetcher github :repo bpiel/sayid :files ("src/el/*.el")))
How should I fix this?
Metadata
Metadata
Assignees
Labels
No labels