Georg Baum schrieb:
Can you please produce a backtrace and the value of name_ that makes the
assertion fail? Without that I don't know how to find the problem.

In buffer::save(), removeAutosaveFile() is invoked with a Windows (i.e. non-POSIX) absolute file name.However, onlyPath() which is called from removeAutosaveFile() can only handle "/" (not "\").

I guess it is not onlyPath() to blame. I guess some external filename isn't converted properly into an internal filename, right?

Michael

PS: This bug is fundamental on Windows and proves that nobody is actually using LyX 1.5.0svn on Windows :-(

Reply via email to