Re: Pico, (locale "XY") error handling?

2008-06-10 Thread Jon Kleiser
Hi Alex, I gave the 'catch' a try with '(locale "XY")' in the current (testing) release, and it works great. Thanks a lot! /Jon On Tue, May 20, 2008 at 01:37:21PM +0200, Jon Kleiser wrote: !? (load (if (setq *Ctry Ctry) (pack "@loc/" @) "@loc/NIL")) loc/NO open: No such file or directory

Re: Pico, (locale "XY") error handling?

2008-06-09 Thread Alexander Burger
On Tue, May 20, 2008 at 01:37:21PM +0200, Jon Kleiser wrote: > !? (load (if (setq *Ctry Ctry) (pack "@loc/" @) "@loc/NIL")) > loc/NO open: No such file or directory > > Does Pico Lisp have an error handling mechanism that can handle > errors like this? Indeed, this is a long-missing feature. Or

Re: Pico, (locale "XY") error handling?

2008-05-20 Thread Alexander Burger
Hi Jon, > : (locale "NO") > !? (load (if (setq *Ctry Ctry) (pack "@loc/" @) "@loc/NIL")) > loc/NO open: No such file or directory > > Does Pico Lisp have an error handling mechanism that can handle > errors like this? Unfortunately, not after they occurred, in the sense of catching them program

Pico, (locale "XY") error handling?

2008-05-20 Thread Jon Kleiser
Hi, I just experienced this: : (locale "NO") !? (load (if (setq *Ctry Ctry) (pack "@loc/" @) "@loc/NIL")) loc/NO open: No such file or directory Does Pico Lisp have an error handling mechanism that can handle errors like this? /Jon -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]