From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from netcomsv.netcom.com ([192.100.81.101]) by hawkwind.utcs.toronto.edu with SMTP id <2776>; Thu, 5 Nov 1992 17:06:28 -0500 Received: from netapp.UUCP by netcomsv.netcom.com with UUCP (4.1/SMI-4.1) id AA10953; Thu, 5 Nov 92 15:00:13 PPE Received: from ghoti.netapp by netapp.netapp.com (4.1/SMI-4.1) id AA21626; Thu, 5 Nov 92 14:00:28 PST Date: Thu, 5 Nov 1992 17:00:28 -0500 From: byron@netapp.com (Byron Rakitzis) Message-Id: <9211052200.AA21626@netapp.netapp.com> To: malte@techfak.uni-bielefeld.de, rc@hawkwind.utcs.toronto.edu Subject: Re: rc and signal handlers signal handlers ARE function definitions. They just have the added feature that they get run at "interrupt level". If it's not obvious that you can't "return" from a signal handler, then you need to think a little more carefully about what signals are. btw, ; fn sigint { echo hi } ; sigint hi ;