<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser/doc/cheat.texi, branch 0.33</title>
<subtitle>emacs and scheme talk to each other</subtitle>
<id>https://jao.io/cgit/geiser/atom?h=0.33</id>
<link rel='self' href='https://jao.io/cgit/geiser/atom?h=0.33'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/'/>
<updated>2022-08-25T00:20:19Z</updated>
<entry>
<title>New geiser-repl-switch[-to-module] obsoleting switch-to-geiser[module]</title>
<updated>2022-08-25T00:20:19Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-08-24T23:26:16Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=669960e216131b1ef5e26a368e28053eeab8aa9a'/>
<id>urn:sha1:669960e216131b1ef5e26a368e28053eeab8aa9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>geiser-capf: new module to break cyclic dependencies</title>
<updated>2022-04-23T18:05:57Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-04-23T18:05:57Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=1b1fdd2be47fcbadab4b224266d30dee4484a4b0'/>
<id>urn:sha1:1b1fdd2be47fcbadab4b224266d30dee4484a4b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Documentation updates</title>
<updated>2021-12-21T02:56:44Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-12-21T02:56:32Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=67c4689da3b05495ef8a7ab0e2a04dbaf1f49f89'/>
<id>urn:sha1:67c4689da3b05495ef8a7ab0e2a04dbaf1f49f89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2020-04-26T21:52:31Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2020-04-26T21:52:31Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=19f7f244a1afce95aa54618801848bfb2f218198'/>
<id>urn:sha1:19f7f244a1afce95aa54618801848bfb2f218198</id>
<content type='text'>
</content>
</entry>
<entry>
<title>C-c \ and C-c [ in geiser-repl too</title>
<updated>2020-01-28T02:50:24Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2020-01-28T02:50:24Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=63ff73d1f5ec572bbd73b6c37d3f8ba83dc085f8'/>
<id>urn:sha1:63ff73d1f5ec572bbd73b6c37d3f8ba83dc085f8</id>
<content type='text'>
With a hat tip to Mikhail Kryshen, who was wondering in guile-user why
oh why, and rightly so.
</content>
</entry>
<entry>
<title>A prefix for geiser-compile-current-buffer to restart it all</title>
<updated>2018-03-19T02:14:07Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2018-03-19T02:09:53Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=c5b77aa6d281214ba5fcedaca77230ca393e8b92'/>
<id>urn:sha1:c5b77aa6d281214ba5fcedaca77230ca393e8b92</id>
<content type='text'>
Okay, i must confess it's sometimes handy to restart the REPL before
compiling a file (the proverbial clean slate and all).  And we already
have geiser-restart-repl, so combining the two things when C-u happens
was not really difficult.
</content>
</entry>
<entry>
<title>New key bindings: C-c C-c, C-c C-l</title>
<updated>2016-06-12T20:22:26Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@imladris.local</email>
</author>
<published>2016-06-12T20:22:26Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=5f27067eb6ffb9ae96d503a70d46977b12dcdf23'/>
<id>urn:sha1:5f27067eb6ffb9ae96d503a70d46977b12dcdf23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Almost redundant REPL command to interrupt evaluation</title>
<updated>2014-05-31T22:18:40Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2014-05-31T21:52:26Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=a2120ff0d5aa960e53f7fc858640d96f21b65d04'/>
<id>urn:sha1:a2120ff0d5aa960e53f7fc858640d96f21b65d04</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Add geiser-eval-buffer &amp; geiser-eval-buffer-and-go</title>
<updated>2013-05-13T18:36:34Z</updated>
<author>
<name>Nick Parker</name>
<email>nparker@zetetic.net</email>
</author>
<published>2013-05-13T18:36:34Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=9d98c096bc5e87a027666a8e6e769aff33232134'/>
<id>urn:sha1:9d98c096bc5e87a027666a8e6e769aff33232134</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>NEWS for 0.4</title>
<updated>2013-05-03T18:15:00Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2013-05-03T18:15:00Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=a7f2b4df070d75c2c30dfe87bf9cf9974a4dda9c'/>
<id>urn:sha1:a7f2b4df070d75c2c30dfe87bf9cf9974a4dda9c</id>
<content type='text'>
</content>
</entry>
</feed>
