tmalsburg / helm-bibtex

Search and manage bibliographies in Emacs
GNU General Public License v2.0
464 stars 74 forks source link

Helm-bibtex always report `Done (re)loading bibliography.` even when the bib file isn't changed? #354

Open taquangtrung opened 3 years ago

taquangtrung commented 3 years ago

Hi,

When I compile my Latex project in Emacs, helm-bibtex always displays a message Done (re)loading bibliography., event when the bib file isn't changed.

Could you advise how to prevent that message from appearing?

Here is the message that I got during the compilation.

Type ‘C-c C-l’ to display results of compilation.
LaTeX: successfully formatted {14} pages
Done (re)loading bibliography.

The message Done (re)loading bibliography. will immediately erase the previous message, which informs whether the compilation is successful or not.

Thank you very much!

tmalsburg commented 3 years ago

This shouldn't happen and doesn't happen on my system. Could you please make a minimal reproducible example that works with emacs -q? That would help me track down what's causing this issue.

taquangtrung commented 3 years ago

I'm using Spacemacs. Perhaps, it is caused by Spacemacs? I will try to debug further...

tmalsburg commented 3 years ago

I'm using Spacemacs. Perhaps, it is caused by Spacemacs?

Could be. Not familiar with Spacemacs. I'm using vanilla Emacs with my own config.

I will try to debug further...

Thanks.