On Wednesday 23 November 2005 03:37, felix winkelmann wrote: > On 11/23/05, Pupeno <[EMAIL PROTECTED]> wrote: > > > Sorry, what kind of procedures are that? > > > > The procedure that is set by set-read-syntax![1]. > > Just return the value that is whatever your reader-procedure > wants the read datum to be. It doesn't want it to be anything, I am ignoring any extension, I am only looking for includes.
> > [1] In my case: > > (set-read-syntax! #\# > > ... > > Here you are overriding all #... read syntax. You want to use > `set-dispatch-read-syntax!' instead (which allows you to > add/redefine #... syntax without stomping over everything > already available. Ok, I changed to set-dispatch-read-syntax!, still, I need to implement cases for such basic things as characters: #\d. -- Pupeno <[EMAIL PROTECTED]> (http://pupeno.com)
pgpIuD0TZ80M5.pgp
Description: PGP signature
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
