Closed syohex closed 9 years ago
How did you find this?
By byte-compile.
emacs -Q
C-x d
etc)B
(dired-do-byte-compile
)Compilation buffer is popup-ed if there are warnings or errors.
I recommend you to use Cask for installing dependencies.
cask
cask exec emacs -Q
C-x d
etc)B
(dired-do-byte-compile
)(source gnu)
(source melpa)
(package-file "bibtex-utils.el")
Thanks. How did you find this? It's an obvious mistake in retrospect. Is there a tool that detects such things, or did you just try to use the broken code and find the error directly?