Juergen Vigna <[EMAIL PROTECTED]> writes:
| > Moreover, using isgraph() does not make sense, since LaTeX could not
| > are less about locales. The list of characters to keep is known, it
| > is in the latex sources.
| >
| [sniped code]
| >
| > And I propose also to rename SpaceLess to something like ValidLaTeXName().
|
| I agree completely with Jean-Marc!!!
Ok, then I don't agree with any of you :-)
I agree that the algorithm Jean-Marc proposes is sufficient. I think
tht the whole SpaceLess function should go. We could have a similar
function with a different name (like tex-conforming-name), what I
think we should do is to add a "string latex_tmp_filename" to Buffer,
so that we only call tex-conforming-name once.
Also I think Jean-Marc's proposal should have a "& 0x7f" in it. Too
avoid too many X's.
But this should not be done for 1.1.2. For 1.1.2 we should go with
Jean-Marcs algorithm + a "& 0x7f".
Lgb