>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> I recently changed InsetBibtex::getKeys() so that it was passed
Angus> a Buffer *. It needed this so that it could set Path
Angus> p(buffer->filepath); without having to use
Angus> current_view->buffer.
Angus> Looking at the code again, I see that "p" is not used to find
Angus> the file path anymore. I'm sure that this is a recent change
Angus> and I seem to remember reading some comments by Jean-Marc in
Angus> the original code about why it was needed.
The effect of the Path p thing is a local chdir. It changes the
current directory, and then restores it when p is deleted. Does this
answer to your question?
JMarc