On Sun, Sep 26, 2010 at 06:57:56PM +0800, Zou Hu wrote: > Sorry I remembered wrongly for the URL_UNIX case. for both URL_STANDARD and > URL_UNIX, the output > message are the same: > > TeXmacs] couldn't concretize tuple (or, C, > \TmBuildEnv\MSYS\home\Administrator\trunk\distr\TeXmacs-Windows\misc\patterns\paper-ridged-light.png)
OK, but would the URL /c/path/to/the/image.png work? In that case, we may try to change the routine as_string, so as to serialize C: as /c when giving URL_STANDARD or URL_UNIX as a second parameter. Best, --Joris > > I think the key point is: when changing a fullpath string into a url, texmacs > always takes this string as URL_UNIX style (see line 272 of url.cpp), which > causes problem for the colons in fullpath on Windows. > > > On 2010-09-26 15:42:23, "Joris van der Hoeven" <[email protected]> : > >On Sun, Sep 26, 2010 at 01:44:22PM +0800, Zou Hu wrote: > >> Change that line into URL_STANDARD still could not fix the problem. > >> The error message is similar to the message before modification. > >> Seems the string could not directly include any : on Windows. Best. > >> (the url was changed into /c:/path/to/the/image.png which was wrong). > > > >What should be the right URL? Maybe /c/path/to/the/image.png ? > >Best, --Joris > > > >_______________________________________________ > >Texmacs-dev mailing list > >[email protected] > >http://lists.gnu.org/mailman/listinfo/texmacs-dev > _______________________________________________ > Texmacs-dev mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/texmacs-dev _______________________________________________ Texmacs-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/texmacs-dev
