summaryrefslogtreecommitdiff
path: root/elisp/geiser-plt.el
AgeCommit message (Collapse)Author
2009-10-15PLT: Evaluation takes into account #lang forms.Jose Antonio Ortega Ruiz
This is useful when visiting a file that has not been loaded: the evaluation namespace is provided by its #lang, if any. While i was at it, i also refactored the mess in geiser:load-file.
2009-09-27Cosmetics.Jose Antonio Ortega Ruiz
2009-09-26Letting implementations define their own file pattern matching rules.Jose Antonio Ortega Ruiz
2009-09-26PLT: Unsupported procedures listed.Jose Antonio Ortega Ruiz
2009-09-24Assignment of ss files to plt as a customization.Jose Antonio Ortega Ruiz
2009-09-22New implementation registration mechanism, for the elisp side of things.Jose Antonio Ortega Ruiz
Implementations must invoke define-geiser-implementation with an appropriate set of methods. Simple inheritance is supported. Each geiser module defines and registers the method names it uses.
2009-09-11Reload: we now remember user customizations and restore them during ↵Jose Antonio Ortega Ruiz
geiser-reload.
2009-09-11BSD relicensing: elisp code.Jose Antonio Ortega Ruiz
2009-08-18PLT: bug fix in (module) recognition.Jose Antonio Ortega Ruiz
2009-06-18PLT: Bug fix in implementation guessing.Jose Antonio Ortega Ruiz
2009-06-17Refactoring.Jose Antonio Ortega Ruiz
2009-06-17PLT: buttonize errors implemented.Jose Antonio Ortega Ruiz
2009-06-10Share scheme-indent-function tweaks across implementations.Jose Antonio Ortega Ruiz
2009-05-25PLT: New help functionality:Jose Antonio Ortega Ruiz
- Using our own help function, which takes care of trying on not yet loaded modules. - Module children implemented.
2009-05-24Unintended change undone.Jose Antonio Ortega Ruiz
2009-05-24PLT: correct (or, at least, better) computation of module names.Jose Antonio Ortega Ruiz
2009-05-24PLT: customizable collection directories.Jose Antonio Ortega Ruiz
2009-05-16PLT: A bit more sensible prompt format.Jose Antonio Ortega Ruiz
2009-05-16PLT: Correct identification of explicit module definitions.Jose Antonio Ortega Ruiz
2009-05-15PLT: Bug fix: correctly handle explicit module definitions.Jose Antonio Ortega Ruiz
2009-05-15PLT: Initialization fixes and cleanups.Jose Antonio Ortega Ruiz
* Check for required minimum version (4.1.5.5). * Colons instead of dashes in exported identifiers. * Unneeded requires are gone. * All significant code inside the geiser module.
2009-05-14Fixing the mess during initialization.Jose Antonio Ortega Ruiz
2009-05-11PLT: fixes for module name parsing (C-cC-em works now).Jose Antonio Ortega Ruiz
2009-05-08Module completion generalized and implemented for PLT.Jose Antonio Ortega Ruiz
2009-05-04PLT: autodoc (without argument positions).Jose Antonio Ortega Ruiz
2009-04-30PLT: Help fix.Jose Antonio Ortega Ruiz
2009-04-28Fixes for eval/compilation error display.Jose Antonio Ortega Ruiz
2009-04-27Support for external help functions (and application to PLT).Jose Antonio Ortega Ruiz
2009-04-26PLT support: basic startup and evaluation working.Jose Antonio Ortega Ruiz