>>>>> "Richard" == Richard Heck <[EMAIL PROTECTED]> writes:
Richard> The attached patch fixes this bug: crash on attempt to load Richard> non-existent included document. The problem was that the Richard> parent name of the current buffer was being set even if the Richard> document was not loaded (hit "cancel") and, if the document Richard> is not loaded, then the current buffer doesn't change, which Richard> means we're setting the parent name of the current buffer to Richard> be that of the current buffer, which leads to a loop. The fix Richard> is trivial once the problem is identified. Richard> Seeking two OKs to commit. This looks good. JMarc