lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev USE_PSRC internals


From: Leonid Pauzner
Subject: lynx-dev USE_PSRC internals
Date: Fri, 21 May 1999 18:11:38 +0400 (MSD)

>  While lynx is in psrc mode, SGML.c converts html it recieves to another html.

Looking into mainloop I found out the following line:

...
#endif /* DISP_PARTIAL */
#ifdef USE_PSRC
                psrc_first_tag = TRUE;
#endif
#ifndef DONT_TRACK_INTERNAL_LINKS
...

It present in large `force_reload' cycle and *not* in HTreparse_document()
cycle. Does it necessary at all? (seems no psrc problems found specific for
SOURCE_CACHE!=NONE).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]