<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser, branch 0.33.1</title>
<subtitle>emacs and scheme talk to each other</subtitle>
<id>https://jao.io/cgit/geiser/atom?h=0.33.1</id>
<link rel='self' href='https://jao.io/cgit/geiser/atom?h=0.33.1'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/'/>
<updated>2026-05-23T15:02:14Z</updated>
<entry>
<title>version bump</title>
<updated>2026-05-23T15:02:14Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-05-23T15:02:14Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=84c25e9683a18d00387b6c16b0cee66269536c3c'/>
<id>urn:sha1:84c25e9683a18d00387b6c16b0cee66269536c3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>documentation nits</title>
<updated>2026-05-10T19:12:01Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-05-10T19:12:01Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=799e9ec65e9400ac4c8f2bd9a2f297f9bf0d67e4'/>
<id>urn:sha1:799e9ec65e9400ac4c8f2bd9a2f297f9bf0d67e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes for readme links</title>
<updated>2026-05-10T18:50:29Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-05-10T18:50:29Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=df92f598977a8412c3cd6d02c3f0df6b3a3213ea'/>
<id>urn:sha1:df92f598977a8412c3cd6d02c3f0df6b3a3213ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>entering debug mode should also unfreeze the repl</title>
<updated>2026-05-09T22:18:46Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-05-09T22:18:46Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=6071202dfec784d53e5e9a6946e9ee06be8e34c6'/>
<id>urn:sha1:6071202dfec784d53e5e9a6946e9ee06be8e34c6</id>
<content type='text'>
this should fix issue #105
</content>
</entry>
<entry>
<title>make sure no input is sent to non-active connections</title>
<updated>2026-05-04T16:59:26Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-05-04T16:59:26Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=06c3db4a053331e3d1fb8642a49c7a9b810cf5cb'/>
<id>urn:sha1:06c3db4a053331e3d1fb8642a49c7a9b810cf5cb</id>
<content type='text'>
and, while we're at it, remember to re-activate them when the repl has
returned a prompt.

this should address issue #79
</content>
</entry>
<entry>
<title>version 0.33</title>
<updated>2026-05-02T23:08:05Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-05-02T23:08:05Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=55b4b7847902d626a76e110a862d0fde1d1ff297'/>
<id>urn:sha1:55b4b7847902d626a76e110a862d0fde1d1ff297</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc fixes (codeberg.org URLs)</title>
<updated>2026-05-02T22:45:28Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-05-02T22:45:28Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=88261a0ec3c45be6f7bc360ff22f75bc349eec8d'/>
<id>urn:sha1:88261a0ec3c45be6f7bc360ff22f75bc349eec8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc updates for upcoming version and codeberg move</title>
<updated>2026-04-28T22:41:11Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-04-28T22:41:11Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=7403ec607ddd223ccc38df18ce8de595396519ee'/>
<id>urn:sha1:7403ec607ddd223ccc38df18ce8de595396519ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new attempt at fixing #74</title>
<updated>2026-04-26T18:50:45Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-04-26T18:50:45Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=185191df527b51ce521084f8c32030e87dabb5e9'/>
<id>urn:sha1:185191df527b51ce521084f8c32030e87dabb5e9</id>
<content type='text'>
It all seems to boil down to ansi-color-filter not recognising the format used
by guile-colorized, and leaving behind some control characters that we're
cleaning manually after the fact.

This is not a great solution, as it applies a guile bandage to all
implementations: we should define an implementation-dependent filter for input
coming from a remote repl, but the fact that it has also to be applied to
connections complicates matters.
</content>
</entry>
<entry>
<title>Revert "cleaning ansi colours also in the repl (#74)"</title>
<updated>2026-04-26T17:26:44Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-04-26T17:26:44Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=df9a3d3d8ae10417294c076d5804643441a1efca'/>
<id>urn:sha1:df9a3d3d8ae10417294c076d5804643441a1efca</id>
<content type='text'>
This reverts commit 2e9d5e04e7ddf2727555c74c468bd009ecbdbd92.

The problems with guile-colorized in remote repls go deeper than simply
removing ansi-color codes. Moreover, ansi-color-filter doesn't recognize the
control commands it generates. But even when removing them by hand, initial
requests for evaluating get no response.
</content>
</entry>
</feed>
