On Mon, 8 Jun 2009, Bela Lubkin wrote:
Thomas Dickey wrote:
On Sun, 7 Jun 2009, Bela Lubkin wrote:
Personally I would like to be able to suppress all of them but still
have them logged to where LYNXMESSAGES: would retrieve them -- in their
expanded (rule-specific) forms.
that sounds reasonable...
see
ftp://invisible-island.net/temp/lynx2.8.7pre.5b.patch.gz
Looks good -- haven't tried to compile, don't have a 287pre5 baseline to
patch onto.
I would swallow the idiom:
if (LYBadHTML(me)) {
char *msg = NULL;
HTSprintf0(&msg, printf-like-args);
LYShowBadHTML(msg);
FREE(msg);
}
into something like:
LYShowBadIfBad(me, printf-like-args);
I thought about that, but the current scheme is more efficient (since it
doesn't have to evaluate and pass along a set of parameters whether or not
they're going to be used).
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev