Mark Triggs <[EMAIL PROTECTED]> writes: > Works beautifully here :o). At the moment it's leaving quite a few > buffers open for the arch-log-library/ files. Can these buffers be > safely killed off at some point?
Yes. The fact that these buffers stay opened is both a lazyness from me and an optimization : When the file exists and is visited by one of these buffers, xtla calls the function find-file-noselect, which should be a bit faster if the file is open. We should rename these buffers " *something*" to avoid pollution of the buffer-list. I'll do that in my next patch. -- Matthieu
