[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xref and leaving "temporary" buffers open
From: |
martin rudalics |
Subject: |
Re: xref and leaving "temporary" buffers open |
Date: |
Mon, 03 Aug 2015 08:47:34 +0200 |
> We'll need to also catch the moment, somehow, when an "incomplete"
> buffer become displayed as a result of user's action. And "complete"
> its initialization at that point. Would you use
> window-configuration-change-hook for that?
That's too late. The operation in question is `find-file-noselect'
which has to find out whether the file is already visited in some
hidden/incomplete/delayed/retarded way.
martin