[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] lynx2.8.7pre.5
From: |
Bela Lubkin |
Subject: |
Re: [Lynx-dev] lynx2.8.7pre.5 |
Date: |
Mon, 8 Jun 2009 05:09:16 -0700 |
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);
>Bela<
Re: [Lynx-dev] lynx2.8.7pre.5, Paul Gilmartin, 2009/06/08