2010/6/25 Tristan Colgate > scheme@(guile-user)> (use-modules (oop goops)) > scheme@(guile-user)> (define-class ()) > scheme@(guile-user)> (make #:procedure (lambda()(display > "some code")(nelwine))) > :5:58: warning: possibly unbound variable `nelwine' > Throw to key `unbound-variable': > ERROR: In procedure module-lookup: > ERROR: Unbound variable: set-object-procedure! > > I tried using a generic instead but it didn't make much difference. > > What am I doing wrong? > > NOT "nelwine" IT IS "newline"