[Openmcl-devel] Control-C or SIGINT
    Andreas Thiele 
    andreas at atp-media.de
       
    Tue May 15 05:15:22 PDT 2012
    
    
  
> -----Ursprüngliche Nachricht-----
> Von: openmcl-devel-bounces at clozure.com [mailto:openmcl-devel-
> bounces at clozure.com] Im Auftrag von Andreas Thiele
> Gesendet: Dienstag, 15. Mai 2012 13:45
> An: openmcl-devel at clozure.com
> Betreff: [Openmcl-devel] Control-C or SIGINT
> 
> Possibly a silly question:
> ...
Sorry, widening my searches to the whole web revealed
(setf ccl:*break-hook*  
  (lambda (cond hook)                               
    (declare (ignore cond hook)) 
    (format t "Cleaning up ...") 
    (ccl:quit)))
which perfectly solves my problem.
Andreas
    
    
More information about the Openmcl-devel
mailing list