Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-30 | New command: "manual" autodoc (C-c C-d s) | Jose Antonio Ortega Ruiz | |
2010-12-30 | Autodoc nit | Jose Antonio Ortega Ruiz | |
2010-12-28 | Leaner autodoc cache | Jose Antonio Ortega Ruiz | |
We cannot consistently maintain a local cache, because of re-evaluations of external symbols will go unnoticed. The new strategy (remembering only the latest signatures) mostly works, although it introduces a bit of extra flickering every now and then. A global cache is perhaps worth considering. | |||
2010-12-28 | Less noisy autodoc mode activation | Jose Antonio Ortega Ruiz | |
Only display an activation message when called interactively. | |||
2010-12-28 | Finer grained maintenance of autodoc's cache | Jose Antonio Ortega Ruiz | |
2010-12-28 | Avoiding autodoc interfering with an active minibuffer | Jose Antonio Ortega Ruiz | |
A piece of eldoc advice shamelessly lifted from slime. | |||
2010-12-28 | Wee refactoring | Jose Antonio Ortega Ruiz | |
2010-12-28 | First stab at asynchronous autodoc retrieval | Jose Antonio Ortega Ruiz | |
2010-11-28 | Autodoc's argument display fixed | Jose Antonio Ortega Ruiz | |
It was relying on symbol equality, and not dealing correctly with keyword arguments in this new external world. In the process, some cleanups to the scheme data display code. | |||
2010-11-27 | No more interning in the scheme reader | Jose Antonio Ortega Ruiz | |
We avoid using elisp's read for symbols, reading uninterned ones instead. And then, we cannot use symbols as keys in responses from scheme: we're using strings instead. | |||
2010-11-26 | Autodoc not interning symbols | Jose Antonio Ortega Ruiz | |
We avoid calling symbol-at-point, and keep the cached signatures with strings as keys. | |||
2010-11-26 | Doc browser: better link highlighting | Jose Antonio Ortega Ruiz | |
We were adding extra spaces to function signatures. | |||
2010-11-21 | CLisms removed | Jose Antonio Ortega Ruiz | |
2010-11-21 | Did i mention that getting autodoc right is hard? | Jose Antonio Ortega Ruiz | |
2010-11-21 | Correct display of "..." in autodoc | Jose Antonio Ortega Ruiz | |
It'd be interesting to check what percentage of commits are related to autodoc... | |||
2010-11-21 | Even better, as in 'correct', display of autodoc args | Jose Antonio Ortega Ruiz | |
We're being a bit silly here, first converting the autodoc retort string to an elisp value and then reconverting the arguments again to a string with scheme syntax. We should probably do this at geiser-syntax's parser level, with a special mode producing stringy representations of tokens. Don't tell anyone. | |||
2010-11-19 | Better argument display in autodoc | Jose Antonio Ortega Ruiz | |
Simpler (we don't need no square brackets) and more correct (keywords display as keywords and we only include default values when available (Guile, i'm looking at you). | |||
2010-10-30 | Elisp: more flexible parsing of :eval and :ge forms | Jose Antonio Ortega Ruiz | |
This allows the implementation decide the concrete structure of the code sent to the REPL. For instance, it doesn't need to be a single s-expression, and argument order can be re-arranged. | |||
2010-10-06 | Use cl only at compile time | Jose Antonio Ortega Ruiz | |
2010-09-06 | Autodoc: clean cache upon evaluation | Jose Antonio Ortega Ruiz | |
2010-08-11 | Fixed bug in autodoc signature recognition. | Jose Antonio Ortega Ruiz | |
2010-08-07 | geiser-font-lock-autodoc-procedure-name -> geiser-font-lock-autodoc-identifier | Jose Antonio Ortega Ruiz | |
2010-08-07 | geiser-autodoc-procedure-name-format -> geiser-autodoc-identifier-format | Jose Antonio Ortega Ruiz | |
2010-07-28 | Displaying variable values in autodoc. | Jose Antonio Ortega Ruiz | |
2010-06-06 | Elisp: better fix for previous bug. | Jose Antonio Ortega Ruiz | |
2010-06-06 | Elisp: fixes for key args display. | Jose Antonio Ortega Ruiz | |
2010-06-06 | Avoiding duplicates in autodoc arg lists | Jose Antonio Ortega Ruiz | |
2010-06-05 | Better signature parsing (improper arg lists). | Jose Antonio Ortega Ruiz | |
2010-01-28 | Generic support for debugging prompts in the REPL | Jose Antonio Ortega Ruiz | |
2009-11-13 | Bug fix: displaying signatures correctly in xref buffers. | Jose Antonio Ortega Ruiz | |
2009-10-15 | Cosmetics. | Jose Antonio Ortega Ruiz | |
2009-09-26 | Multiple arity display, used by PLT backend (case-lambda). | Jose Antonio Ortega Ruiz | |
2009-09-11 | Reload: we now remember user customizations and restore them during ↵ | Jose Antonio Ortega Ruiz | |
geiser-reload. | |||
2009-09-11 | BSD relicensing: elisp code. | Jose Antonio Ortega Ruiz | |
2009-08-30 | Biting the bullet: a simple, permissive, scheme reader. | Jose Antonio Ortega Ruiz | |
Currently put to (let's hope, good) use for context parsing in autodoc and locals discovery (internal defines are recognised now). | |||
2009-08-26 | Slightly faster autodoc. | Jose Antonio Ortega Ruiz | |
2009-08-25 | Slightly better autodoc caching (probably needs an overhaul, though). | Jose Antonio Ortega Ruiz | |
2009-08-25 | Now this is cool: support for company mode. | Jose Antonio Ortega Ruiz | |
2009-08-23 | Buglet in autodoc's argument display. | Jose Antonio Ortega Ruiz | |
2009-08-23 | Fixes for all byte-compilation warnings. | Jose Antonio Ortega Ruiz | |
2009-08-17 | Well, i said that it was better, not that it was perfect. | Jose Antonio Ortega Ruiz | |
Autodoc buglets and support for displaying module variables too. | |||
2009-08-17 | Simpler, more correct and efficient autodoc implementation. | Jose Antonio Ortega Ruiz | |
Not that it was difficult: it's replacing an ugly kludge. | |||
2009-08-11 | autodoc: better emacs display for opt/key markers. | Jose Antonio Ortega Ruiz | |
2009-08-07 | kludgy fix for opt/key/rest markers in autodoc | Jose Antonio Ortega Ruiz | |
2009-05-04 | Autodoc: support for info about variables. | Jose Antonio Ortega Ruiz | |
2009-03-05 | turn-on/off-geiser-mode commands added and used in scheme-mode-hook. | Jose Antonio Ortega Ruiz | |
2009-03-03 | Highlight also #:key in autodoc. | Jose Antonio Ortega Ruiz | |
2009-03-03 | Micro-optimisation. | Jose Antonio Ortega Ruiz | |
2009-03-02 | Autodoc enhancements: | Jose Antonio Ortega Ruiz | |
* Use argument names from guile-procedures.txt when available. * Highlihgt #:opt with a face of its own. | |||
2009-03-02 | Fix (again!) completion for symbols outside enclosing forms. | Jose Antonio Ortega Ruiz | |