plantarum / bibtex-utils

An Emacs package providing additional features for working with BibTeX files & citations
19 stars 4 forks source link

Fix argument issue #2

Closed syohex closed 9 years ago

plantarum commented 9 years ago

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?

syohex commented 9 years ago

How did you find this?

By byte-compile.

Package has no dependency

  1. emacs -Q
  2. Open dired(C-x d etc)
  3. B(dired-do-byte-compile)

Compilation buffer is popup-ed if there are warnings or errors.

Package has dependencies

I recommend you to use Cask for installing dependencies.

  1. Write Cask file as below
  2. Install dependencies by cask
  3. cask exec emacs -Q
  4. Open dired(C-x d etc)
  5. B(dired-do-byte-compile)
(source gnu)
(source melpa)

(package-file "bibtex-utils.el")