On 8/3/07, Shawn Rutledge <[EMAIL PROTECTED]> wrote: > Is there a way to list all bound symbols, or even the entire symbol > table, from csi? > > E.g. > > #;7> (use tcp) > #;8> tcp-read-timeout > Error: unbound variable: tcp-read-timeout
You seem to have an older chicken, or a new chicken that still uses the old runtime library. > > but the documentation says that's what it is... so I would like to > dump all known symbols and grep for something similar. Try "apropos" fom the "utils" unit. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
