<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser-guile, branch 0.1.3</title>
<subtitle>geiser and guile talk to each other</subtitle>
<id>https://jao.io/cgit/geiser-guile/atom?h=0.1.3</id>
<link rel='self' href='https://jao.io/cgit/geiser-guile/atom?h=0.1.3'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/'/>
<updated>2011-06-23T00:04:10Z</updated>
<entry>
<title>Boring preparations for 0.1.3</title>
<updated>2011-06-23T00:04:10Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2011-06-23T00:04:10Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=0f992affad49eda32dd598e40038c4328e0d6b5d'/>
<id>urn:sha1:0f992affad49eda32dd598e40038c4328e0d6b5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEWS update</title>
<updated>2011-06-22T23:30:48Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2011-06-22T23:30:48Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=03cffc7ba1993c79608d62f8d8c8f93606f5c882'/>
<id>urn:sha1:03cffc7ba1993c79608d62f8d8c8f93606f5c882</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Guile: find module when cursor is before define-module (#33497)</title>
<updated>2011-06-22T23:29:09Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2011-06-22T23:29:09Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=e7c3ba0c5282999be36c4cdd67fb4f1501e73ecf'/>
<id>urn:sha1:e7c3ba0c5282999be36c4cdd67fb4f1501e73ecf</id>
<content type='text'>
If we didn't find a define-module form after the cursor, or an
enclosing R6RS library form, we search forward for a module
definition.  That way, things like C-c C-a work also from the top of
the file.
</content>
</entry>
<entry>
<title>Irrelevant compilation warning fix</title>
<updated>2011-06-22T22:40:37Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2011-06-22T22:40:37Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=1fed886738b8c99e958fa6dec9948e239c93ded3'/>
<id>urn:sha1:1fed886738b8c99e958fa6dec9948e239c93ded3</id>
<content type='text'>
Using called-interactively-p instead of interactive-p, if you have to
know.  The latter is deprecated as of Emacs 23.2, which the lowest
version supported by Geiser.
</content>
</entry>
<entry>
<title>.gitignore update</title>
<updated>2011-06-22T22:33:47Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2011-06-22T22:33:47Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=25052fd1f266f6eee67d7a41ab99aee797dea22a'/>
<id>urn:sha1:25052fd1f266f6eee67d7a41ab99aee797dea22a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid (read) breakage (fixes #33090)</title>
<updated>2011-06-22T22:32:27Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2011-06-22T22:32:27Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=830a0036f43341b2c5e1451ef1d7ed09b70768ec'/>
<id>urn:sha1:830a0036f43341b2c5e1451ef1d7ed09b70768ec</id>
<content type='text'>
Autodoc was firing while the REPL was waiting for input of a (read)
call, causing all kinds of misbehaviour.  We now inhibit autodoc on
sending a form for evaluation and re-inhibit it once a prompt is read
back again.
</content>
</entry>
<entry>
<title>Documentation fixes courtesy of M. Harig</title>
<updated>2011-05-02T01:04:30Z</updated>
<author>
<name>jao</name>
<email>jao@numenor.local</email>
</author>
<published>2011-05-02T01:04:30Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=2efa614b7de69a3dc4de66f81f0de3fb48110524'/>
<id>urn:sha1:2efa614b7de69a3dc4de66f81f0de3fb48110524</id>
<content type='text'>
In this episode, we learn how to use @ escapes in texinfo urls.
</content>
</entry>
<entry>
<title>Racket: use the proper interaction port for input (#32844)</title>
<updated>2011-03-21T11:30:11Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-03-21T11:30:11Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=04902b39229eafdfa41e2c1d5a9857133f53805d'/>
<id>urn:sha1:04902b39229eafdfa41e2c1d5a9857133f53805d</id>
<content type='text'>
Thanks to Caleb Reach.

We were using current-input-port, which is not the right port in
graphical environments.
</content>
</entry>
<entry>
<title>Minor web nit</title>
<updated>2011-03-21T11:27:53Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-03-21T11:27:53Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=34705d0e411aa28c8a83ca521bd7c5107a37ffd7'/>
<id>urn:sha1:34705d0e411aa28c8a83ca521bd7c5107a37ffd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEWS update for 0.1.2</title>
<updated>2011-03-08T23:44:32Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-03-08T23:44:32Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=cb6f671ed83d38a7e1e41b03d4beec2a90f4551d'/>
<id>urn:sha1:cb6f671ed83d38a7e1e41b03d4beec2a90f4551d</id>
<content type='text'>
</content>
</entry>
</feed>
