Re: very obscure problem, help needed

2000-10-09 Thread Ian Grant
> ... are you by any chance doing anything with strings > that you got back from Postgres? I found that it is dangerous to > treat such strings as shareable. Specifically, I found that > > (use-modules (database postgres)) > (use-modules (ice-9 string-fun)) > ... > (sans-surrounding-w

Re: very obscure problem, help needed

2000-10-09 Thread Neil Jerram
> ... are you by any chance doing anything with strings > that you got back from Postgres? I found that it is dangerous to > treat such strings as shareable. Specifically, I found that > > (use-modules (database postgres)) > (use-modules (ice-9 string-fun)) > ...

regexp-exec errors

2000-10-09 Thread Dale P. Smith
Recent changes to regexp-exec do not allow symbols as arguments. This breaks apropos and TAB completion. I added some symbol->string calls to session.scm and my tab key is happy again. Here is a patch. Index: session.scm === RCS f