[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: @errmessage
From: |
Karl Berry |
Subject: |
Re: @errmessage |
Date: |
Sun, 18 Dec 2011 14:34:09 -0800 |
Sergey, why do you want @errmessage{}? What actual error message do you
want to give?
> Don't you think that this would be better to have @-commands expanded (as
> raw text)? Would that be feasible to implement in TeX?
Good point. Actually TeX seems to expand commands within \errmessage,
Yes, TeX fully expands the arguments to \errmessage and \message.
In texinfo.tex, it's easy enough to convert the commands to their
"ASCII" equivalents (like is done for the index sort string), or leave
them unexpanded, since we already have those routines. (They redefine
every relevant Texinfo command.)
> Also should there be a second command which translates to a warning and
not
> an error?
Yes, I believe it is a good idea.
Why? How many new commands do we really need here? I mean, there is
also non-diagnostic messages (\message in TeX), and then one can imagine
debugging messages, etc., etc., etc.
Texinfo has been around a long time and no one has ever needed these
things enough to ask for them before ...
k
Re: @errmessage, Patrice Dumas, 2011/12/22