lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev lynx2.8.4dev.5


From: Vlad Harchev
Subject: Re: lynx-dev lynx2.8.4dev.5
Date: Tue, 18 Jul 2000 10:28:08 +0500 (SAMST)

 Forwarding my message that didn't appear on lynx-dev for some reason.

 Best regards,
  -Vlad

---------- Forwarded message ----------
Date: Mon, 17 Jul 2000 19:42:56 +0500 (SAMST)
From: Vlad Harchev <address@hidden>
To: lynx-dev <address@hidden>
Subject: Re: lynx-dev lynx2.8.4dev.5

On Mon, 17 Jul 2000, Thomas E. Dickey wrote:

> I don't see my message coming back from the mailing list (I checked in
> dev.5 last night).  I think I'm mostly caught up again, though I am
> awaiting the denouement of the Vlad/Klaus thread regarding EXTERN.

As for 
* correct loop condition in HTSaveToFile(), from dev.4 changes for -cmd_script
  option which left it ignoring 'c' for cancel -TD

 The code that is present now (in dev5):

       while (c != 'D' && c != 'C') {

 The code that was before (in dev3):

       while (c != 'D' && c != 'C' && c!=7) {

 Probably the old logic should be restored.

> -- 
> T.E.Dickey <address@hidden>
> http://dickey.his.com
> ftp://dickey.his.com
> 
> 
> ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
> 

 Best regards,
  -Vlad



; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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