Racket: eval geiser-eval's apply arguments properly
commit1627471032647e6a13149242ad9547b5124c1c4f
authorJose Antonio Ortega Ruiz <jao@gnu.org>
Sat, 20 Aug 2011 01:31:54 +0000 (20 03:31 +0200)
committerJose Antonio Ortega Ruiz <jao@gnu.org>
Sat, 20 Aug 2011 14:29:46 +0000 (20 16:29 +0200)
tree56cf76f34112cf81cfd1710853de3f116685a6b7
parent0ef26298d48bd0ae605096a187be35ef4759a722
Racket: eval geiser-eval's apply arguments properly

As StanisÅ‚aw Halik reported, autodoc was receiving a mlist (instead of
a list) as its argument when invoked in an R5RS context.  Turns out we
were evaluating geiser-eval's arguments in the wrong context (the
procedure being applied and the arglist belong to the same namespace).
scheme/racket/geiser/autodoc.rkt
scheme/racket/geiser/user.rkt
scheme/racket/geiser/utils.rkt