Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-03-07 | New command to switch to REPL and put it in current module. | Jose Antonio Ortega Ruiz | |
2009-11-17 | Documentation fix (byte-compiled doesn't work in-place). | Jose Antonio Ortega Ruiz | |
2009-11-13 | Docs: Guile 1.9.5 required. | Jose Antonio Ortega Ruiz | |
2009-09-23 | Guile: bug fix: evaluation works again (1.9.3 or better required). | Jose Antonio Ortega Ruiz | |
2009-08-25 | Now this is cool: support for company mode. | Jose Antonio Ortega Ruiz | |
2009-08-23 | Standardese filling. | Jose Antonio Ortega Ruiz | |
2009-08-19 | C-c k == nuke repl | Jose Antonio Ortega Ruiz | |
2009-05-25 | README tweaks and updates. | Jose Antonio Ortega Ruiz | |
2009-05-16 | Automatic setup when loading geiser.el (explicit call to geiser-setup | Jose Antonio Ortega Ruiz | |
no longer needed). README updates. | |||
2009-05-15 | PLT: Initialization fixes and cleanups. | Jose Antonio Ortega Ruiz | |
* Check for required minimum version (4.1.5.5). * Colons instead of dashes in exported identifiers. * Unneeded requires are gone. * All significant code inside the geiser module. | |||
2009-05-14 | README updates. | Jose Antonio Ortega Ruiz | |
2009-03-18 | Callers/callees (C-c <, C-c >). | Jose Antonio Ortega Ruiz | |
2009-03-16 | Key for geiser-set-scheme in geiser-mode. | Jose Antonio Ortega Ruiz | |
2009-03-11 | Better (at least in US keyboards) default key (M-`) for module name completion. | Jose Antonio Ortega Ruiz | |
2009-03-07 | A bit of key bindings reorg: macro-related commands start with C-cC-m. | Jose Antonio Ortega Ruiz | |
2009-03-06 | Don't display autodoc for function being defined. | Jose Antonio Ortega Ruiz | |
2009-03-06 | A bit more robust generic methods. | Jose Antonio Ortega Ruiz | |