Angus Leeming wrote: > Georg Baum wrote: >> I found no clean and easy way to make >> CreateBufferTmpDir() always succeed, so I gave up on that. However, >> I made CreateLyXTmpDir() always succeed by exiting if the temp dir >> could not be created. > > The buffer tmp dirs are sub directories of LyXTmpDir. If you can > create LyXTmpDir yet fail to create BufferTmpDir then I suspect that > lyx should refuse to open the buffer and should probably exit with a > very loud complaint.
Do you mean that exiting from within the buffer constructor is ok? This would be easy. Georg