eldev
eldev copied to clipboard
Elisp development tool
I'm creating an issue for this instead of just implementing it, since I would like to see comments from people who use Eldev in this case. If it is at...
Trying to run `eldev emacs --fg-daemon` I notice two problems compared to running same emacs command without eldev. 1. `Ctrl-c` will leave the emacs process running 2. The output is...
Hi, the [cider project](https://github.com/clojure-emacs/cider) circle ci windows tests started to unexpectedly fail recently , caused by what it appears to be extra space in the output of the child process...
Hi, I am trying out Eldev for the first time and I am really liking it so far. However, I think I may have stumbled upon a bug when trying...
My project's files are located in elisp/. When I run `eldev init` in the project root, it says - ``` $ eldev init This directory doesn’t seem to contain a...
I would like to give a little feedback from the perspective of a beginner. I have never written a emacs package. Hence I do not know every little detail and...
[indent-lint](https://github.com/conao3/indent-lint.el) is a package that checks that every line of an Emacs lisp file is properly indented. It would be great to add support for indent-lint in eldev. [makem.sh](https://github.com/alphapapa/makem.sh/blob/master/makem.sh) has...
`doctest.el` brings Python doctest functionality to Elisp. The [original repository](https://github.com/riscy/doctest) hasn't been update in some years and has [some issues with non-interactive usage](https://github.com/riscy/doctest/pull/2). However, this has been addressed in [this...
I have a fairly simple project that I would like to set up that requires a dependency that isn't hosted on a package manager. It seems this is becoming more...
Hi, could you please consider patch to add a new doctor check for the compatibility of `tar` on MS-Windows. It addresses #50. It returns the following warn when it can't...