lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev CTRL/C behavior in new version ...


From: Jerome Lauret
Subject: Re: lynx-dev CTRL/C behavior in new version ...
Date: Tue, 2 May 2000 20:01:28 -0400

On 2 May 2000 Klaus Weide <address@hidden> wrote:

[...]
> 
> There seems to be a problem in the logic in cleanup_sig (LYClean.c) in
> connection with HTConfirmDefault (HTAlert.c).  (This code changed since
> 2.7.1 or thereabouts.)
> 
[...]
> 
> Deferring the  'HadVMSInterrupt = TRUE;'  until after the HTConfirmDefault
> calls should solve the problem, but I have no way of testing for VMS.
> 
        You are right. The following patch fixes this problem :
$ diff LYClean.C
46c46
<       HadVMSInterrupt = TRUE;
---
>       /* HadVMSInterrupt = TRUE; */
63a64
>       HadVMSInterrupt = TRUE;


        Also, this old reported problem can be fixed by the added patch (if 
not already done) :

>     cleanup_files();    /* if someone starts with LYNXfoo: page */
> ....^
> %CC-I-IMPLICITFUNC, In this statement, the identifier "cleanup_files" is 
> implicitly declared as a function.
> at line number 156 in file LYEXIT.C

$ diff LYExit.c
11d10
< #include <LYClean.h>
13a13,14
> #include <LYClean.h>
>

        i.e. <LYClean.h> should be included for VMS as well ; it was in a
#ifndef VMS  block only.

> Btw., you should have mentioned that you are talking about VMS; don't
> expect folks to remember that from your other messages (even if they where
> just a short while ago).

        Sorry ... In the course of the VMS-debugging wave, I forgot to 
re-include/ specify the platform/compiler/OS version etc ... I'll try not 
to forget next time.


        BTW : The CTRL/C is very handy in cases when you want to abort a 
file transfer (changed your mind) or in cases (I have seen this with 
ftp:// scheme) where Lynx hangs there (and not surprisingly Mosaic as 
well) during a directory reading doing god-knows-what. CTRL/C stops 'it'
and the directory content is actualy displayed. 


                  Jerome LAURET S.U.N.Y. @ Stony Brook
       ,,,,,      Dept. of Chemistry
      ( o o )     Stony Brook NY 11794-3400
  ---m---U---m---------------------------------------------
  E-mail: address@hidden
  URL   : http://nucwww.chem.sunysb.edu/jlauret/jlauret.html

reply via email to

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