Fork me on GitHub
#spacemacs
<
2017-08-28
>
donyorm05:08:39

@bpiel so I'm working with sayid in spacemacs again, and I would like to use it with a gui program I'm running. Unfortunately, this makes putting tests in a buffer to run with sayid unpractical. Is there anyway, currently, to get sayid to trace things run from a repl as well?

bpiel10:08:59

@donyorm Just woke up (Philly). What sort of things are you running from the repl? If you called a traced function from the repl, it should work as usual.

donyorm10:08:19

does it work with inner traces as well?

bpiel10:08:13

if there's an inner trace on a function that you call, the function's internals should get captured as usual

bpiel10:08:09

what problem are you running into?

donyorm10:08:29

Must have been doing something else wrong

donyorm10:08:44

I thought the tracing wasn't working, but it was probably my error 🙂

donyorm10:08:20

If I run into the issue again I'll let you know/try to collect enough data to report a bug

bpiel10:08:44

Sounds good. thanks

jstew14:08:36

I'm using spacemacs in holy-mode and I hate evil-lisp-state. Is there a way to use paredit or something else instead?

ag18:08:32

@jstew smartparens included. paredid as well, define your own bindings

ag18:08:00

use these: sp-forward-symbol sp-backward-symbol sp-forward-symbol sp-backward-symbol sp-forward-sexp sp-backward-sexp sp-forward-sexp sp-backward-sexp

jstew19:08:03

Thanks! That would do the trick, I was hoping for something out of the box. Ah well.