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 <[EMAIL PROTECTED]>
To: lynx-dev <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
> http://dickey.his.com
> ftp://dickey.his.com
> 
> 
> ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
> 

 Best regards,
  -Vlad



; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to