<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser-chez/elisp, branch 0.1.3</title>
<subtitle>geiser and chez talk to each other</subtitle>
<id>https://jao.io/cgit/geiser-chez/atom?h=0.1.3</id>
<link rel='self' href='https://jao.io/cgit/geiser-chez/atom?h=0.1.3'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/'/>
<updated>2011-06-22T23:29:09Z</updated>
<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-chez/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-chez/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>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-chez/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>Guile: what if i do what i meant to do?</title>
<updated>2011-03-08T21:03:45Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-03-08T21:03:45Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=ba5c6559a53b23238a62381a4eec64c3a5194174'/>
<id>urn:sha1:ba5c6559a53b23238a62381a4eec64c3a5194174</id>
<content type='text'>
Thanks Jon!
</content>
</entry>
<entry>
<title>Guile: new option for loading ~/.guile (see issue #32681)</title>
<updated>2011-03-08T19:51:28Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-03-08T19:51:28Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=5ad2dac3dcba6a760eac16b7c23dde2f19a0056c'/>
<id>urn:sha1:5ad2dac3dcba6a760eac16b7c23dde2f19a0056c</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Bug fix: don't confuse REPL buffers</title>
<updated>2011-03-06T15:28:20Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-03-06T15:28:20Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=419985a0ec49deba4c5d0d22dc8b396916af28c6'/>
<id>urn:sha1:419985a0ec49deba4c5d0d22dc8b396916af28c6</id>
<content type='text'>
We were not checking the implementation associated to a REPL buffer
when reusing it, with much confusion ensued.
</content>
</entry>
<entry>
<title>Missing require form</title>
<updated>2011-03-06T15:10:55Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-03-06T15:10:55Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=5556754a5a384857a88651b449c77fd83dd1496d'/>
<id>urn:sha1:5556754a5a384857a88651b449c77fd83dd1496d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Elisp nit</title>
<updated>2011-03-06T02:38:26Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-03-06T02:38:26Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=30e277253513ccb274c7f2e3a131b2e82d478715'/>
<id>urn:sha1:30e277253513ccb274c7f2e3a131b2e82d478715</id>
<content type='text'>
Nothing interesting, really.
</content>
</entry>
<entry>
<title>Fix for harmless elisp compilation warning</title>
<updated>2011-03-06T02:33:09Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-03-06T02:33:09Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=8a0e5f1bb49ed6a8188604aaf847e804fa0e8ccf'/>
<id>urn:sha1:8a0e5f1bb49ed6a8188604aaf847e804fa0e8ccf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug fix: honour geiser-repl-use-other-window</title>
<updated>2011-03-05T12:28:34Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-03-05T12:28:34Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=0e8be474273d6a515622334a16f2b0d34024e934'/>
<id>urn:sha1:0e8be474273d6a515622334a16f2b0d34024e934</id>
<content type='text'>
</content>
</entry>
</feed>
