Closed joostkremers closed 1 week ago
Thank you for this PR. I'll merge it when you give me the green light.
Thanks. I'd like to merge the new parser some time over the weekend. I'll let you know when I do.
I've just merged the new parser and pushed to Github.
Merged. Thank you!!
As I mentioned in issue #452 , I've made some changes to the
parsebib.el
API that affectbibtex-completion.el
. This PR fixes those issues. Obviously, it shouldn't be merged until I push the newparsebib.el
to master.I've only changed the relevant function calls. Given the purpose of
bibtex-completion.el
, it would probably make sense to useparsebib-collect-bib-entries
andparsebib-collect-strings
, but that would require a bigger change (e.g.,parsebib-collect-bib-entries
can do some of the things thatbibtex-completion-prepare-entry
does, it seems), so you probably have a better idea if that's worth it.