I've just released version 0.2.1 of Geiser. This is a Racket-centric update that fixes some issues with module reload (due to submodules; more to come) and jump-to-symbol-definition for .ss modules.
For example, modules based on plai-typed should work again. Direct download: https://github.com/jaor/geiser/downloads/geiser-0.2.1.tar.gz Homepage: http://www.nongnu.org/geiser/ Release notes: * Bug fixes: - Racket: correctly reloading modules that contain submodules (this one was breaking for instance code based on plai-typed). - Racket: correctly jumping to symbols defined in files with .ss extension. * New features: - Racket: autodoc now displays argument names for constructors defined by define-type (from either plai or plai-typed). - Racket: the included geiser-racket.sh script takes a new switch, -n, to specify the network interface to listen to. Cheers, jao -- There are two ways to write error-free programs; only the third one works. - Alan Perlis, Epigrams in Programing