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. | |||
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. | |||
2016-06-12 | New key bindings: C-c C-c, C-c C-l | Jose Antonio Ortega Ruiz | |
2014-06-01 | Almost redundant REPL command to interrupt evaluation | Jose Antonio Ortega Ruiz | |
Works almost identically to the stock C-c C-c, with just marginally better output aaand being well behaved when interrupting infinitely looping functions such as (define (f) (newline) (let loop () (loop))) -- cf. issue #29 on github. We like it so much that it replaces the old one. | |||
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-05-03 | NEWS for 0.40.4 | Jose Antonio Ortega Ruiz | |
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-10-13 | Manual lookup shortcut (C-c C-d i) also in REPL buffers | Jose Antonio Ortega Ruiz | |
2011-03-06 | Racket: geiser-add-to-load-path implemented | Jose Antonio Ortega Ruiz | |
And we take the chance to lightly document the existence of this new command in the user manual. | |||
2011-01-24 | More documentation nits0.1.1 | Jose Antonio Ortega Ruiz | |
2011-01-23 | Documentation nits | Jose Antonio Ortega Ruiz | |
2011-01-23 | geiser-repl--tab -> geiser-repl-tab-dwim | Jose Antonio Ortega Ruiz | |
Following a suggestion by M. Harig, and following the policy that it's better for command names to not be doubly hyphenated. | |||
2011-01-11 | Cheat sheet updated | Jose Antonio Ortega Ruiz | |
2011-01-08 | Docs: two spaces after period in texinfo sources. | Jose Antonio Ortega Ruiz | |
Thanks to MH, who did all the heavy lifting. | |||
2011-01-07 | Docs: cheat sheet corrections | Jose Antonio Ortega Ruiz | |
2011-01-07 | Documentation typos (thanks to Mark Harig) | Jose Antonio Ortega Ruiz | |
2010-12-30 | New command: "manual" autodoc (C-c C-d s) | Jose Antonio Ortega Ruiz | |
2010-12-11 | Documentation bit | Jose Antonio Ortega Ruiz | |
2010-11-23 | Lookup is a name, look up, a verb | Jose Antonio Ortega Ruiz | |
2010-11-23 | Document browser improvements, and Racket using them | Jose Antonio Ortega Ruiz | |
We have a new "manual lookup" command, and Racket now displays a doc browser buffer for help with a button activating it. In the process, we've cleaned-up a little mess in geiser-eval.el and geiser-doc.el, and refactored the affected Racket modules. Next in line is providing manual lookup for Guile. | |||
2010-11-21 | Doc browser: section navigation cmmands | Jose Antonio Ortega Ruiz | |
Details, details. | |||
2010-11-11 | Partial work (connections working) | Jose Antonio Ortega Ruiz | |
2010-11-08 | geiser-squarify to toggle between () and [] | Jose Antonio Ortega Ruiz | |
2010-11-05 | Documentation tweaking | Jose Antonio Ortega Ruiz | |
2010-11-05 | Documentation fix | Jose Antonio Ortega Ruiz | |
2010-11-05 | Fix for TAB in REPL, and BACKTAB going to previous error | Jose Antonio Ortega Ruiz | |
2010-10-31 | Documented thanks | Jose Antonio Ortega Ruiz | |
2010-10-16 | Manual: cheat sheet | Jose Antonio Ortega Ruiz | |