Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-31 | Finer control of debugging window popups | Jose Antonio Ortega Ruiz | |
It's now possible to control whether we jump to the debug window on evaluation errors (geiser-debug-jump-to-debug-p) and whether we show it all (geiser-debug-show-debug-p). | |||
2014-05-31 | Making makeinfo html-happy | Jose Antonio Ortega Ruiz | |
Fixes for warnings issued by makeinfo 5.x (when using some of our macros: the guy is touchy regarding @ifhtml and new lines) that were preventing the install-html make target to work (for people that want local html by texinfo as opposed to the (supposedly fancier) texi2html-generated version we use for the web). | |||
2013-05-14 | Documentation updates | Jose Antonio Ortega Ruiz | |
A nit about the new commands docs, and thanks to Nick Parker. | |||
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-12 | A bit of documentation for the previous patches | Jose Antonio Ortega Ruiz | |
2013-04-11 | Documentation for the latest changes | Jose Antonio Ortega Ruiz | |
2013-02-23 | Stop spreading misinformation about Racket's help browser | Jose Antonio Ortega Ruiz | |
Thanks to Vitalie Spinu | |||
2012-09-30 | Documentation updates0.2.2 | Jose Antonio Ortega Ruiz | |
2012-09-02 | Image support documented in user manual | Jose Antonio Ortega Ruiz | |
2012-06-09 | Support for user-defined Guile info nodes | Jose Antonio Ortega Ruiz | |
In my debian machine, the info nodes for guile live in the "guile-2.0" node, rather than plain "guile". A new customizable variable, geiser-guile-manual-lookup-nodes, lets now specify additional names, and we only add indexes to the info-lookup mode definition when the node actually exists. | |||
2011-05-01 | Documentation fixes courtesy of M. Harig | jao | |
In this episode, we learn how to use @ escapes in texinfo urls. | |||
2011-01-23 | Documentation nits | Jose Antonio Ortega Ruiz | |
2011-01-11 | Manual: fixes for the print edition | Jose Antonio Ortega Ruiz | |
2011-01-11 | C-c C-Z -> C-c C-a | Jose Antonio Ortega Ruiz | |
Since C-c C-z/Z apparently conflict with each other, and the new keybinding is more friendly anyway. | |||
2011-01-11 | Nit | Jose Antonio Ortega Ruiz | |
2011-01-11 | More documentation fixes | Jose Antonio Ortega Ruiz | |
2011-01-10 | Fixes for links in info manual | Jose Antonio Ortega Ruiz | |
2011-01-10 | A couple more doc fixes | Jose Antonio Ortega Ruiz | |
2011-01-10 | More documentation improvements | Jose Antonio Ortega Ruiz | |
2011-01-10 | Manual: whitespace and missing @noindent | Jose Antonio Ortega Ruiz | |
Thanks, once again, to Mark Harig. | |||
2011-01-09 | Docs: better rendering of links in info | Jose Antonio Ortega Ruiz | |
2011-01-08 | Info formatting (whitespace around code blocks) | 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 | Doc nit | Jose Antonio Ortega Ruiz | |
2011-01-07 | Documentation typos (thanks to Mark Harig) | Jose Antonio Ortega Ruiz | |
2010-12-30 | A bit of documentation | Jose Antonio Ortega Ruiz | |
2010-12-30 | New command: "manual" autodoc (C-c C-d s) | Jose Antonio Ortega Ruiz | |
2010-12-11 | Documentation updates, and a shiny new image | Jose Antonio Ortega Ruiz | |
2010-11-25 | Completion: a bit of documentation | 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-19 | Better argument display in autodoc | Jose Antonio Ortega Ruiz | |
Simpler (we don't need no square brackets) and more correct (keywords display as keywords and we only include default values when available (Guile, i'm looking at you). | |||
2010-11-13 | geiser-mode-auto-p: automatic geiser-mode is now optional | Jose Antonio Ortega Ruiz | |
It hadn't occurred to me that anyone wouldn't want non-automatic geiser-mode often enough to require its own customization variable. Rotty proved me wrong. Or maybe not, but he deserves a custom var! | |||
2010-11-08 | Documentation typos | Jose Antonio Ortega Ruiz | |
2010-11-08 | squarify again, now with numeric prefix | Jose Antonio Ortega Ruiz | |
2010-11-08 | geiser-squarify to toggle between () and [] | Jose Antonio Ortega Ruiz | |
2010-11-06 | Doc fix | Jose Antonio Ortega Ruiz | |
2010-11-06 | Manual nits | Jose Antonio Ortega Ruiz | |