[tex-live] texdoc in luatex

Frank Küster frank at kuesterei.ch
Tue Jun 26 18:24:23 CEST 2007


Akira Kakuto <kakuto at fsci.fuk.kindai.ac.jp> wrote:

> On Windows, path separator is ;. Thus, for example
>
>>    local pathlist = kpse.expand_braces('$TEXDOCS');
>>    for path in string.gmatch(pathlist, "[^:]*") do
>
> should be
>
>     local pathlist = kpse.expand_braces('$TEXDOCS');
>     for path in string.gmatch(pathlist, "[^;]*") do
>
> I hope it may be possible to unify these cases.

-for path in string.gmatch(pathlist, "[^:]*") do
+for path in string.gmatch(pathlist, "[^:;]*") do

should do.  So the rm and rmdir commands work, too?  Or are there any
tempfiles left, wherever they are put?  Or should we just not care
because original TeXLive doesn't compress documentation, and there's not
Debian for Windows yet?


Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)


More information about the tex-live mailing list