summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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.
2011-06-26NitJose Antonio Ortega Ruiz
2011-06-23Boring preparations for 0.1.30.1.3jao
2011-05-01Documentation fixes courtesy of M. Harigjao
In this episode, we learn how to use @ escapes in texinfo urls.
2011-03-21Minor web nitJose Antonio Ortega Ruiz
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-06Mentioning Guile 2.0 instead of its git versionJose Antonio Ortega Ruiz
2011-03-06Racket: geiser-add-to-load-path implementedJose Antonio Ortega Ruiz
And we take the chance to lightly document the existence of this new command in the user manual.
2011-03-05Bug fix: honour geiser-repl-use-other-windowJose Antonio Ortega Ruiz
2011-01-25Version bumped, lest if forgetJose Antonio Ortega Ruiz
2011-01-24More documentation nits0.1.1Jose Antonio Ortega Ruiz
2011-01-23Documentation nitsJose Antonio Ortega Ruiz
2011-01-23geiser-repl--tab -> geiser-repl-tab-dwimJose Antonio Ortega Ruiz
Following a suggestion by M. Harig, and following the policy that it's better for command names to not be doubly hyphenated.
2011-01-11Manual: fixes for the print editionJose Antonio Ortega Ruiz
2011-01-11Cheat sheet updatedJose Antonio Ortega Ruiz
2011-01-11C-c C-Z -> C-c C-aJose Antonio Ortega Ruiz
Since C-c C-z/Z apparently conflict with each other, and the new keybinding is more friendly anyway.
2011-01-11NitJose Antonio Ortega Ruiz