summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
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-10-13Manual lookup shortcut (C-c C-d i) also in REPL buffersJose Antonio Ortega Ruiz
2012-09-30Version bump -- next cycle begins!Jose Antonio Ortega Ruiz
2012-09-30Documentation updates0.2.2Jose Antonio Ortega Ruiz
2012-09-15Version bumpJose Antonio Ortega Ruiz
Setting next version's value in the Git repos, so that people can have both unstable and stable versions in their systems.
2012-09-15New download linkJose Antonio Ortega Ruiz
2012-09-15News and version tags for 0.2.1Jose 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-02Dates updates0.2Jose Antonio Ortega Ruiz
2012-09-02Image support documented in user manualJose Antonio Ortega Ruiz
2012-09-02Credits and boilerplate for the a new versionJose Antonio Ortega Ruiz
2012-06-09Support for user-defined Guile info nodesJose 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-11-26NEWS update and version bump to 0.1.40.1.4Jose Antonio Ortega Ruiz
2011-09-29Documentation bitJose 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.