Enrico Forestieri wrote: > On Thu, Jan 11, 2007 at 08:19:05PM +0100, Georg Baum wrote: > >> Many parts of the LyX code depend on the fact that we use internal paths >> only. Therefore we should fix the external inset to not call >> external_path when building the to_file name. It would be nice if you >> could do that. > > I did that, and also arranged to avoid backslashes in internal paths: > http://www.lyx.org/trac/changeset/16659
Thanks, that is exactly what I had in mind (but did not want to do since I a) could not testb it and b) would not know whether to remove external_path completely or conditionally). Georg