<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser, branch 0.33.2</title>
<subtitle>emacs and scheme talk to each other</subtitle>
<id>https://jao.io/cgit/geiser/atom?h=0.33.2</id>
<link rel='self' href='https://jao.io/cgit/geiser/atom?h=0.33.2'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/'/>
<updated>2026-08-10T21:01:51Z</updated>
<entry>
<title>version bump</title>
<updated>2026-08-10T21:01:51Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-08-10T21:01:51Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=efcf1939fd839e9ea22d68ff0ebbd8ca2e1b71e1'/>
<id>urn:sha1:efcf1939fd839e9ea22d68ff0ebbd8ca2e1b71e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>repository badges</title>
<updated>2026-07-27T20:09:08Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-07-27T20:09:08Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=417a5c35b0f6e35a322e733df49343d494cf0a54'/>
<id>urn:sha1:417a5c35b0f6e35a322e733df49343d494cf0a54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>policy on llms</title>
<updated>2026-07-27T20:04:21Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-07-27T20:04:21Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=4c28388a49061611ea7832977ffe1a6267364c75'/>
<id>urn:sha1:4c28388a49061611ea7832977ffe1a6267364c75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>policy on llms</title>
<updated>2026-07-27T19:35:08Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-07-27T19:35:08Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=fac634bd98de55e671a95346f79a645b08cf6541'/>
<id>urn:sha1:fac634bd98de55e671a95346f79a645b08cf6541</id>
<content type='text'>
</content>
</entry>
<entry>
<title>inlining</title>
<updated>2026-07-18T00:08:24Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-07-18T00:08:24Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=3e506d06b34ccda8a50ac3e43c90d722c00065fe'/>
<id>urn:sha1:3e506d06b34ccda8a50ac3e43c90d722c00065fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a better refactoring</title>
<updated>2026-07-18T00:06:41Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-07-18T00:06:41Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=e9743982bac463c992440787e2c9e0b187f38892'/>
<id>urn:sha1:e9743982bac463c992440787e2c9e0b187f38892</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wee refactoring</title>
<updated>2026-07-17T23:45:34Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2026-07-17T23:45:34Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=a362ba4ab844e696d0c65fb012ce155457b38ecb'/>
<id>urn:sha1:a362ba4ab844e696d0c65fb012ce155457b38ecb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(repl): prevent wrong-type-argument stringp nil</title>
<updated>2026-07-15T22:06:58Z</updated>
<author>
<name>terry</name>
<email>terry.cadd@gmail.com</email>
</author>
<published>2026-07-15T22:06:58Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=727347e968fe2e05ffd33992792acf036edef1cd'/>
<id>urn:sha1:727347e968fe2e05ffd33992792acf036edef1cd</id>
<content type='text'>
using chicken scheme 5.4.0 and geiser i was getting this
message repeatedly after every expression entered in repl

geiser-repl--output-filter: Wrong type argument: stringp, nil

in my case (geiser-con--connection-debug-prompt geiser-repl--connection)
evaluated to nil causing string-match-p to error out

(defun geiser-repl--matches-prompt-p (txt) ...
  txt was found to be the empty string most times ""

essential reduces to (string-match-p nil "")

so put some conditional pieces for txt is not a string,
if string is empty , no point checking since not a prompt

just use conjunction and to prevent string-match-p on nil on both
prompts
and use disjunction or to get next prompt type if first failed to match

thnaks
</content>
</entry>
<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>
</feed>
