|
From: | Thomas Dickey |
Subject: | Re: [Lynx-dev] lynx2.8.7pre.5 |
Date: | Mon, 8 Jun 2009 18:01:21 -0400 (EDT) |
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.gzLooks 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 itdoesn'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
[Prev in Thread] | Current Thread | [Next in Thread] |