On 30 Aug 1999 14:58:16 +0200, Lars Gullik Bj°nnes wrote:

>"Arnd Hanses" <[EMAIL PROTECTED]> writes:
>
>| in buffer.C is a destructor method 
>| 
>|      Buffer::~Buffer()
>| [...]
>|              if (!tmppath.empty()) {
>|                      DestroyBufferTmpDir(tmppath);
>|              }
>| [...]
>| 
>| I'm not sure, only suspect this destructor runs sometimes before LaTeX
>| is invoked.
>
>This is only run when you close a buffer.

So a problem with destroying tmpdir might arise when reloading an
already open file (dismissing changes), which would close the buffer
and reopen it. Pipelining then to the same (already open) instance of
Xdvi might confuse it?

I'll need time to check where the problem might be hidden.

Greets,

        Arnd

Reply via email to