summaryrefslogtreecommitdiff
path: root/elisp
AgeCommit message (Expand)Author
2009-09-22New implementation registration mechanism, for the elisp side of things.Jose Antonio Ortega Ruiz
2009-09-12Dog food: using the scheme reader for parsing evaluation results.Jose Antonio Ortega Ruiz
2009-09-12New function: `geiser-syntax--read-from-string', analogous to elisp's `read-f...Jose Antonio Ortega Ruiz
2009-09-12Bug fix: we were not correctly detecting dot as a token in the scheme reader.Jose Antonio Ortega Ruiz
2009-09-11Reload: we now remember user customizations and restore them during geiser-re...Jose Antonio Ortega Ruiz
2009-09-11BSD relicensing: elisp code.Jose Antonio Ortega Ruiz
2009-09-07Bug fix: run-geiser and friends now always create a new REPL.Jose Antonio Ortega Ruiz
2009-09-07Fix for regression in autodoc: it works again when point is inside a string.Jose Antonio Ortega Ruiz
2009-09-07Scheme reader improvements: #<>, #||# and other bits.Jose Antonio Ortega Ruiz
2009-08-30Improved local names detection (both implementation- and functional-wise).Jose Antonio Ortega Ruiz
2009-08-30Tagging keywords as such in the scheme reader, for later spotting ofJose Antonio Ortega Ruiz
2009-08-30Biting the bullet: a simple, permissive, scheme reader.Jose Antonio Ortega Ruiz
2009-08-27Better detection of locals (internal defines).Jose Antonio Ortega Ruiz
2009-08-26Quicker metadata display in company mode.Jose Antonio Ortega Ruiz
2009-08-26Company's go to location working also for locations in same file.Jose Antonio Ortega Ruiz
2009-08-26Slightly faster autodoc.Jose Antonio Ortega Ruiz
2009-08-26Company: handling correctly the mode lighter and autodoc interaction.Jose Antonio Ortega Ruiz
2009-08-25Slightly better autodoc caching (probably needs an overhaul, though).Jose Antonio Ortega Ruiz
2009-08-25Now this is cool: support for company mode.Jose Antonio Ortega Ruiz
2009-08-24Taking into account those ugly square brackets while scanning locals.Jose Antonio Ortega Ruiz
2009-08-23fixes for geiser-unload.Jose Antonio Ortega Ruiz
2009-08-23geiser-reload works again (was broken for installed geiser).Jose Antonio Ortega Ruiz
2009-08-23Automake tweak: geiser-install.el belongs to CLEANFILES.Jose Antonio Ortega Ruiz
2009-08-23Buglet in autodoc's argument display.Jose Antonio Ortega Ruiz
2009-08-23Fixes for all byte-compilation warnings.Jose Antonio Ortega Ruiz
2009-08-23Autotoolification.Jose Antonio Ortega Ruiz
2009-08-20Bug fix: bogus regexp.Jose Antonio Ortega Ruiz
2009-08-19C-c k == nuke replJose Antonio Ortega Ruiz
2009-08-18REPLs: using compile-shell-minor-mode.Jose Antonio Ortega Ruiz
2009-08-18PLT: bug fix in (module) recognition.Jose Antonio Ortega Ruiz
2009-08-18Yet another deklugdification: locals scanning moved to elisp.Jose Antonio Ortega Ruiz
2009-08-17Well, i said that it was better, not that it was perfect.Jose Antonio Ortega Ruiz
2009-08-17Simpler, more correct and efficient autodoc implementation.Jose Antonio Ortega Ruiz
2009-08-11autodoc: better emacs display for opt/key markers.Jose Antonio Ortega Ruiz
2009-08-07kludgy fix for opt/key/rest markers in autodocJose Antonio Ortega Ruiz
2009-07-06Stray paren killed.Jose Antonio Ortega Ruiz
2009-07-02Simpler, nicer, more efficient handling of evaluation results. ItJose Antonio Ortega Ruiz
2009-06-29Safer handling of file line and columns in emacs.Jose Antonio Ortega Ruiz
2009-06-28Bug fix: initialisation loop removed.Jose Antonio Ortega Ruiz
2009-06-20REPL improvements: bailing out earlier on startup abort; C-c z DTRTJose Antonio Ortega Ruiz
2009-06-20Auxiliary function.Jose Antonio Ortega Ruiz
2009-06-19New user command to unregister Scheme implementations.Jose Antonio Ortega Ruiz
2009-06-19Bug fix.Jose Antonio Ortega Ruiz
2009-06-19User command to register scheme implementations (geiser-register-implementati...Jose Antonio Ortega Ruiz
2009-06-19Registered implementations are loaded by default.Jose Antonio Ortega Ruiz
2009-06-19Better display of evaluation results.Jose Antonio Ortega Ruiz
2009-06-19Directory-specific implementations.Jose Antonio Ortega Ruiz
2009-06-18PLT: Bug fix in implementation guessing.Jose Antonio Ortega Ruiz
2009-06-18Will i ever get initialisation right?Jose Antonio Ortega Ruiz
2009-06-18Initialisation fixes.Jose Antonio Ortega Ruiz