Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-11 | Documentation warning | Jose Antonio Ortega Ruiz | |
2017-09-29 | add subheading to repl.texi to caution about completion & the REPL | George D. Plymale II | |
as per the discussion at: https://github.com/jaor/geiser/issues/183 | |||
2017-03-26 | repl.texi: Put @altr on its own line so "Other" is not omitted | James C. De Ricco | |
2017-02-01 | A note on dir-locals and load-path variables | Jose Antonio Ortega Ruiz | |
With that in the documentation, i'd taken less time to remember the very existence of geiser-guile-load-path, and the fact that paths are added also to the compiled load path... but then i guess it's nice to re-read my code once in a while. | |||
2016-04-30 | Fix syntax | Peter | |
2016-04-30 | Add MIT/GNU, Chez and Chibi to docs | Peter | |
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! | |||
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-09-25 | Scheme version checks | Jose Antonio Ortega Ruiz | |
And, if you happen to be launching it all the time, a way of skipping them via a customizable variable. Should address issue #15. | |||
2013-04-11 | Documentation for the latest changes | Jose Antonio Ortega Ruiz | |
2012-10-13 | Manual lookup shortcut (C-c C-d i) also in REPL buffers | Jose Antonio Ortega Ruiz | |
2012-09-30 | Documentation updates0.2.2 | Jose Antonio Ortega Ruiz | |
2012-09-08 | Racket: new option to specify network interface for REPL server | Jose Antonio Ortega Ruiz | |
In geiser-racket.sh, there's the new option -n, which uses a new hostname argument accepted by geiser/user's start-geiser function. | |||
2012-09-02 | Image support documented in user manual | Jose Antonio Ortega Ruiz | |
2011-08-20 | REPL: new customizable faces for input and prompt | Jose Antonio Ortega Ruiz | |
Namely, geiser-font-lock-repl-prompt and geiser-font-lock-repl-input. | |||
2011-08-20 | elisp: customizable patience amount on racket startup | Jose Antonio Ortega Ruiz | |
In this little notebook i'm using, racket takes its time to start. In fact, it can take more the previously slotted 10 seconds. Hence the new geiser-repl-startup-time variable. | |||
2011-05-01 | Documentation fixes courtesy of M. Harig | jao | |
In this episode, we learn how to use @ escapes in texinfo urls. | |||
2011-03-08 | Guile: new option for loading ~/.guile (see issue #32681) | Jose Antonio Ortega Ruiz | |
The new custom variable, geiser-guile-load-init-file-p, will be gone once Guile adquires the ability to specify the path to its init file. | |||
2011-03-05 | Bug fix: honour geiser-repl-use-other-window | Jose Antonio Ortega Ruiz | |
2011-01-24 | More documentation nits0.1.1 | Jose Antonio Ortega Ruiz | |
2011-01-11 | Manual: fixes for the print edition | 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-10 | NEWS and doc typo | Jose Antonio Ortega Ruiz | |
2011-01-09 | Racket: ',enter "foo"' as a synonym of ',enter (file "foo")' | Jose Antonio Ortega Ruiz | |
2011-01-09 | Docs: better rendering of links in info | Jose Antonio Ortega Ruiz | |
2011-01-09 | Doc nit | 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 | Yet another doc nit | Jose Antonio Ortega Ruiz | |
2011-01-07 | Documentation typos (thanks to Mark Harig) | Jose Antonio Ortega Ruiz | |
2010-11-25 | Completion: a bit of documentation | 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-11 | Partial work (connections working) | Jose Antonio Ortega Ruiz | |
2010-11-09 | Racket: remote REPLs | Jose Antonio Ortega Ruiz | |
2010-11-06 | Manual nits | Jose Antonio Ortega Ruiz | |
2010-11-06 | Manual: more precise docs on completion | Jose Antonio Ortega Ruiz | |
2010-11-05 | Documentation nits | Jose Antonio Ortega Ruiz | |
2010-11-05 | Documentation tweaking | Jose Antonio Ortega Ruiz | |
2010-11-04 | Manual: image update and grammatical error | Jose Antonio Ortega Ruiz | |
2010-10-30 | Documentation update to mention new ,enter in Racket | Jose Antonio Ortega Ruiz | |
2010-10-15 | Documentation for M-. and modules | Jose Antonio Ortega Ruiz | |
2010-10-15 | Documentation bit | Jose Antonio Ortega Ruiz | |
2010-10-15 | Documentation nits | Jose Antonio Ortega Ruiz | |
2010-10-11 | A bit more documentation on remote REPLs | Jose Antonio Ortega Ruiz | |
2010-10-11 | Documentation for remote REPLs | Jose Antonio Ortega Ruiz | |