<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser, branch 0.33</title>
<subtitle>emacs and scheme talk to each other</subtitle>
<id>https://jao.io/cgit/geiser/atom?h=0.33</id>
<link rel='self' href='https://jao.io/cgit/geiser/atom?h=0.33'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/'/>
<updated>2026-05-02T23:08:05Z</updated>
<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>
<entry>
<title>Revert "filtering out ansi colour codes coming from a connection"</title>
<updated>2026-04-26T17:25:32Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-04-26T17:25:32Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=f9b7b1f86e5b0cd9ee02749ec0ab9e53a044e2f5'/>
<id>urn:sha1:f9b7b1f86e5b0cd9ee02749ec0ab9e53a044e2f5</id>
<content type='text'>
This reverts commit db9a62cdfc197f5905f142ffebd1d5bcb978944c.

The problems with guile-colorized go deeper than simply removing control
codes.
</content>
</entry>
<entry>
<title>oops</title>
<updated>2026-04-26T15:28:53Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-04-26T15:28:53Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=7270fa2a80c11441e0427978250e2e677f8b38dd'/>
<id>urn:sha1:7270fa2a80c11441e0427978250e2e677f8b38dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleaning ansi colours also in the repl (#74)</title>
<updated>2026-04-26T00:16:54Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-04-26T00:16:54Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=2e9d5e04e7ddf2727555c74c468bd009ecbdbd92'/>
<id>urn:sha1:2e9d5e04e7ddf2727555c74c468bd009ecbdbd92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoiding sending repl inputs while evaluating requests (#78)</title>
<updated>2026-04-25T12:45:39Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-04-25T12:45:39Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=7bb18cd896e736fb90a0b5c2f945331fcabf0fbb'/>
<id>urn:sha1:7bb18cd896e736fb90a0b5c2f945331fcabf0fbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>filtering out ansi colour codes coming from a connection</title>
<updated>2026-04-25T11:55:52Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-04-25T11:54:32Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=db9a62cdfc197f5905f142ffebd1d5bcb978944c'/>
<id>urn:sha1:db9a62cdfc197f5905f142ffebd1d5bcb978944c</id>
<content type='text'>
might address #74
</content>
</entry>
</feed>
