<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser-guile/geiser/doc.scm, branch 0.28.4</title>
<subtitle>geiser and guile talk to each other</subtitle>
<id>https://jao.io/cgit/geiser-guile/atom?h=0.28.4</id>
<link rel='self' href='https://jao.io/cgit/geiser-guile/atom?h=0.28.4'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/'/>
<updated>2020-07-20T03:41:00Z</updated>
<entry>
<title>geiser -&gt; src</title>
<updated>2020-07-20T03:41:00Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2020-07-20T03:41:00Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=aab5226dfe937861c54729744e8add15d931f758'/>
<id>urn:sha1:aab5226dfe937861c54729744e8add15d931f758</id>
<content type='text'>
</content>
</entry>
<entry>
<title>guile 2.2: program-arities and program-module reloaded</title>
<updated>2018-01-30T22:45:41Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2018-01-30T22:45:41Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=e975e10772f8c0595dfed21f1ac2ad783deeb9f2'/>
<id>urn:sha1:e975e10772f8c0595dfed21f1ac2ad783deeb9f2</id>
<content type='text'>
Those two procedures are gone in these 2.2 times, and things like
autodoc and xref were broken as a result.  With Andy's help,
apparently good enough approximations of their functionality are now
in place: let's see how they go.
</content>
</entry>
<entry>
<title>Guile: Fix subr argument name retrieval for Guile &gt;= 2.0.9.</title>
<updated>2013-06-04T12:50:22Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-06-04T12:42:57Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=6c9efbc61592aa24429d5c29b641b7f1ff1eff51'/>
<id>urn:sha1:6c9efbc61592aa24429d5c29b641b7f1ff1eff51</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=6d691763276e10f33eb2babf280314be9d8b4b6a'/>
<id>urn:sha1:6d691763276e10f33eb2babf280314be9d8b4b6a</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=190290b181a713d804a003d503a2d8c98e573b03'/>
<id>urn:sha1:190290b181a713d804a003d503a2d8c98e573b03</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>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=27989028649c5e651749a5ebdd7eaedf1cfa5314'/>
<id>urn:sha1:27989028649c5e651749a5ebdd7eaedf1cfa5314</id>
<content type='text'>
We now display procedure signatures in module help, and keep a cache
in Guile, using procedure properties.
</content>
</entry>
<entry>
<title>Always fallback to edit-module in M-.</title>
<updated>2010-10-31T14:13:19Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-10-31T14:13:19Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=04fd67faa12cb2212dbd6004889fa59aa52a650d'/>
<id>urn:sha1:04fd67faa12cb2212dbd6004889fa59aa52a650d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Autodoc: fix for improper macro arglists scanning</title>
<updated>2010-10-31T01:50:37Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-10-31T01:34:30Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=384d21f43db11f8c3072c9bb99b75e6341e23691'/>
<id>urn:sha1:384d21f43db11f8c3072c9bb99b75e6341e23691</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More docs.</title>
<updated>2010-08-11T20:41:14Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-08-11T20:41:14Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=1a35206ed02139bc1669c4b63b184470273f7d7d'/>
<id>urn:sha1:1a35206ed02139bc1669c4b63b184470273f7d7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Guile: better formatting of autodoc's variable values.</title>
<updated>2010-08-06T19:19:26Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-08-06T19:19:26Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=3c5cf804bf5d6dc01bdeee2c62e39e83685e53e2'/>
<id>urn:sha1:3c5cf804bf5d6dc01bdeee2c62e39e83685e53e2</id>
<content type='text'>
</content>
</entry>
</feed>
