Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-28 | Bug fix: autodoc was skipping some identifiers | Jose Antonio Ortega Ruiz | |
Namely, those with non-letters in their name, because we were using "%S" instead of "%s" to stringify uninterned symbols. | |||
2010-12-15 | A quack compatibility bit | Jose Antonio Ortega Ruiz | |
If quack-mode is active, we leave additional font locking to it. | |||
2010-11-30 | Locals scanning: support for let-values and let*-values | Jose Antonio Ortega Ruiz | |
... and i haven't yet refactored `geiser-syntax--scan-locals', oh my. | |||
2010-11-29 | Fixes for locals scanning | Jose Antonio Ortega Ruiz | |
... using the new non-interning reader. Plus scanning for case-lambda and syntax-rules. `geiser-syntax--scan-locals' is in danger of refactoring, specially if we add support for let-values. | |||
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-28 | Avoiding keyword internalisation | Jose Antonio Ortega Ruiz | |
We were still internalizing scheme _keywords_ in the elisp reader. | |||
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 | Nit | Jose Antonio Ortega Ruiz | |
2010-11-26 | Revert "Bug fix: don't intern symbols read by scheme reader" | Jose Antonio Ortega Ruiz | |
This reverts commit 801422d1558f488059ede4f9abab5163ca610900. We cannot blindly substitute make-symbol for intern in the scheme reader, because we rely on symbol equality elsewhere, often. The fix will have to be much more careful. | |||
2010-11-26 | Bug fix: don't intern symbols read by scheme reader | Jose Antonio Ortega Ruiz | |
We were calling `intern' instead of `make-symbol', polluting emacs' obarray. | |||
2010-11-21 | Bug fix: (symbol-at-point) thinks that '.' is a symbol | Jose Antonio Ortega Ruiz | |
And, as a consequence, we were sending broken sexps to poor schemes. | |||
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-10-24 | Locals completion: a fix and an extension | Jose Antonio Ortega Ruiz | |
- ((foo wasn't being completed - define-syntax makes its first argument a bound local | |||
2010-10-23 | A proper (let's hope) fix for the sluggishness problem | Jose Antonio Ortega Ruiz | |
2010-10-23 | Temporary fix for sluggishness while scanning big forms | Jose Antonio Ortega Ruiz | |
2010-10-06 | Autodoc: fix for position scanning and current symbol | Jose Antonio Ortega Ruiz | |
Fixes scan of current symbol when point is in a string or comment and detection of argument boundaries. | |||
2010-10-06 | Fixes for scanning of locals during completion | Jose Antonio Ortega Ruiz | |
2010-10-06 | Use cl only at compile time | Jose Antonio Ortega Ruiz | |
2010-09-07 | Support for evaluation warnings | Jose Antonio Ortega Ruiz | |
2010-09-06 | Bug fix: assign a default scheme to syntax hilighting buffer | Jose Antonio Ortega Ruiz | |
2010-09-02 | Yet another fix for scan locals (completion) | Jose Antonio Ortega Ruiz | |
2010-08-30 | Fix for locals scanning in presence of rest arguments. | Jose Antonio Ortega Ruiz | |
2010-07-31 | Fix for the fix. | Jose Antonio Ortega Ruiz | |
2010-07-31 | Autodoc: fix for current argument hihglighting. | Jose Antonio Ortega Ruiz | |
2010-07-28 | Displaying variable values in autodoc. | Jose Antonio Ortega Ruiz | |
2010-07-05 | Racket: indentation for typed binding forms. | Jose Antonio Ortega Ruiz | |
2010-06-14 | Half-baked code deactivated for now. | Jose Antonio Ortega Ruiz | |
2010-06-12 | New buttons (source, forward/backward) in document browser. | Jose Antonio Ortega Ruiz | |
2010-06-06 | Elisp: better fix for previous bug. | Jose Antonio Ortega Ruiz | |
2010-06-05 | Bug in scheme reader fixed | Jose Antonio Ortega Ruiz | |
2010-05-24 | Elisp: misc little bugs (revealed by the byte compiler) fixed. | Jose Antonio Ortega Ruiz | |
2010-04-01 | More lenient scheme reader. | Jose Antonio Ortega Ruiz | |
2010-03-07 | Implementations can now specify additional binding forms. | Jose Antonio Ortega Ruiz | |
2010-02-27 | More room for recursion in the scheme reader. | Jose Antonio Ortega Ruiz | |
2010-02-02 | Elisp scheme reader: more room for recursive list scanning. | Jose Antonio Ortega Ruiz | |
2009-10-15 | Autodoc for identifier at point only when it's not an argument. | Jose Antonio Ortega Ruiz | |
2009-10-15 | Silly micro-optimisitation. | Jose Antonio Ortega Ruiz | |
2009-10-15 | Autodoc fix: dots in arglists were causing a parsing error. | Jose Antonio Ortega Ruiz | |
2009-09-27 | Previous patch was broken. | Jose Antonio Ortega Ruiz | |
2009-09-26 | Internal fix: duplication of symbol at point in scan-sexps. | Jose Antonio Ortega Ruiz | |
2009-09-12 | New function: `geiser-syntax--read-from-string', analogous to elisp's ↵ | Jose Antonio Ortega Ruiz | |
`read-from-string'. | |||
2009-09-12 | Bug fix: we were not correctly detecting dot as a token in the scheme reader. | Jose Antonio Ortega Ruiz | |
2009-09-11 | BSD relicensing: elisp code. | Jose Antonio Ortega Ruiz | |
2009-09-07 | Fix for regression in autodoc: it works again when point is inside a string. | Jose Antonio Ortega Ruiz | |
2009-09-07 | Scheme reader improvements: #<>, #||# and other bits. | Jose Antonio Ortega Ruiz | |
2009-08-30 | Improved local names detection (both implementation- and functional-wise). | Jose Antonio Ortega Ruiz | |
2009-08-30 | Tagging keywords as such in the scheme reader, for later spotting of | Jose Antonio Ortega Ruiz | |
active argument in autodoc. | |||
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-27 | Better detection of locals (internal defines). | Jose Antonio Ortega Ruiz | |
- The implementation is still buggy, though, because it uses the elisp reader, which bails at some scheme syntaxes (e.g. chars) |