[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] catching exceptions
From: |
F. Wittenberger |
Subject: |
[Chicken-users] catching exceptions |
Date: |
Thu, 24 Jul 2008 18:18:34 +0200 |
Hi all,
I have some lines of Scheme, which rely on SRF-34 and I don't really
want to change that code.
I can hardly imagine, that I can't replace chickens exception handler.
But I can't.
What I tried was to overwrite ##sys#error and friends (see appended
source - which does not really get the job done). [The next step is
going to be funny formating and routing of those exceptions. So I
*really* need to get them under control.
So how would I plug my exception handler in place of the standard
exception handler?
Thanks a lot
cndtnhndlng.scm
Description: Text Data
- [Chicken-users] catching exceptions,
F. Wittenberger <=
- Re: [Chicken-users] catching exceptions, Elf, 2008/07/24
- Message not available
- Message not available
- Message not available
- Message not available
- Re: [Chicken-users] catching exceptions, F. Wittenberger, 2008/07/27
- Re: [Chicken-users] catching exceptions, felix winkelmann, 2008/07/28
- Re: [Chicken-users] catching exceptions, F. Wittenberger, 2008/07/29
- Re: [Chicken-users] catching exceptions, Ivan Raikov, 2008/07/29
- Re: [Chicken-users] catching exceptions, F. Wittenberger, 2008/07/29
- Re: [Chicken-users] catching exceptions, Ivan Raikov, 2008/07/29
- Re: [Chicken-users] catching exceptions, Elf, 2008/07/29
- Re: [Chicken-users] catching exceptions, F. Wittenberger, 2008/07/29
- Re: [Chicken-users] catching exceptions, Elf, 2008/07/29