summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2013-05-13Add geiser-eval-buffer & geiser-eval-buffer-and-goNick 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-15Remainin reference to company's screencast gone.Jose Antonio Ortega Ruiz
Fixes #3 for real
2012-11-11New command geiser-repl-clear-bufferJose 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-30Documentation updates0.2.2Jose Antonio Ortega Ruiz
2012-09-02Credits and boilerplate for the a new versionJose Antonio Ortega Ruiz
2011-03-06Mentioning Guile 2.0 instead of its git versionJose Antonio Ortega Ruiz
2011-02-03New geiser-add-to-load-path, just for Guile right nowJose Antonio Ortega Ruiz
As per Andy's request. Adding it to Racket (and to the user manual), shouldn't be difficult).
2011-01-11Cheat sheet updatedJose Antonio Ortega Ruiz
2011-01-09README updatesJose Antonio Ortega Ruiz
2010-12-06We need Emacs 23.2 at leastJose Antonio Ortega Ruiz
The new completion machinery Geiser uses was introduced there.
2010-11-23Lookup is a name, look up, a verbJose Antonio Ortega Ruiz
2010-11-21Doc browser: section navigation cmmandsJose Antonio Ortega Ruiz
Details, details.
2010-11-08README nitJose Antonio Ortega Ruiz
2010-11-08geiser-squarify to toggle between () and []Jose Antonio Ortega Ruiz
2010-10-16Manual: cheat sheetJose Antonio Ortega Ruiz
2010-10-15Documentation for M-. and modulesJose Antonio Ortega Ruiz
2010-10-15Documentation for smart-tab modeJose Antonio Ortega Ruiz
2010-10-15README -> README.orgJose Antonio Ortega Ruiz
2010-10-13README fixJose Antonio Ortega Ruiz
2010-09-06Allow loading byte-compiled Geiser without make installJose Antonio Ortega Ruiz
2010-08-30Docs: index entries.Jose Antonio Ortega Ruiz
2010-08-06Removing 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-25C-c z as a to and fro jump, plus documentation.Jose Antonio Ortega Ruiz
2010-07-19REPL: new doc bindings in tune with those in scheme buffers.Jose Antonio Ortega Ruiz
2010-06-23REPL: quit command.Jose Antonio Ortega Ruiz
2010-06-23Documentation tweaksJose Antonio Ortega Ruiz
2010-06-19The humble beginnings of a user's manual.Jose Antonio Ortega Ruiz
2010-06-14Better keybindings for documentation browserJose Antonio Ortega Ruiz
2010-06-07README: note about Guile version.Jose Antonio Ortega Ruiz
2010-06-06Conflicts between view-mode and geiser-doc-mode keymaps removed.Jose Antonio Ortega Ruiz
2010-05-23PLT: Minimum version bumped to 5.0.Jose Antonio Ortega Ruiz
2010-04-16Guile: evaluation output collection reactivated.Jose Antonio Ortega Ruiz
with-output-to-string was broken in guile prior to 1.9.10.
2010-03-19Guile: better stack traces (using start-stack to delimit them).Jose Antonio Ortega Ruiz
2010-03-07New command to switch to REPL and put it in current module.Jose Antonio Ortega Ruiz
2009-11-17Documentation fix (byte-compiled doesn't work in-place).Jose Antonio Ortega Ruiz
2009-11-13Docs: Guile 1.9.5 required.Jose Antonio Ortega Ruiz
2009-09-23Guile: bug fix: evaluation works again (1.9.3 or better required).Jose Antonio Ortega Ruiz
2009-08-25Now this is cool: support for company mode.Jose Antonio Ortega Ruiz
2009-08-23Standardese filling.Jose Antonio Ortega Ruiz
2009-08-19C-c k == nuke replJose Antonio Ortega Ruiz
2009-05-25README tweaks and updates.Jose Antonio Ortega Ruiz
2009-05-16Automatic setup when loading geiser.el (explicit call to geiser-setupJose Antonio Ortega Ruiz
no longer needed). README updates.
2009-05-15PLT: 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-14README updates.Jose Antonio Ortega Ruiz
2009-03-18Callers/callees (C-c <, C-c >).Jose Antonio Ortega Ruiz
2009-03-16Key for geiser-set-scheme in geiser-mode.Jose Antonio Ortega Ruiz
2009-03-11Better (at least in US keyboards) default key (M-`) for module name completion.Jose Antonio Ortega Ruiz
2009-03-07A bit of key bindings reorg: macro-related commands start with C-cC-m.Jose Antonio Ortega Ruiz
2009-03-06Don't display autodoc for function being defined.Jose Antonio Ortega Ruiz
2009-03-06A bit more robust generic methods.Jose Antonio Ortega Ruiz