Newsgroups: comp.lang.pop
Subject: Any way to ignore pop11 errors ??
Organization: Computing Department, Lancaster University.
From: anl@comp.lancs.ac.uk (Tony Lennard)
NNTP-Posting-Host: sea.comp.lancs.ac.uk
Message-ID: <3309ec97.0@info.comp.lancs.ac.uk>
Date: 18 Feb 97 17:53:27 GMT
Lines: 25
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!fas-news.harvard.edu!newspump.wustl.edu!news.starnet.net!news.starnet.net!spool.mu.edu!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!cpk-news-hub1.bbnplanet.com!cam-news-hub1.bbnplanet.com!news.bbnplanet.com!news.mathworks.com!rill.news.pipex.net!pipex!netcom.net.uk!peernews.ftech.net!telehouse1.frontier-networks.co.uk!basilisk.pdc.nhs.gov.uk!yama.mcc.ac.uk!news.lancs.ac.uk!info.comp.lancs.ac.uk!anl

Hello All,
 
Is there any way in pop11, that I can ignore an error. The situation is that
due to a bug in Pop's version of Xlib - I must deliberatly produce an error,
as the first use of (or similar - it is looking at parts of a user event)
                
        report #: xconfigure #: width -> width; 
 
would produce an error.
 
This is fine - but I now want a standalone program - so is there any way I
can ignore a message of the form :
 
 
;;; MISHAP - INVALID DATA TYPE FOR STRUCT ACCESS
;;; INVOLVING:  Type key - <key external_ptr> field name - width
;;; DOING    :  struct_field_access produce_error pop_setpop_compiler
 
so that the program will continue to run ??
 
 
Thanks
 
Tony

