summaryrefslogtreecommitdiff
path: root/elisp/geiser-syntax.el
AgeCommit message (Expand)Author
2010-10-06Autodoc: fix for position scanning and current symbolJose Antonio Ortega Ruiz
2010-10-06Fixes for scanning of locals during completionJose Antonio Ortega Ruiz
2010-10-06Use cl only at compile timeJose Antonio Ortega Ruiz
2010-09-07Support for evaluation warningsJose Antonio Ortega Ruiz
2010-09-06Bug fix: assign a default scheme to syntax hilighting bufferJose Antonio Ortega Ruiz
2010-09-02Yet another fix for scan locals (completion)Jose Antonio Ortega Ruiz
2010-08-30Fix for locals scanning in presence of rest arguments.Jose Antonio Ortega Ruiz
2010-07-31Fix for the fix.Jose Antonio Ortega Ruiz
2010-07-31Autodoc: fix for current argument hihglighting.Jose Antonio Ortega Ruiz
2010-07-28Displaying variable values in autodoc.Jose Antonio Ortega Ruiz
2010-07-05Racket: indentation for typed binding forms.Jose Antonio Ortega Ruiz
2010-06-14Half-baked code deactivated for now.Jose Antonio Ortega Ruiz
2010-06-12New buttons (source, forward/backward) in document browser.Jose Antonio Ortega Ruiz
2010-06-06Elisp: better fix for previous bug.Jose Antonio Ortega Ruiz
2010-06-05Bug in scheme reader fixedJose Antonio Ortega Ruiz
2010-05-24Elisp: misc little bugs (revealed by the byte compiler) fixed.Jose Antonio Ortega Ruiz
2010-04-01More lenient scheme reader.Jose Antonio Ortega Ruiz
2010-03-07Implementations can now specify additional binding forms.Jose Antonio Ortega Ruiz
2010-02-27More room for recursion in the scheme reader.Jose Antonio Ortega Ruiz
2010-02-02Elisp scheme reader: more room for recursive list scanning.Jose Antonio Ortega Ruiz
2009-10-15Autodoc for identifier at point only when it's not an argument.Jose Antonio Ortega Ruiz
2009-10-15Silly micro-optimisitation.Jose Antonio Ortega Ruiz
2009-10-15Autodoc fix: dots in arglists were causing a parsing error.Jose Antonio Ortega Ruiz
2009-09-27Previous patch was broken.Jose Antonio Ortega Ruiz
2009-09-26Internal fix: duplication of symbol at point in scan-sexps.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-11BSD relicensing: elisp code.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-24Taking into account those ugly square brackets while scanning locals.Jose Antonio Ortega Ruiz
2009-08-20Bug fix: bogus regexp.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-07-02Simpler, nicer, more efficient handling of evaluation results. ItJose Antonio Ortega Ruiz
2009-06-16Better parsing of scheme retorts in the Emacs end.Jose Antonio Ortega Ruiz
2009-06-13Guile: rewriting stack trace captures - not yet complete.Jose Antonio Ortega Ruiz
2009-06-10Share scheme-indent-function tweaks across implementations.Jose Antonio Ortega Ruiz
2009-05-24Elisp leftovers trimmed.Jose Antonio Ortega Ruiz
2009-05-18Autodoc: correct detection of start of string in argument highlighting.Jose Antonio Ortega Ruiz
2009-05-14Fixing the mess during initialization.Jose Antonio Ortega Ruiz
2009-05-11Bug fix: be aware of square brackets when retrieving context form.Jose Antonio Ortega Ruiz
2009-03-19More robust sexp scanning for autodoc.Jose Antonio Ortega Ruiz
2009-03-03Highlight also #:key in autodoc.Jose Antonio Ortega Ruiz
2009-03-02Autodoc enhancements:Jose Antonio Ortega Ruiz