Re: [PATCH] os::external_path --> latex_path

2005-04-11 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> It certainly seems reasonable to do this incrementally, so: Angus> * Use GetLongPathName on the result of GetTempPath * Use Angus> latex_path to wrap any references to external files, rather Angus> than external_path. * Fix os_win3

Re: [PATCH] os::external_path --> latex_path

2005-04-11 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Jean-Marc> What I am wondering about right now is where your ~ came > Jean-Marc> from. Obviously, your temp path contains dos-style paths > Jean-Marc> whereas it should not. What about fixing this first? > > More precisely, what about using GetLongPathName > http:/

Re: [PATCH] os::external_path --> latex_path

2005-04-11 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> What I am wondering about right now is where your ~ came Jean-Marc> from. Obviously, your temp path contains dos-style paths Jean-Marc> whereas it should not. What about fixing this first? More precisely, what about

Re: [PATCH] os::external_path --> latex_path

2005-04-11 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> It introduces a new 'latex_path' function and uses it in place Angus> of os::external_path in: buffer.C's Buffer::makeLaTeXFile Angus> insetbib.C's InsetBibtex::latex insetgraphics.C's Angus> InsetGraphics::latex The quoting part i

[PATCH] os::external_path --> latex_path

2005-04-11 Thread Angus Leeming
Jean-Marc, this is an untested patch against LyX 1.3.x. I'll test this patch out on a Windows machine this evening and, if successful, will also make a similar patch for the 1.4.x tree. It introduces a new 'latex_path' function and uses it in place of os::external_path in: buffer.C's Buffer