lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev REUSE_TEMPFILES problem (more)


From: Klaus Weide
Subject: Re: lynx-dev REUSE_TEMPFILES problem (more)
Date: Fri, 16 Jul 1999 06:49:22 -0500 (CDT)

On Fri, 16 Jul 1999, Leonid Pauzner wrote:
> 16-Jul-99 14:26 I wrote:
> > I just check dev.4 DJGPP build with REUSE_TEMPFILES:TRUE in lynx.cfg:
> > unfortunately, it doesn't work as intended.
> 
> ///////////////////
> getfile: getting LYNXOPTIONS:/
> 
> HTParse: aName:`LYNXOPTIONS:/'
>    relatedName:`'
> HTParse:      result:
> LYOpenTempRewrite(c:\add\tmp\17088.htm,.htm,w)
> ...used before.
> ...is NOT our file.
> LYOpenTemp(,.htm,w)
> -> 'c:\add\tmp\27088.htm'
> ... LYOpenTemp(c:\add\tmp\27088.htm)
> LYCloseTempFP
> ...LYCloseTempFP(c:\add\tmp\27088.htm)
> 
> Why NOT our file?
> DJGPP port compiled with NOUSERS (and NO_GROUPS is only defined in HTFile.c
> before HTEditable(), so not defined in LYUtils.c)

Good question...

I didn't realize that NO_GROUPS was only set privately in HTFile.c.
It has to be defined for DOS in LYUtils.c, too.  Should the #define's
move from HTFile.c to some .h, or do I need to change the
LYOpenTempRewrite() logic?

   Klaus


reply via email to

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