Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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. | |||
2017-11-18 | Fix typo in installation's command | Ziyi Yan | |
`install-package` -> `package-install` | |||
2016-07-26 | README as an org file | Jose Antonio Ortega Ruiz | |
2016-06-12 | New key bindings: C-c C-c, C-c C-l | Jose Antonio Ortega Ruiz | |
2016-06-11 | Lower minimum MIT Scheme version | Fice T | |
2016-04-26 | Add preliminary support for MIT/GNU Scheme. | Peter | |
2015-10-21 | Correct misspellings | Syohei YOSHIDA | |
2015-03-03 | Bogus mention to geiser-impl-installed-implementations removed | Jose Antonio Ortega Ruiz | |
It should have been geiser-active-implementations since ages ago. | |||
2015-02-09 | Documentation updates and nits for Freija | Jose Antonio Ortega Ruiz | |
Preparing the release of 0.7, which will feature support for Chicken thanks to Dan and Freija! | |||
2015-02-09 | Initial Chicken support | Dan Leslie | |
2013-05-13 | Add geiser-eval-buffer & geiser-eval-buffer-and-go | Nick Parker | |
These functions are similar to geiser-eval-region and geiser-eval-region-and-go, however they allow the user to operate on the entire buffer, not requiring the user to narrow to a specific region. This also differs slightly from geiser-compile-current-buffer as geiser-eval-buffer does not require the contents of the buffer to be saved prior to being sent to the REPL. Documentaion has also been updated to include references to the new methods and their keybindings. | |||
2013-04-15 | Remainin reference to company's screencast gone. | Jose Antonio Ortega Ruiz | |
Fixes #3 for real | |||
2012-11-11 | New command geiser-repl-clear-buffer | Jose Antonio Ortega Ruiz | |
Just renamed geiser-repl--clear-buffer (we don't use -- when users can call the command with M-x normally) and added documentation. | |||
2012-09-30 | Documentation updates0.2.2 | Jose Antonio Ortega Ruiz | |
2012-09-02 | Credits and boilerplate for the a new version | Jose Antonio Ortega Ruiz | |
2011-03-06 | Mentioning Guile 2.0 instead of its git version | Jose Antonio Ortega Ruiz | |
2011-02-03 | New geiser-add-to-load-path, just for Guile right now | Jose Antonio Ortega Ruiz | |
As per Andy's request. Adding it to Racket (and to the user manual), shouldn't be difficult). | |||
2011-01-11 | Cheat sheet updated | Jose Antonio Ortega Ruiz | |
2011-01-09 | README updates | Jose Antonio Ortega Ruiz | |
2010-12-06 | We need Emacs 23.2 at least | Jose Antonio Ortega Ruiz | |
The new completion machinery Geiser uses was introduced there. | |||
2010-11-23 | Lookup is a name, look up, a verb | Jose Antonio Ortega Ruiz | |
2010-11-21 | Doc browser: section navigation cmmands | Jose Antonio Ortega Ruiz | |
Details, details. | |||
2010-11-08 | README nit | Jose Antonio Ortega Ruiz | |
2010-11-08 | geiser-squarify to toggle between () and [] | Jose Antonio Ortega Ruiz | |
2010-10-16 | Manual: cheat sheet | Jose Antonio Ortega Ruiz | |
2010-10-15 | Documentation for M-. and modules | Jose Antonio Ortega Ruiz | |
2010-10-15 | Documentation for smart-tab mode | Jose Antonio Ortega Ruiz | |
2010-10-15 | README -> README.org | Jose Antonio Ortega Ruiz | |
2010-10-13 | README fix | Jose Antonio Ortega Ruiz | |
2010-09-06 | Allow loading byte-compiled Geiser without make install | Jose Antonio Ortega Ruiz | |
2010-08-30 | Docs: index entries. | Jose Antonio Ortega Ruiz | |
2010-08-06 | Removing key bindings of the form C-c <alphabetic>. | Jose Antonio Ortega Ruiz | |
These are reserved for users. See http://www.gnu.org/software/emacs/elisp/html_node/Key-Binding-Conventions.htm | |||
2010-07-25 | C-c z as a to and fro jump, plus documentation. | Jose Antonio Ortega Ruiz | |
2010-07-19 | REPL: new doc bindings in tune with those in scheme buffers. | Jose Antonio Ortega Ruiz | |
2010-06-23 | REPL: quit command. | Jose Antonio Ortega Ruiz | |
2010-06-23 | Documentation tweaks | Jose Antonio Ortega Ruiz | |
2010-06-19 | The humble beginnings of a user's manual. | Jose Antonio Ortega Ruiz | |
2010-06-14 | Better keybindings for documentation browser | Jose Antonio Ortega Ruiz | |
2010-06-07 | README: note about Guile version. | Jose Antonio Ortega Ruiz | |
2010-06-06 | Conflicts between view-mode and geiser-doc-mode keymaps removed. | Jose Antonio Ortega Ruiz | |
2010-05-23 | PLT: Minimum version bumped to 5.0. | Jose Antonio Ortega Ruiz | |
2010-04-16 | Guile: evaluation output collection reactivated. | Jose Antonio Ortega Ruiz | |
with-output-to-string was broken in guile prior to 1.9.10. | |||
2010-03-19 | Guile: better stack traces (using start-stack to delimit them). | Jose Antonio Ortega Ruiz | |