
Hi, I'm converting my web app over to Hunchentoot 1.0 and I am really missing *catch-errors-p*. I just need errors that occur while processing the http request to signal the debugger. Are there any workarounds to achieve this with the new 1.0 version? I'm using Lispworks 5.1. Thanks! Anthony

This topic was discussed after the new version has appeared (look in the archives). Basically, you can use (setf *break-on-signals* 'error). Cheers, Vsevolod On Wed, Mar 11, 2009 at 5:46 AM, Anthony Fairchild < fairchild.anthony@gmail.com> wrote:
Hi,
I'm converting my web app over to Hunchentoot 1.0 and I am really missing *catch-errors-p*. I just need errors that occur while processing the http request to signal the debugger. Are there any workarounds to achieve this with the new 1.0 version? I'm using Lispworks 5.1.
Thanks!
Anthony
_______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel
-- vsevolod

Thanks for the response, I think that will work for me. Is there any good way to search the archives other than googling "site:common-lisp.net"? I don't see a search on the archives, is there a better way? Thanks, Anthony On Wed, Mar 11, 2009 at 5:33 AM, Vsevolod <vseloved@gmail.com> wrote:
This topic was discussed after the new version has appeared (look in the archives). Basically, you can use (setf *break-on-signals* 'error).
Cheers, Vsevolod
On Wed, Mar 11, 2009 at 5:46 AM, Anthony Fairchild < fairchild.anthony@gmail.com> wrote:
Hi,
I'm converting my web app over to Hunchentoot 1.0 and I am really missing *catch-errors-p*. I just need errors that occur while processing the http request to signal the debugger. Are there any workarounds to achieve this with the new 1.0 version? I'm using Lispworks 5.1.
Thanks!
Anthony
_______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel
-- vsevolod
_______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel

on Wednesday, March 11, 2009, 7:39:06 PM Anthony wrote:
Is there any good way to search the archives other than googling "site:common-lisp.net"? I don't see a search on the archives, is there a better way?
googling for "site:common-lisp.net/pipermail/tbnl-devel/" works as well Best regards, - Anton

On Wed, Mar 11, 2009 at 6:39 PM, Anthony Fairchild <fairchild.anthony@gmail.com> wrote:
Is there any good way to search the archives other than googling "site:common-lisp.net"? I don't see a search on the archives, is there a better way?
Read this paragraph: http://weitz.de/hunchentoot/#mail Edi.

Excellent, thank you Edi! On Wed, Mar 11, 2009 at 4:22 PM, Edi Weitz <edi@agharta.de> wrote:
On Wed, Mar 11, 2009 at 6:39 PM, Anthony Fairchild <fairchild.anthony@gmail.com> wrote:
Is there any good way to search the archives other than googling "site:common-lisp.net"? I don't see a search on the archives, is there a better way?
Read this paragraph:
http://weitz.de/hunchentoot/#mail
Edi.
_______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel
participants (4)
-
Anthony Fairchild
-
Anton Vodonosov
-
Edi Weitz
-
Vsevolod