summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2018-01-30versions bumped (and hope for a february release)Jose Antonio Ortega Ruiz
2017-09-29make a link to the subheading in the previous commit in parens.texiGeorge D. Plymale II
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-07-04replace broken autocomplete-mode linkAndrew Sackville-West
used Emacs Wiki link since it links on to the code and is likely to be kept relatively up-to-date
2017-07-02Fix for the fix for broken linksJose Antonio Ortega Ruiz
Actually, programming-musings.org is no longer a domain i pay for, and the "canonical" reference to my blog post is in jaortega.wordpress.com.
2017-07-01fix broken links to incremental REPL referencesAndrew Sackville-West
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-10-06Release 0.90.9Jose Antonio Ortega Ruiz
2016-09-06Fix link to melpa-stableChunyang Xu
2016-06-12New key bindings: C-c C-c, C-c C-lJose Antonio Ortega Ruiz
2016-06-11Lower minimum MIT Scheme versionFice T
2016-04-30Fix syntaxPeter
2016-04-30Add MIT/GNU, Chez and Chibi to docsPeter
2015-10-13Version 0.8.10.8.1Jose Antonio Ortega Ruiz
2015-10-12download-mirror.savannah.gnu.org ftwJose Antonio Ortega Ruiz
Seems this site is updated better than the canonical download.savannah.gnu.org (which depends on mirror propagation).
2015-10-12Version 0.8 released0.8Jose Antonio Ortega Ruiz
2015-02-09Preparing 0.70.7Jose Antonio Ortega Ruiz
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-11-01New MELPA URLsJose Antonio Ortega Ruiz
2014-08-30I meant Marmalade, of course. MELPA stable seems better.Jose Antonio Ortega Ruiz
2014-08-10MELPA is hopeless (at least for the time being)Jose Antonio Ortega Ruiz
2014-08-10NEWS for 0.60.6Jose Antonio Ortega Ruiz
2014-06-01Almost redundant REPL command to interrupt evaluationJose Antonio Ortega Ruiz
Works almost identically to the stock C-c C-c, with just marginally better output aaand being well behaved when interrupting infinitely looping functions such as (define (f) (newline) (let loop () (loop))) -- cf. issue #29 on github. We like it so much that it replaces the old one.
2014-05-31Finer control of debugging window popupsJose 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-31Fix for apparently stolen link to texinfoJose Antonio Ortega Ruiz
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-12-09Version 0.50.5Jose Antonio Ortega Ruiz
2013-09-30Learning to writeJose Antonio Ortega Ruiz
2013-09-30Mentioning Xiao Hanyu's ac-geiser package in the docsJose Antonio Ortega Ruiz
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-09-19News about MELPA supportJose Antonio Ortega Ruiz
2013-09-17Docs: it's package-install, not install-packageJose Antonio Ortega Ruiz
2013-08-05Add `dir' to EXTRA_DISTDiogo F. S. Ramos
So the generated tarball from `make dist' will have `dir' inside.
2013-08-05Add `dir' file to list the info manualDiogo F. S. Ramos
If a user doesn't want to install geiser, it's possible to run it in place by loading `elisp/geiser.el' directly. It's also possible to read the info manual directly but it's inconvenient to not have it listed when hitting C-h i inside Emacs. To list such manual, it's necessary to tell info where to look for it. One way of doing it is adding the directory to the variable `Info-additional-directory-list'. But, for this to work, there's need to be a `dir' file listing the info manual.
2013-07-01NEWS updateJose Antonio Ortega Ruiz
2013-05-14Documentation updatesJose Antonio Ortega Ruiz
A nit about the new commands docs, and thanks to Nick Parker.
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-05-04Release date for the webJose Antonio Ortega Ruiz
2013-05-03NEWS for 0.40.4Jose Antonio Ortega Ruiz
2013-04-28Thanks where thanks are dueJose Antonio Ortega Ruiz
2013-04-28Issue tracker links pointing to Github'sJose Antonio Ortega Ruiz
Almost all contributions have come this way, and it's a hassle having two of them.
2013-04-28Mailto link for the witty geiser-users addressJose Antonio Ortega Ruiz
... since i've got reports that it's sometimes annoying not to be able to directly click and post.
2013-04-15Company mode screencast seems gone for goodJose Antonio Ortega Ruiz
And Dmitry is now maintaining it. Links updated, issue #3 fixed.
2013-04-12A bit of documentation for the previous patchesJose Antonio Ortega Ruiz
2013-04-11Documentation for the latest changesJose Antonio Ortega Ruiz
2013-02-23Stop spreading misinformation about Racket's help browserJose Antonio Ortega Ruiz
Thanks to Vitalie Spinu
2013-02-03NEWS and version housekeepingJose Antonio Ortega Ruiz
2013-01-19Download links fixed0.3Jose Antonio Ortega Ruiz
2013-01-19Preparations for 0.3Jose Antonio Ortega Ruiz