Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-19 | Fix for output display in schemes not defining their own handler | jao | |
See discussion in issue #21. | |||
2021-04-16 | Version bump (0.15)0.15 | jao | |
2021-04-16 | New public api for registering file extensions | jao | |
2021-04-16 | fix for doom emacs | Chris McClellen | |
2021-04-11 | Fix for ANSI color treatments | jao | |
2021-04-10 | autoload cookie for geiser-eval-load-path | jao | |
2021-04-10 | Readme tweaks | jao | |
2021-04-10 | Simpler error reporting for symbol lookup failures | jao | |
2021-04-09 | cl-case with an eval-when-compile | jao | |
2021-04-09 | Optionally treat ANSI colors in dbg buffer | jao | |
This is controlled by the new customizable variable geiser-debug-treat-ansi-colors, which can be set to either nil (do nothing), 'colors (fontify colors) or 'remove (just strip all ANSI codes). | |||
2021-04-09 | Version bump (0.14) | jao | |
2021-04-05 | autoload geiser activate implementation0.14 | jao | |
2021-04-04 | stale geiser-install references removed0.13 | jao | |
2021-04-04 | duplicated commetary section gone | jao | |
2021-04-04 | we need macros.texi | Jose Antonio Ortega Ruiz | |
2021-04-04 | macros.texi removed | Jose Antonio Ortega Ruiz | |
2021-04-04 | texi master index regenerated | jao | |
2021-04-04 | makefiles (and lack thereof) | jao | |
2021-04-04 | proper ELPA header for geiser.el | jao | |
2021-04-04 | more documentation nits | jao | |
2021-04-04 | trying again | jao | |
2021-04-04 | trying to format readme tables more pleasantly | jao | |
2021-04-04 | readme.org tweaks | jao | |
2021-04-04 | user manual and web pages updates | jao | |
2021-04-04 | empty geiser-active-implementations | jao | |
2021-04-04 | readme.org updates | jao | |
2021-04-04 | geiser.el: autoloads removed | jao | |
2021-03-07 | geiser-messages-mode: Don't quote lambda expressions | Jonas Bernoulli | |
2021-02-15 | Determine the display string of command key dynamically. | Zhu Zihao | |
* elisp/geiser-repl.el(geiser-repl--sentinel): Use `substitute-command-keys'. | |||
2020-12-02 | Add doc-string to geiser-custom--defcustom | Jonas Bernoulli | |
Also add a FIXME comment about how this macro isn't actually needed. | |||
2020-12-02 | Improve doc-strings of some options | Jonas Bernoulli | |
The whole first sentence should fit on the first line. If that makes the line a bit long then that is unfortunate but better than wrapping it onto a new line. When wrapping onto a new line anyway then the second line should never be intended. When it can be avoided, then long first lines should be made shorter. | |||
2020-12-02 | Declare keymaps using defvar explicitly | Jonas Bernoulli | |
This makes it possible to re-evaluate the containing buffers without user customizations being clobbered. | |||
2020-12-02 | Placate byte compiler (Brian Leung) | jao | |
2020-12-02 | Support buffer-local binary and arglist configuration | jao | |
2020-07-19 | the long road to doc updates starts with one commit | jao | |
2020-07-19 | scheme and autotools removals | jao | |
The plan is to have geiser-core contain only, well, the elisp core engine. The autotools scafolding is no really worth it, so it's gone too (and in the process, i'll look younger). | |||
2020-07-14 | Version 0.120.12 | Jose Antonio Ortega Ruiz | |
2020-07-12 | Always display error in minibuffer after eval | Aaron Marks | |
When evaluating expressions in a Scheme buffer, display the error of an evaluation in the minibuffer regardless of whether `geiser-debug-show-debug-p` or `geiser-debug-jump-to-debug-p` are set or not. | |||
2020-07-07 | Add docs for per-project repl instances | Andrew Whatson | |
2020-07-06 | Tag project functions instead of overriding docs | Andrew Whatson | |
2020-07-06 | Fix byte-compiler warning | Andrew Whatson | |
2020-07-06 | Improve project function selection, make ignore default | Andrew Whatson | |
2020-07-06 | Refactor to make repl/impl proj argument optional | Andrew Whatson | |
2020-07-06 | Use a separate REPL instance per project | Andrew Whatson | |
2020-07-06 | Returning C-c k back to users, that key's theirs! | Jose Antonio Ortega Ruiz | |
Should close issue #315, where it is pointed out that "sequences consisting of `C-c` and a letter (either upper or lower case) are reserved for users; they are the *only* sequences reserved for users, so do not block them." | |||
2020-06-26 | Links to olde blog posts | Jose Antonio Ortega Ruiz | |
Thanks to Sebastian, who noted this in issue #314 | |||
2020-05-13 | Fix typos | Jonas Bernoulli | |
2020-05-10 | Better handcrafted reader, now with numbers! | Jose Antonio Ortega Ruiz | |
For no good reason, we were transforming numbers in retorts to symbols and then failing to recognise things like line or column numbers there. The "fix" here only works for the intersection of numbers that are written in the same way in elisp and scheme; one day we'll find a situation where this doesn't cut it, but right now we only really use integers. | |||
2020-05-10 | Completion for vanilla users | Jose Antonio Ortega Ruiz | |
Restoring what seem reasonable definitions for the completion functions when called away from the current buffer. Should fix issue | |||
2020-04-26 | Fix typos | Jonas Bernoulli | |