Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-21 | Racket: use the proper interaction port for input (#32844) | Jose Antonio Ortega Ruiz | |
Thanks to Caleb Reach. We were using current-input-port, which is not the right port in graphical environments. | |||
2011-03-06 | Racket: geiser-add-to-load-path implemented | Jose Antonio Ortega Ruiz | |
And we take the chance to lightly document the existence of this new command in the user manual. | |||
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)). | |||
2011-01-09 | Racket: ',enter "foo"' as a synonym of ',enter (file "foo")' | Jose Antonio Ortega Ruiz | |
2010-11-21 | Racket: showing submodules in module help | Jose Antonio Ortega Ruiz | |
2010-11-21 | Racket: slightly better handling of the signatures cache | Jose Antonio Ortega Ruiz | |
Refreshing the cache on form evaluation (had been deactivated by error since the introduction of meta-commands). The current behaviour is not yet completely correct: if one evaluates a form in a modified buffer, geiser won't notice the new definition's signature, not even after the buffer is saved if one has gone around asking for autodoc before that. An improvement would be to make the cache sensitive to file write times, as suggested back in the day by Eli & Neil. | |||
2010-11-14 | Support for implementation-specific font lock keywords | Jose Antonio Ortega Ruiz | |
Spinning up from correct fontification of [else in this brave Racket world. I'm keeping the list of extra keywords lean and mean, but making it customizable in both Racket and Guile. | |||
2010-11-13 | Superior schemes | Jose Antonio Ortega Ruiz | |
Inferior schemes weren't really a good idea, were they? With remote connections one can launch an external scheme to debug Geiser anyway. And everything is (ahem, will be) simpler when we add new implementations. | |||
2010-11-11 | Racket reconnected | Jose Antonio Ortega Ruiz | |
2010-11-11 | Partial work (connections working) | Jose Antonio Ortega Ruiz | |
2010-11-08 | geiser-squarify to toggle between () and [] | Jose Antonio Ortega Ruiz | |
2010-11-08 | Racket: fix for prompt display on ,enter | Jose Antonio Ortega Ruiz | |
2010-11-08 | Racket: use EOT token for internal communications | Jose Antonio Ortega Ruiz | |
2010-11-07 | Nit | Jose Antonio Ortega Ruiz | |
2010-11-06 | Racket: little evaluation nits | Jose Antonio Ortega Ruiz | |
2010-10-30 | Racket: ,eval -> ,geiser-eval | Jose Antonio Ortega Ruiz | |
2010-10-30 | Racket: new meta-commands: ,eval ,apply ,no-values | Jose Antonio Ortega Ruiz | |
2010-10-29 | Racket: ,enter meta-command instead of namespace clobbering | Jose Antonio Ortega Ruiz | |
2010-10-15 | Racket nit: racket/base instead of scheme/base | Jose Antonio Ortega Ruiz | |
2010-05-24 | Racket: PLT implementation renamed to Racket. | Jose Antonio Ortega Ruiz | |