Fork me on GitHub
#emacs
<
2015-10-22
>
bozhidar05:10:08

this is working properly (such output is redirected to the REPL) in the 0.10-snapshot

bozhidar05:10:28

in 0.9.1 your missing output is likely in the *nrepl-server* buffer (if you’re using cider-jack-in)

aaelony15:10:02

thanks @bozhidar, will look for it there and upgrade when 0.10 comes out.

andrea.crotti16:10:01

hi everyone, I'm trying to call an elisp function as post-save hook

andrea.crotti16:10:14

but I'd like to do it in only one file

andrea.crotti16:10:24

any way to change the hook only locally?

andrea.crotti17:10:10

mm @jfntn then maybe also file local variable?

andrea.crotti17:10:20

another alternative would be to bind compile-command

jfntn17:10:31

@andrea.crotti: ha yes indeed, the idea would be the same as described in the SE answer