summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-05Documentation bitsjao
Starting to move Guile-specific stuff to geiser-guile's readme.org (from which we'll generate an info file, fear not).
2021-12-05Refinement: geiser-repl-add-project-paths instead of a boolean flagjao
2021-12-05Documentation nitsjao
2021-12-05New option geiser-repl-add-project-path-pjao
Together with project-current as a default for the project root function when available, now that Emacs 28 is on the horizon.
2021-12-05news.org entryjao
2021-12-05Redundant custom groups removed (geiser-repl)jao
2021-12-05Initialise geiser-repl-current-project-function according to availabilityjao
2021-12-04Version bump (0.19)0.19jao
2021-12-04Fix: better handling of recurring debugging entrancesjao
2021-12-03Fix: more careful display of signaturesjao
In some cases, Guile cannot figure out a signature and it comes back as #f (:t in emacs-land), rather than a list.
2021-12-03Fix for filename completion inside scheme stringsjao
It seems we were abusing comint-dynamic-complete-filename when there's the perfectly fine comint-filename-completion.
2021-11-30Better handling of REPL's output regionsjao
FSVO better, but at least the code is cleaner and prompts regexps more accurate.
2021-11-27Fix for file location identification (column number might be missing)jao
2021-11-27Customizable next-error on evaluation errorsjao
Set to nil by default, which might surprise some users, if we had enough :)
2021-11-24Indentation for srfi-64's test-groupjao
2021-11-21New geiser-mode command: geiser-exit-repljao
Useful specially for REPLs including a debugger, where you might want to exit it from a scheme buffer. Bound by default to C-c C-q.
2021-11-20Fix: allow implementations to tell us if they entered their debuggerjao
We were always displaying the debug buffer, regardless, which is not what we want: upon entering a debugger, we switch to the repl, and all the needed info is already there.
2021-10-03Version bump (0.18)0.18jao
2021-08-26info documentation fixjao
2021-08-08Version bump (0.17)0.17jao
2021-08-08documentation: mention to the new NonGNU ELPA packagesjao
2021-05-04Documentation nitjao
2021-04-28There is no session (fixes #22)jao
2021-04-21Use defvar-localJonas Bernoulli
It is available since Emacs 24.3 and we already depend on Emacs 24.4.
2021-04-21Version bump0.16jao
2021-04-19Fix for the fix (avoid popping up on empty output strings)jao
2021-04-19Fix for output display in schemes not defining their own handlerjao
See discussion in issue #21.
2021-04-16Version bump (0.15)0.15jao
2021-04-16New public api for registering file extensionsjao
2021-04-16fix for doom emacsChris McClellen
2021-04-11Fix for ANSI color treatmentsjao
2021-04-10autoload cookie for geiser-eval-load-pathjao
2021-04-10Readme tweaksjao
2021-04-10Simpler error reporting for symbol lookup failuresjao
2021-04-09cl-case with an eval-when-compilejao
2021-04-09Optionally treat ANSI colors in dbg bufferjao
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-09Version bump (0.14)jao
2021-04-05autoload geiser activate implementation0.14jao
2021-04-04stale geiser-install references removed0.13jao
2021-04-04duplicated commetary section gonejao
2021-04-04we need macros.texiJose Antonio Ortega Ruiz
2021-04-04macros.texi removedJose Antonio Ortega Ruiz
2021-04-04texi master index regeneratedjao
2021-04-04makefiles (and lack thereof)jao
2021-04-04proper ELPA header for geiser.eljao
2021-04-04more documentation nitsjao
2021-04-04trying againjao
2021-04-04trying to format readme tables more pleasantlyjao
2021-04-04readme.org tweaksjao
2021-04-04user manual and web pages updatesjao