From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Douglas A. Gwyn" Message-ID: <3EA6EADB.16078459@null.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: Subject: Re: [9fans] same functions everywhere Date: Fri, 25 Apr 2003 10:40:40 +0000 Topicbox-Message-UUID: 993c6654-eacb-11e9-9e20-41e7f4b1d025 paurea@plan9.escet.urjc.es wrote: > On another terms, it would be great to have some function, macro, mechanism > or whatever to describe calling a function and calling sysfatal on error, because > this usage of functions repeats itself a lot. I would suggest instead installing a general exception package, with a global handler to field uncaught exceptions; the global handler could call sysfatal.