<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser, branch 0.19</title>
<subtitle>emacs and scheme talk to each other</subtitle>
<id>https://jao.io/cgit/geiser/atom?h=0.19</id>
<link rel='self' href='https://jao.io/cgit/geiser/atom?h=0.19'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/'/>
<updated>2021-12-04T20:45:16Z</updated>
<entry>
<title>Version bump (0.19)</title>
<updated>2021-12-04T20:45:16Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-12-04T20:45:16Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=5be7153e650a9817d30cb480439e3f56ce7422e7'/>
<id>urn:sha1:5be7153e650a9817d30cb480439e3f56ce7422e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix: better handling of recurring debugging entrances</title>
<updated>2021-12-04T18:09:44Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-12-04T18:09:44Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=9c460224c5159a5dd9c3ada3ad5df265536292cd'/>
<id>urn:sha1:9c460224c5159a5dd9c3ada3ad5df265536292cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix: more careful display of signatures</title>
<updated>2021-12-03T21:24:45Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-12-03T21:24:45Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=045b61b8681222456b8df6d4d153907a6879eca9'/>
<id>urn:sha1:045b61b8681222456b8df6d4d153907a6879eca9</id>
<content type='text'>
In some cases, Guile cannot figure out a signature and it comes back
as #f (:t in emacs-land), rather than a list.
</content>
</entry>
<entry>
<title>Fix for filename completion inside scheme strings</title>
<updated>2021-12-03T03:29:08Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-12-03T03:29:08Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=8c2fcf6b8a072f6fe896178747119766c6609dd0'/>
<id>urn:sha1:8c2fcf6b8a072f6fe896178747119766c6609dd0</id>
<content type='text'>
It seems we were abusing comint-dynamic-complete-filename when there's
the perfectly fine comint-filename-completion.
</content>
</entry>
<entry>
<title>Better handling of REPL's output regions</title>
<updated>2021-11-30T02:02:01Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-11-30T02:02:01Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=2d6f41685be7591137a47f22937969cc2b607c9a'/>
<id>urn:sha1:2d6f41685be7591137a47f22937969cc2b607c9a</id>
<content type='text'>
FSVO better, but at least the code is cleaner and prompts regexps more
accurate.
</content>
</entry>
<entry>
<title>Fix for file location identification (column number might be missing)</title>
<updated>2021-11-27T13:22:37Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-11-27T13:22:37Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=61507dd264bec743cdc5843162ebc8779cf6d896'/>
<id>urn:sha1:61507dd264bec743cdc5843162ebc8779cf6d896</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Customizable next-error on evaluation errors</title>
<updated>2021-11-27T13:16:49Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-11-27T13:16:49Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=4c373a010433796f67a1c588630f6423f7bcb7a3'/>
<id>urn:sha1:4c373a010433796f67a1c588630f6423f7bcb7a3</id>
<content type='text'>
Set to nil by default, which might surprise some users, if we had
enough :)
</content>
</entry>
<entry>
<title>Indentation for srfi-64's test-group</title>
<updated>2021-11-24T03:17:24Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-11-24T03:17:24Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=64e09725c75a2ca4a366c018b107d8bb0e00862e'/>
<id>urn:sha1:64e09725c75a2ca4a366c018b107d8bb0e00862e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New geiser-mode command: geiser-exit-repl</title>
<updated>2021-11-21T18:01:55Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-11-21T18:01:55Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=122564229f068b13493db75b4521017e242f007c'/>
<id>urn:sha1:122564229f068b13493db75b4521017e242f007c</id>
<content type='text'>
Useful specially for REPLs including a debugger, where you might want
to exit it from a scheme buffer.  Bound by default to C-c C-q.
</content>
</entry>
<entry>
<title>Fix: allow implementations to tell us if they entered their debugger</title>
<updated>2021-11-20T02:41:43Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-11-20T02:41:43Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=68e0991c96b1e5bc9a1d748a05a96127c6204987'/>
<id>urn:sha1:68e0991c96b1e5bc9a1d748a05a96127c6204987</id>
<content type='text'>
We were always displaying the debug buffer, regardless, which is not
what we want: upon entering a debugger, we switch to the repl, and all
the needed info is already there.
</content>
</entry>
</feed>
