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
I made some changes to parsebib's internals, which involved changing some function signatures. parsebib-read-entry was among these.
The update of Ebib should also have pulled in the new version of parsebib. I don't know why that did not happen in your case, but if you upgrade to the latest version, things should be fine.
I'm using Doom Emacs and I recently ran an upgrade. Now Ebib won't open .bib files. It gives me the following error:
(wrong-number-of-arguments #<subr parsebib-read-entry> 0)
Looking at the signature of
parsebib-read-entry
, it expects to receive at least one argument:(parsebib-read-entry TYPE &optional ...)
The problem seems to be in
ebib--bib-read-entry
which is callingparsebib-read-entry
with no arguments:(let* ((beg (point)) (entry (parsebib-read-entry))) ...
Possibly related to this issue that you created on helm-bibtex?
The text was updated successfully, but these errors were encountered: