> ... 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
> ... 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))
> ...
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