tmalsburg/helm-bibtex

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

taquangtrung opened this issue · 3 comments

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!

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.

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

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.