<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser-guile/scheme/guile/geiser, branch 0.2.2</title>
<subtitle>geiser and guile talk to each other</subtitle>
<id>https://jao.io/cgit/geiser-guile/atom?h=0.2.2</id>
<link rel='self' href='https://jao.io/cgit/geiser-guile/atom?h=0.2.2'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/'/>
<updated>2011-09-11T19:35:15Z</updated>
<entry>
<title>Guile: capturing output to standard error</title>
<updated>2011-09-11T19:35:15Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-09-11T19:35:15Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=d0b0b31399fe00b877b5dfefc2e3563aa6f257ed'/>
<id>urn:sha1:d0b0b31399fe00b877b5dfefc2e3563aa6f257ed</id>
<content type='text'>
We were just ignoring it so far!
</content>
</entry>
<entry>
<title>Guile: deprecated format usage eliminated</title>
<updated>2011-08-24T01:35:02Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-08-24T01:35:02Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=d708438236cac2ee3c0a63f06eded5d9a6f38a9f'/>
<id>urn:sha1:d708438236cac2ee3c0a63f06eded5d9a6f38a9f</id>
<content type='text'>
Actually, i'm not even sure the calls to format i was using were
correct at all!
</content>
</entry>
<entry>
<title>Guile: setting *current-warning-prefix* during evaluation</title>
<updated>2011-02-25T15:05:11Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-02-25T15:05:11Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=3f65b0938779e9bd045328cb90d7080b6455652e'/>
<id>urn:sha1:3f65b0938779e9bd045328cb90d7080b6455652e</id>
<content type='text'>
This is a 2.0 fluid that governs how warning messages are displayed.
In Geiser, we need the prefix set to an empty string so that file
paths are clickable (and the display in a separate emacs buffer is nicer).
</content>
</entry>
<entry>
<title>Guile: 'format' added to the warning list</title>
<updated>2011-02-09T13:21:24Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-02-09T13:21:24Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=c676e46833fc2b38b2c21b44b7e6b52b5167329b'/>
<id>urn:sha1:c676e46833fc2b38b2c21b44b7e6b52b5167329b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New geiser-add-to-load-path, just for Guile right now</title>
<updated>2011-02-03T21:33:45Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-02-03T21:33:45Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=1536e3bf322ad27f6f4a4f961efbd8510148a5d6'/>
<id>urn:sha1:1536e3bf322ad27f6f4a4f961efbd8510148a5d6</id>
<content type='text'>
As per Andy's request.  Adding it to Racket (and to the user manual),
shouldn't be difficult).
</content>
</entry>
<entry>
<title>Guile nit</title>
<updated>2011-01-09T00:36:41Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-01-09T00:36:41Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=642cdfd59c66c29d35cf302e3e2fb0137fa062ed'/>
<id>urn:sha1:642cdfd59c66c29d35cf302e3e2fb0137fa062ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>No more interning in the scheme reader</title>
<updated>2010-11-26T23:54:59Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-11-26T23:54:59Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=b39fd77d8899bc7ff6608645afc9e2eb0eb0d33c'/>
<id>urn:sha1:b39fd77d8899bc7ff6608645afc9e2eb0eb0d33c</id>
<content type='text'>
We avoid using elisp's read for symbols, reading uninterned ones
instead. And then, we cannot use symbols as keys in responses from
scheme: we're using strings instead.
</content>
</entry>
<entry>
<title>Guile: fixes for documentation display</title>
<updated>2010-11-25T00:30:48Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-11-25T00:30:48Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=acffa001cd9effa4a74261ac9b72e736b9b61937'/>
<id>urn:sha1:acffa001cd9effa4a74261ac9b72e736b9b61937</id>
<content type='text'>
We put the value of the identifier where it belongs, and add a missing
period. Works, but geiser/doc.scm is in sore need of a refactoring.
</content>
</entry>
<entry>
<title>Document browser improvements, and Racket using them</title>
<updated>2010-11-23T00:58:33Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-11-23T00:58:33Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=3b24e917fdfebc8df3fefbbcc747963eb4bbd126'/>
<id>urn:sha1:3b24e917fdfebc8df3fefbbcc747963eb4bbd126</id>
<content type='text'>
We have a new "manual lookup" command, and Racket now displays a doc
browser buffer for help with a button activating it. In the process,
we've cleaned-up a little mess in geiser-eval.el and geiser-doc.el,
and refactored the affected Racket modules.

Next in line is providing manual lookup for Guile.
</content>
</entry>
<entry>
<title>Better module help</title>
<updated>2010-11-21T00:56:02Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-11-21T00:56:02Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=1d725a8c087b66b2cd2c0e5006c376faf612d6ff'/>
<id>urn:sha1:1d725a8c087b66b2cd2c0e5006c376faf612d6ff</id>
<content type='text'>
We now display procedure signatures in module help, and keep a cache
in Guile, using procedure properties.
</content>
</entry>
</feed>
