If I have multiple windows open and execute a search via M-x gscholar-bibtex, the content of the wrong buffer is sometimes overwritten.
The issue occurs when a search is conducted, the search results buffer is left open, and then a second search is conducted. If the focus is in another window, distinct from the window holding the gscholar-bibtex Search Results buffer, and the second search is initiated at that point, the content of that buffer (not the already-open search results buffer) is erased and replaced with the new search results.
Steps to reproduce:
open several windows with different buffers including x.tex (or some other dummy file)
M-x gscholar-bibtex
search for something
leave the gscholar-bibtex Search Results buffer and containing window open
move the focus/pointer to another window containing x.tex
M-x gscholar-bibtex
conduct search
The desired outcome: the gscholar-bibtex Search Results should be updated with the new search results.
Observed behavior: the buffer corresponding to x.tex has its content erased and then the search results are written to that buffer.
If I have multiple windows open and execute a search via
M-x gscholar-bibtex
, the content of the wrong buffer is sometimes overwritten.The issue occurs when a search is conducted, the search results buffer is left open, and then a second search is conducted. If the focus is in another window, distinct from the window holding the gscholar-bibtex Search Results buffer, and the second search is initiated at that point, the content of that buffer (not the already-open search results buffer) is erased and replaced with the new search results.
Steps to reproduce:
M-x gscholar-bibtex
M-x gscholar-bibtex
The desired outcome: the gscholar-bibtex Search Results should be updated with the new search results.
Observed behavior: the buffer corresponding to x.tex has its content erased and then the search results are written to that buffer.
17 might resolve this.