<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser, branch 0.30</title>
<subtitle>emacs and scheme talk to each other</subtitle>
<id>https://jao.io/cgit/geiser/atom?h=0.30</id>
<link rel='self' href='https://jao.io/cgit/geiser/atom?h=0.30'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/'/>
<updated>2023-12-15T21:48:49Z</updated>
<entry>
<title>version bump and changelog</title>
<updated>2023-12-15T21:48:49Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2023-12-15T21:48:49Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=f343592a52da0f947989d07c208a51ad6c972a5e'/>
<id>urn:sha1:f343592a52da0f947989d07c208a51ad6c972a5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Silence byte-compiler</title>
<updated>2023-12-15T21:34:19Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2023-12-15T21:29:47Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=9cad7e90a4cdb22b35b01f682fcb8bba641b0a93'/>
<id>urn:sha1:9cad7e90a4cdb22b35b01f682fcb8bba641b0a93</id>
<content type='text'>
`dotimes' has a defect (and a fixme which is over a decade old) that
causes a bogus (though technically correct) warning about VAR being
unused, if RESULT is not omitted but does not use VAR.
</content>
</entry>
<entry>
<title>Silence byte-compiler</title>
<updated>2023-12-15T21:34:19Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2023-12-15T21:29:46Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=becd65549a6cb5f1ff22244fc61c6e2d7409028a'/>
<id>urn:sha1:becd65549a6cb5f1ff22244fc61c6e2d7409028a</id>
<content type='text'>
In Emacs 30:

lib/geiser/elisp/geiser-compile.el:19:11: Warning:
‘make-network-process´ called without required keyword argument :service

This seems to be a false-positive, but I am not sure.
</content>
</entry>
<entry>
<title>Use lexical-binding</title>
<updated>2023-12-15T21:33:58Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2023-12-15T21:29:45Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=b20dd4d77b92197d88d7cf3512fe202581d5c430'/>
<id>urn:sha1:b20dd4d77b92197d88d7cf3512fe202581d5c430</id>
<content type='text'>
Emacs 30.0.50 has started to warn when this variable isn't set,
presumably so that the default can be changed from nil to t in
a few years.

I see no reason not to use lexical-binding.
</content>
</entry>
<entry>
<title>fix: repl: Make whitespace case more precise</title>
<updated>2023-11-11T11:49:02Z</updated>
<author>
<name>Valentin Herrmann</name>
<email>me@valentin-herrmann.de</email>
</author>
<published>2023-11-11T11:49:02Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=49d12a14482ce9a193c049a5ccdd2fed90b0bdbe'/>
<id>urn:sha1:49d12a14482ce9a193c049a5ccdd2fed90b0bdbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>css: don't copy CSS over and over</title>
<updated>2023-10-05T02:17:01Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2023-10-05T02:17:01Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=172376d5cea32925d87f3f7b745c125038135e69'/>
<id>urn:sha1:172376d5cea32925d87f3f7b745c125038135e69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: fix for scheme implementation URLs</title>
<updated>2023-10-05T01:22:48Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2023-10-05T01:22:48Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=d6818b5792d8d6368929fb63b405828d52471310'/>
<id>urn:sha1:d6818b5792d8d6368929fb63b405828d52471310</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: better error message for symbol not found on M-.</title>
<updated>2023-10-01T19:32:31Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2023-10-01T19:32:31Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=58bd510da5d09d9de52f4a6e60882b35445ca17a'/>
<id>urn:sha1:58bd510da5d09d9de52f4a6e60882b35445ca17a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use delete-char instead of delete-backward-char.</title>
<updated>2023-09-23T00:21:39Z</updated>
<author>
<name>Antero Mejr</name>
<email>antero@mailbox.org</email>
</author>
<published>2023-09-22T21:00:52Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=5575975b5a4ff774768f48d6b014d62198b1fe47'/>
<id>urn:sha1:5575975b5a4ff774768f48d6b014d62198b1fe47</id>
<content type='text'>
The bytecode compiler complains because delete-backward-char is an interactive
function.
</content>
</entry>
<entry>
<title>Formatting nits</title>
<updated>2023-09-22T17:09:57Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2023-09-22T17:09:57Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=6d106be16772e777c5bbb2c22750a344a21ff116'/>
<id>urn:sha1:6d106be16772e777c5bbb2c22750a344a21ff116</id>
<content type='text'>
</content>
</entry>
</feed>
