On Sat, 15 Jan 2000, W. L. Estes wrote:
> > What do you mean by ``entities''? I cannot translate this into
> > Texinfo's terms. For makeinfo, @,{c} is a command not unlike @@ or
> > @code. How do I distinguish between these, short of introducing yet
> > another specialized reader_loop (or another ugly global variable)?
>
> entities are strings such as & and £.
"&" is easy. The issue was commands like @", @' and the likes,
which should be converted to the the appropriate "&AUmlaut;"
etc. entities. Are you saying that these are not allowed in <title>?
If they *are* allowed, I don't see how can we easily distinguish them
from @code, @@, etc., since makeinfo handles them all in the same
unified way.