Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-27 | Racket: no errors ,entering an R5RS module | Jose Antonio Ortega Ruiz | |
The catch here is that one cannot use #%variable-reference inside an R5RS module, and, as a consequence, namespace->module-path-name was failing badly. The solution is to take note of the module name being entered before hand, and use that name in case of error (we could actually use that name always, but then cheaters using Racket's enter! would see an inconsistent name (which probably they deserve)). | |||
2010-11-26 | Racket: more information in symbol documentation | Jose Antonio Ortega Ruiz | |
When the symbol is imported and re-exported by a second module, we display its definition name and original module, besides the name of the module re-exporting it. | |||
2010-11-23 | Document browser improvements, and Racket using them | Jose Antonio Ortega Ruiz | |
We have a new "manual lookup" command, and Racket now displays a doc browser buffer for help with a button activating it. In the process, we've cleaned-up a little mess in geiser-eval.el and geiser-doc.el, and refactored the affected Racket modules. Next in line is providing manual lookup for Guile. | |||
2010-11-21 | Racket: showing submodules in module help | Jose Antonio Ortega Ruiz | |
2010-11-21 | Better module help | Jose Antonio Ortega Ruiz | |
We now display procedure signatures in module help, and keep a cache in Guile, using procedure properties. | |||
2010-11-08 | Racket: use EOT token for internal communications | Jose Antonio Ortega Ruiz | |
2010-11-06 | Racket: little evaluation nits | Jose Antonio Ortega Ruiz | |
2010-07-24 | Racket: catching errors during contract retrieval. | Jose Antonio Ortega Ruiz | |
2010-07-24 | Truncating lines in documentation browser. | Jose Antonio Ortega Ruiz | |
2010-07-24 | Racket: showing contracts in module documentation. | Jose Antonio Ortega Ruiz | |
2010-06-10 | Racket: improvements in module lookups. | Jose Antonio Ortega Ruiz | |
- We now correctly register submodules and handle main files. - We contemplate the possibility that a module is accessed using different paths. | |||
2010-06-09 | Racket: improvements in non-loaded module location. | Jose Antonio Ortega Ruiz | |
2010-06-08 | Racket: square cosmetics. | Jose Antonio Ortega Ruiz | |
2010-06-05 | Racket: off-by-one bug in module name completions | Jose Antonio Ortega Ruiz | |
2010-05-24 | Racket: PLT implementation renamed to Racket. | Jose Antonio Ortega Ruiz | |