Open
Description
Expected behavior
Proper code indentation
Actual behavior
Message/error Wrong type argument: number-or-marker-p
Steps to reproduce the problem
Install the emacs from the native-comp
branch, commit 64425ee0d
and try to indent any clojure code
Environment & Version information
distro Arch Linux Linux 5.11.6-1-ck-skylake x86_64
emacs 28.0.50 pgtk-nativecomp 64425ee0d ~/.emacs.d/
doom 2.0.9 grafted, HEAD -> develop, origin/develop, origin/HEAD 46dedb3 2021-03-13 16:35:21 -0500 ~/.doom.d/ -> ~/.doom.d/
clojure-mode version
5.13.0
Emacs version
emacs 28.0.50 pgtk-nativecomp 64425ee0d
Operating system
Arch Linux
I'm far from an elisp
hacker and I have no idea if the problem is on the clojure-mode
side or somewhere else, but after remove (,mothod)
fromt this line everything works. With this, method
"resets" and becomes nil
. I have no idea and I don't understand why.