On Fri, Jan 12, 2007 at 03:55:01PM +0100, Georg Baum wrote: > 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).
Believe me, external_path could be completely ditched. However, it is now mostly used for display purposes, apart from the last use of it in insetgraphics.C. But I will not touch it, because I like to wait for the next bug report it will cause (big smiley here). Indeed, the ditched external_path was not causing problems in 1.4.x (just checked). -- Enrico