Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-27 | Racket: not loading errortrace by default | Jose Antonio Ortega Ruiz | |
The new submodules and errortrace interact badly, for what i've seen. In particular, even with the submodule[+*] loading correctly, its namespace doesn't have all identifiers bound, and new ones seem to appear in the bindings lists (things like a.1 or b.2, when a and b are the actual identifiers defined inside the module). Since moreover someone mentioned in the devel ML that errortrace is in general terms buggy, i guess we can leave without it for the time being. | |||
2013-04-15 | Racket: better help commands | Jose Antonio Ortega Ruiz | |
For some reason that i don't fully understand, evaluating a function in the racket/base namespace first thing after loading errortrace breaks the help macro (!). This patches provides a workaround by actually invoking help first thing when Geiser starts, with alibi that it serves to preload the help index (in a separate thread). While i was at it, i improved the message printed in the minibuffer when no help is found. | |||
2010-11-21 | Racket: showing submodules in module help | Jose Antonio Ortega Ruiz | |