summaryrefslogtreecommitdiff
path: root/doc/repl.texi
AgeCommit message (Collapse)Author
2022-08-25run-geiser obsoleted (just use M-x geiser)jao
2022-08-25New geiser-repl-switch[-to-module] obsoleting switch-to-geiser[module]jao
2022-02-23Set REPL's default directory to project's rootjao
2021-12-05Documentation bitsjao
Starting to move Guile-specific stuff to geiser-guile's readme.org (from which we'll generate an info file, fear not).
2021-12-05New option geiser-repl-add-project-path-pjao
Together with project-current as a default for the project root function when available, now that Emacs 28 is on the horizon.
2021-04-04texi master index regeneratedjao
2020-04-26Fix typosJonas Bernoulli
2018-06-11Documentation warningJose Antonio Ortega Ruiz
2017-09-29add subheading to repl.texi to caution about completion & the REPLGeorge D. Plymale II
as per the discussion at: https://github.com/jaor/geiser/issues/183
2017-03-26repl.texi: Put @altr on its own line so "Other" is not omittedJames C. De Ricco
2017-02-01A note on dir-locals and load-path variablesJose 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-30Fix syntaxPeter
2016-04-30Add MIT/GNU, Chez and Chibi to docsPeter
2015-02-09Documentation updates and nits for FreijaJose Antonio Ortega Ruiz
Preparing the release of 0.7, which will feature support for Chicken thanks to Dan and Freija!
2014-05-31Making makeinfo html-happyJose 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-25Scheme version checksJose 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-11Documentation for the latest changesJose Antonio Ortega Ruiz
2012-10-13Manual lookup shortcut (C-c C-d i) also in REPL buffersJose Antonio Ortega Ruiz
2012-09-30Documentation updates0.2.2Jose Antonio Ortega Ruiz
2012-09-08Racket: new option to specify network interface for REPL serverJose 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-02Image support documented in user manualJose Antonio Ortega Ruiz
2011-08-20REPL: new customizable faces for input and promptJose Antonio Ortega Ruiz
Namely, geiser-font-lock-repl-prompt and geiser-font-lock-repl-input.
2011-08-20elisp: customizable patience amount on racket startupJose 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-01Documentation fixes courtesy of M. Harigjao
In this episode, we learn how to use @ escapes in texinfo urls.
2011-03-08Guile: 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-05Bug fix: honour geiser-repl-use-other-windowJose Antonio Ortega Ruiz
2011-01-24More documentation nits0.1.1Jose Antonio Ortega Ruiz
2011-01-11Manual: fixes for the print editionJose Antonio Ortega Ruiz
2011-01-11More documentation fixesJose Antonio Ortega Ruiz
2011-01-10Fixes for links in info manualJose Antonio Ortega Ruiz
2011-01-10A couple more doc fixesJose Antonio Ortega Ruiz
2011-01-10More documentation improvementsJose Antonio Ortega Ruiz
2011-01-10Manual: whitespace and missing @noindentJose Antonio Ortega Ruiz
Thanks, once again, to Mark Harig.
2011-01-10NEWS and doc typoJose Antonio Ortega Ruiz
2011-01-09Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'Jose Antonio Ortega Ruiz
2011-01-09Docs: better rendering of links in infoJose Antonio Ortega Ruiz
2011-01-09Doc nitJose Antonio Ortega Ruiz
2011-01-08Info formatting (whitespace around code blocks)Jose Antonio Ortega Ruiz
2011-01-08Docs: two spaces after period in texinfo sources.Jose Antonio Ortega Ruiz
Thanks to MH, who did all the heavy lifting.
2011-01-07Yet another doc nitJose Antonio Ortega Ruiz
2011-01-07Documentation typos (thanks to Mark Harig)Jose Antonio Ortega Ruiz
2010-11-25Completion: a bit of documentationJose Antonio Ortega Ruiz
2010-11-23Document browser improvements, and Racket using themJose 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-19Better argument display in autodocJose 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-11Partial work (connections working)Jose Antonio Ortega Ruiz
2010-11-09Racket: remote REPLsJose Antonio Ortega Ruiz
2010-11-06Manual nitsJose Antonio Ortega Ruiz
2010-11-06Manual: more precise docs on completionJose Antonio Ortega Ruiz
2010-11-05Documentation nitsJose Antonio Ortega Ruiz
2010-11-05Documentation tweakingJose Antonio Ortega Ruiz