You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Anders, I didn't know how else to contact you other than this so here I am creating an issue for a question. I found your blog where you were using zprint for clojure formatting. I have tried using it as well, but without success. My problem is that it looks like Apheleia is calling it's formatters with make-process and that does not work well with shell redirection as far as I could tell.
As you can see, the process exits with status code 1 and what I think happens is that Emacs doesn't know how to do stdin redirection (<) when running a process outside a shell.
Have you had this problem as well? Or do you have any ideas why this is happening?
Hi Anders, I didn't know how else to contact you other than this so here I am creating an issue for a question. I found your blog where you were using
zprint
for clojure formatting. I have tried using it as well, but without success. My problem is that it looks likeApheleia
is calling it's formatters withmake-process
and that does not work well with shell redirection as far as I could tell.Here is my apheleia use-package
And here is what I've tried to reproduce the issue:
As you can see, the process exits with status code 1 and what I think happens is that Emacs doesn't know how to do stdin redirection (
<
) when running a process outside a shell.Have you had this problem as well? Or do you have any ideas why this is happening?
Thanks in advance!
Relevant code from your repo:
.emacs.d/init.el
Lines 732 to 735 in 15a040e
The text was updated successfully, but these errors were encountered: