Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-15 | namespace-conscientious completion | jao | |
2022-10-15 | rec keyword | jao | |
2022-10-15 | module (i.e., library) awareness | jao | |
2022-10-15 | little simplifications | jao | |
2022-10-15 | fix: restore automatic debugger entry | jao | |
2022-10-14 | wee refactorings | jao | |
2022-10-14 | fix: multiple arities in chez-docs signatures | jao | |
2022-10-13 | support for recognising current library (not yet used) | jao | |
2022-10-13 | better autodoc via data from chez-docs | jao | |
2022-10-10 | load-file: adjust current-directory to loaded file's | jao | |
Not totally sure it's always what we want, but makes effective the ("." . ".") default entry in library-directories. | |||
2022-10-10 | add-to-load-path | jao | |
2022-10-10 | initial implementation of symbol-location and module-location | jao | |
2022-10-09 | 'module' recognised as a keyword in chez | jao | |
2022-10-09 | whitespace | jao | |
2022-10-09 | autodoc: fix for arity 0 functions | jao | |
2022-10-09 | remote connections: wee refactoring | jao | |
2022-10-09 | wee refactoring | jao | |
2022-10-09 | unit test fixes | jao | |
2022-10-09 | whitespace and spurious rest arg | jao | |
2022-10-09 | following the error reporting protocol now that geiser does too | jao | |
2022-10-09 | fixes for the above in the face of non-continuable conditions | jao | |
2022-10-09 | geiser-chez-debug-on-exception-p -> geiser-chez-debug-on-exception | jao | |
2022-10-09 | autodoc improvements (signatures from arities, values) | jao | |
2022-10-08 | better display of evaluation results (dups, spurious compile msgs) | jao | |
2021-12-16 | Version bump0.17 | jao | |
2021-12-14 | add support for Tramp remote files | Felipe Lema | |
- Treat files loaded at start as process-local files - `geiser-chez-init-file` won't be added to command-line arguments if it does not exist - if process is remote, copy "geiser.ss" to remote host and tell chez to load the remote copy | |||
2021-11-20 | Tell geiser we've entered the debugger: newest version will listen | jao | |
Otherwise we also jump to the debug buffer, which i don't think it's useful. | |||
2021-11-18 | show the parameter list of record type constructors, predicates, | Jay Xu | |
accessors and mutators. | |||
2021-11-18 | add debugger support | Jay Xu | |
2021-04-21 | Use new implementation extension declarator0.16 | jao | |
2021-04-21 | whitespace | jao | |
2021-04-05 | fix: auto-activate implementation0.14 | jao | |
2021-03-28 | emacs dependency0.13 | jao | |
2021-03-28 | compilation warnings (unused variable) | jao | |
2021-03-28 | Typo | jao | |
2021-03-28 | preparing MELPA submission | jao | |
2020-08-20 | add built-in keywords and extra keywords customization | Jay Xu | |
2020-07-22 | make autodoc support the procedure defined by case-lambda. | Jay Xu | |
2020-07-20 | typo | jao | |
2020-07-20 | license and readme | jao | |
2020-07-20 | scheme load path adjustments | jao | |
2020-07-20 | files moved from original import locations | jao | |
2020-07-12 | chez: pretty printing macroexpand results.0.12 | Jay Xu | |
2020-07-11 | make chez display output and error messages. | Jay Xu | |
2020-04-19 | add extra parameter support to chez | julian herrera | |
2020-04-19 | add extra parameter support to chez implementation | julian herrera | |
2020-03-27 | Use cl-lib instead of cl | Jonas Bernoulli | |
Starting with Emacs 27 cl is fully deprecated, including at compile-time. | |||
2020-03-27 | Delete trailing whitespace | Jonas Bernoulli | |
2020-03-27 | Fix indentation | Jonas Bernoulli | |
2020-03-27 | Mark the beginning of code part of elisp libraries with Code: heading | Jonas Bernoulli | |
It's the convention and by following it we make a big step towards supporting outline navigation. The convention doesn't say much about what parts of the code are supposed to be part of that sections and what parts belong in a subsequent section. Here we put the `require' forms in this section and maybe some setup code, that's a popular approach. In most cases there was "" where we now insert "Code:". They both serve a similar purpose and we keep the former because some users depend on that for navigation. We even add this "" in libraries where it previously was missing. In some cases the permission statement was followed by a commentary, which obviously does not belong in the "Code:" section. In such cases add the conventional "Commentary:" section. |