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<


_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to