Re: display/write generics in GOOPS

2013-11-29 Thread Panicz Maciej Godek
2013/11/29 > > Are `display' and `write' supposed to get overwritten with generic > functions when GOOPS is loaded? The manual says so, but when I try it in > 2.0.9 and the latest build on master, it doesn't seem to happen: > > scheme@(guile-user)> (use-modules (oop goops)) > scheme@(guile-user)>

display/write generics in GOOPS

2013-11-28 Thread mark
Are `display' and `write' supposed to get overwritten with generic functions when GOOPS is loaded? The manual says so, but when I try it in 2.0.9 and the latest build on master, it doesn't seem to happen: scheme@(guile-user)> (use-modules (oop goops)) scheme@(guile-user)> display $2 = # scheme@(g