On Wed, Mar 12, 2003 at 05:49:56PM +0100, Jean-Marc Lasgouttes wrote:

> What I do not know or use, though is pushToken. How do you use it?

pushToken just pushes back what you received. However, it has code that
will feed the contents out on the next nextToken but using split(blah, '
').

> Basically, can you explain what you did and what did not work?

Which meant that when we had :

\layout Standard

This is now the paragraph text.

You would get on the screen :

        Thisisnowtheparagraphtext.

because the nextTokens that read the actually paragraph data was fed
(for a line) from the saved token, and that was removing  the ' ' by the
split()

regards
john

Reply via email to