Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-28 | C-c \ and C-c [ in geiser-repl too | Jose Antonio Ortega Ruiz | |
With a hat tip to Mikhail Kryshen, who was wondering in guile-user why oh why, and rightly so. | |||
2019-11-26 | Rename multiline expression option | Aaron Marks | |
* Renames geiser-repl-context-sensitive-send to geiser-repl-send-on-return-p. This option's value is now inverted. * Update documentation accordingly. | |||
2019-10-25 | elisp/geiser-completion.el: Expose `--symbol-list` and `--module-list` funcs. | Brian Leung | |
2019-10-23 | Merge branch 'master' into ChibiExperiments | Lockywolf | |
2019-10-21 | elisp/geiser.doc.el: Add geiser-doc-manual-for-symbol. | Brian Leung | |
2019-10-12 | Missing require (fixes issue #285) | Jose Antonio Ortega Ruiz | |
Seems we forgot a require while adding a new defcustom in geiser-log. | |||
2019-09-03 | Add a few minor tweaks. | Lockywolf | |
2019-09-03 | Fix latest chicken. Add debug level logging. Fixed typo. | Lockywolf | |
2019-09-03 | Add a custom variable to scroll *geiser messages*. | Lockywolf | |
2019-09-03 | Add a (declare (debug)) form to all geiser-%s--with-buffer macros. | Lockywolf | |
2019-09-02 | Set header-line-format only in case when `cond` branch is true | Andrey Orst | |
2019-08-22 | Update README.org | mathieu | |
2019-08-20 | correcting the typos detected in revision by Mr Jao | mathieu2em | |
2019-08-20 | install.texi addendum and adjustment of config notes | mathieu2em | |
2019-08-20 | more installation instructions | mathieu2em | |
2019-08-20 | better indent , gsi opening param using module if > version 4.9.3 | mathieu2em | |
2019-08-20 | add the instructions for correct Gambit configuration | mathieu2em | |
2019-08-20 | add top level functions | mathieu2em | |
2019-08-20 | support gambit's style block comments from chris blom | mathieu2em | |
2019-08-20 | WIP gambit support first draft | mathieu2em | |
2019-08-14 | Pushing the correct marker (fixes #279) | Jose Antonio Ortega Ruiz | |
2019-08-07 | Add error reporting about missing symbols to geiser-edit.el | Lockywolf | |
Add (chibi filesystem) import to geiser.sld | |||
2019-08-06 | Remove debug printing. Align par-style with geiser. | Lockywolf | |
2019-08-06 | Add scheme subroutine to find files implementing modules to chibi. | Lockywolf | |
Add a helper function make-location to chibi interface. | |||
2019-06-24 | Fix: use default method implementations | Jose Antonio Ortega Ruiz | |
See discussion in issue !256. | |||
2019-06-13 | Introduce context-aware REPL send option | Aaron Marks | |
This option allows for easier editing of expressions on the REPL without accidentally sending the input to the inferior Scheme. When turned on, the REPL behaves similarly to the Chez REPL. | |||
2019-05-15 | Chicken 5 installation instructions | Jose Antonio Ortega Ruiz | |
2019-05-15 | Alias for font-lock-ensure (should fix #274) | Jose Antonio Ortega Ruiz | |
2019-02-10 | xref-push-marker-stack <- find-tag-marker-ring | Ryan Desfosses | |
2019-02-08 | Fix: off-by-one while fontifying REPL's output | Jose Antonio Ortega Ruiz | |
2018-11-28 | Aaoron added to AUTHORS | Jose Antonio Ortega Ruiz | |
He really merits this mention for his great efforts to learn and finally find out the right thing! | |||
2018-11-28 | Change behaviour of REPL output and highlighting | Aaron Marks | |
* Narrow font-lock syntax highlighting to only the active REPL input region. * Mark REPL output read-only. This can be changed via the option `geiser-repl-read-only-output-p`. * Mark REPL output with a user-definable face as `geiser-font-lock-repl-output`. Alternatively an option to syntax highlight REPL output is provided via the option `geiser-repl-highlight-output-p`. This applies scheme-mode syntax highlighting to any REPL output. Any additional hooks defined via scheme-mode-hook are also executed for highlighting this region. * Remove some unwanted TABs in source files. | |||
2018-11-12 | Chicken 5 works with Geiser, many features removed | Dan Leslie | |
2018-11-12 | Readme and authors updated | Jose Antonio Ortega Ruiz | |
2018-11-12 | Support 'quickhelp-string command for company-quickhelp | Alexander Konstantinov | |
2018-11-12 | Make the geiser-company 'doc-buffer command work again | Alexander Konstantinov | |
2018-06-26 | Not killing partial outputs when leaving the REPL | Jose Antonio Ortega Ruiz | |
Since this job is done in the process sentinel, the clean up is also triggered when the Scheme process exits unexpectedly, deleting any traces the dying guy might have left. I added a flag to control the behaviour, but upon reflection the old behaviour seems wrong and i've defaulted to the new one. This one should fix #251. | |||
2018-06-11 | Documentation warning | Jose Antonio Ortega Ruiz | |
2018-06-11 | Making README a product | Jose Antonio Ortega Ruiz | |
Generated by simply copying README.org. The trick of making README a symbolic link was, well, a trick, and seems to confuse poor Gitlab. | |||
2018-06-10 | Moving to Gitlab | Jose Antonio Ortega Ruiz | |
Probably not a totally smart move, since sooner or later gitlab's going to fall as github did (for a fruity company would be my bet). But oh well, at least we can export a CSV of the issues! | |||
2018-04-14 | Adding proper entries to load-path (fixes #246) | Jose Antonio Ortega Ruiz | |
And we also take the chance to let add-to-list do its job of not adding duplicates. | |||
2018-04-02 | Those lines are not table headers | Jose Antonio Ortega Ruiz | |
2018-04-02 | I don't know why github's org parser is playing games with me | Jose Antonio Ortega Ruiz | |
2018-04-02 | More README tweaks | Jose Antonio Ortega Ruiz | |
2018-04-02 | More README tweaks | Jose Antonio Ortega Ruiz | |
2018-04-02 | Trying harder to use proper org markup in README | Jose Antonio Ortega Ruiz | |
and make github happier in the process (cf. github issue #243) | |||
2018-04-02 | Trying to use proper org markup in README | Jose Antonio Ortega Ruiz | |
And thus avoiding having to generate markdown (cf. github issue #243) | |||
2018-03-19 | A prefix for geiser-compile-current-buffer to restart it all | Jose Antonio Ortega Ruiz | |
Okay, i must confess it's sometimes handy to restart the REPL before compiling a file (the proverbial clean slate and all). And we already have geiser-restart-repl, so combining the two things when C-u happens was not really difficult. | |||
2018-03-14 | Simpler navigation bar in website | Jose Antonio Ortega Ruiz | |
Savannah downloads is often broken, and the news page doesn't really add any value. | |||
2018-03-14 | Typo | Jose Antonio Ortega Ruiz | |