Re: load searching load path?

2001-07-11 Thread Gary Houston
From: Seth Alves [EMAIL PROTECTED] Date: Tue, 10 Jul 2001 10:52:32 -0700 I feel confused. Can anyone help? -seth - procedure: load filename Load FILE and evaluate its contents in the top-level environment. The load paths are searched. If the variable `%load-hook'

Re: string ports hork on NUL's

2001-07-11 Thread Gary Houston
From: Dale P. Smith [EMAIL PROTECTED] Date: Wed, 11 Jul 2001 12:31:47 -0400 I was using a string port with guile-gd and the generated images were always invalid. The strncpy in st_write.c was stopping at the first NUL (as strncpy is supposed to do). Using memcpy seems to work nicely.

(help string) broken

2001-07-11 Thread Dale P. Smith
Hmm. I get this message on (help string): guile (help string) `string' is a primitive procedure in the (guile) module. - primitive: string. chrs - primitive: list-string chrs Return a newly allocated string composed of the arguments, CHRS. strings.c:103: wrong position for argument

Re: (help string) broken

2001-07-11 Thread Michael Livshin
Dale P. Smith [EMAIL PROTECTED] writes: guile (help string) `string' is a primitive procedure in the (guile) module. - primitive: string. chrs - primitive: list-string chrs Return a newly allocated string composed of the arguments, CHRS. strings.c:103: wrong position for argument