[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: backslashes, macros, indexes, texinfo
From: |
Gavin Smith |
Subject: |
Re: backslashes, macros, indexes, texinfo |
Date: |
Wed, 12 Aug 2015 17:18:34 +0100 |
On 11 August 2015 at 11:21, Gavin Smith <address@hidden> wrote:
> When looking at the log file, I noticed a funny order of execution.
> What was happening, was that the call to the inner macro was being
> processed inside \eatspaces. This was bad news: the cat codes were
> fixed when the argument to \eatspaces were read, and the cat code
> changes for the argument to the inner macro were ineffectual.
Here's the next try. This uses quite a different approach: instead of
processing the argument by evaluating it, it reads it piece by piece
using a macro with a delimited argument.
macroarg-process-bs.diff
Description: Text document
- Re: backslashes, macros, indexes, texinfo, Gavin Smith, 2015/08/08
- Re: backslashes, macros, indexes, texinfo, David Kastrup, 2015/08/08
- Re: backslashes, macros, indexes, texinfo, Gavin Smith, 2015/08/08
- Re: backslashes, macros, indexes, texinfo, Gavin Smith, 2015/08/08
- Re: backslashes, macros, indexes, texinfo, Gavin Smith, 2015/08/09
- Re: backslashes, macros, indexes, texinfo, David Kastrup, 2015/08/10
- Re: backslashes, macros, indexes, texinfo, Gavin Smith, 2015/08/10
- Re: backslashes, macros, indexes, texinfo, David Kastrup, 2015/08/10
- Re: backslashes, macros, indexes, texinfo, David Kastrup, 2015/08/10
- Re: backslashes, macros, indexes, texinfo, Gavin Smith, 2015/08/11
- Re: backslashes, macros, indexes, texinfo,
Gavin Smith <=
- Re: backslashes, macros, indexes, texinfo, David Kastrup, 2015/08/15
- Re: backslashes, macros, indexes, texinfo, Gavin Smith, 2015/08/15
- Re: backslashes, macros, indexes, texinfo, Gavin Smith, 2015/08/16
- Re: backslashes, macros, indexes, texinfo, David Kastrup, 2015/08/16
- Re: backslashes, macros, indexes, texinfo, David Kastrup, 2015/08/17
- Re: backslashes, macros, indexes, texinfo, Gavin Smith, 2015/08/17