<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser-guile, branch 0.23.2</title>
<subtitle>geiser and guile talk to each other</subtitle>
<id>https://jao.io/cgit/geiser-guile/atom?h=0.23.2</id>
<link rel='self' href='https://jao.io/cgit/geiser-guile/atom?h=0.23.2'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/'/>
<updated>2022-03-23T23:52:39Z</updated>
<entry>
<title>Version bump to geiser 0.23.2</title>
<updated>2022-03-23T23:52:39Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-23T23:51:52Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=c641fcc50b6b86ca95743122b5206cdcd475f96e'/>
<id>urn:sha1:c641fcc50b6b86ca95743122b5206cdcd475f96e</id>
<content type='text'>
Fixes issue #18.
</content>
</entry>
<entry>
<title>Version bump (depend on latest geiser 0.23.1)</title>
<updated>2022-03-16T21:11:10Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-16T21:11:10Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=aa48110d69b018f03dbff0aa9e830111fef71da4'/>
<id>urn:sha1:aa48110d69b018f03dbff0aa9e830111fef71da4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version bump</title>
<updated>2022-03-16T21:05:32Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-16T21:05:32Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=070ce67c29881c486729ba6da6b1ed59787a02c4'/>
<id>urn:sha1:070ce67c29881c486729ba6da6b1ed59787a02c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recognise define-library as module definer</title>
<updated>2022-03-16T20:05:15Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-16T20:05:15Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=eac0fe0b134539bc78e403a7e66ce424f2bf8c36'/>
<id>urn:sha1:eac0fe0b134539bc78e403a7e66ce424f2bf8c36</id>
<content type='text'>
Might help addressing #17
</content>
</entry>
<entry>
<title>Dead code</title>
<updated>2022-03-16T20:05:07Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-16T20:05:07Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=39f61547ae74c202628a976012c7446b2eb4c7f5'/>
<id>urn:sha1:39f61547ae74c202628a976012c7446b2eb4c7f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure sane shell command switch during version checks</title>
<updated>2022-02-15T23:20:08Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-02-15T23:20:08Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=cfd9116dcb246126950d7f2f662f09149684128b'/>
<id>urn:sha1:cfd9116dcb246126950d7f2f662f09149684128b</id>
<content type='text'>
See discussion in issue #13
</content>
</entry>
<entry>
<title>Linting (fixes #12)</title>
<updated>2022-01-31T17:58:21Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-01-31T17:58:21Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=ecd118171a111e04120d11c0d72345ce1d0f8066'/>
<id>urn:sha1:ecd118171a111e04120d11c0d72345ce1d0f8066</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Version bump</title>
<updated>2022-01-13T22:32:36Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-01-13T20:46:13Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=de2260883726d23eb964050797fdcf48655f0dc4'/>
<id>urn:sha1:de2260883726d23eb964050797fdcf48655f0dc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check whether Tramp is loaded.</title>
<updated>2022-01-13T15:26:04Z</updated>
<author>
<name>Vijay Marupudi</name>
<email>vijay@vijaymarupudi.com</email>
</author>
<published>2022-01-13T15:26:04Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=ef210593a469a0e18e834bc8947eb8120fc2f7f1'/>
<id>urn:sha1:ef210593a469a0e18e834bc8947eb8120fc2f7f1</id>
<content type='text'>
It appears that the master branch of emacs does not load tramp by
default in some instances. That makes the `run-geiser` function fail,
as `tramp-tramp-file-p` is not defined. This patch makes it check
whether the tramp function was loaded before using it.
</content>
</entry>
<entry>
<title>version bump</title>
<updated>2022-01-13T02:35:48Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-01-13T02:35:48Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=60e1b0e40cdf87586f9be2bef195cd24d36a2a77'/>
<id>urn:sha1:60e1b0e40cdf87586f9be2bef195cd24d36a2a77</id>
<content type='text'>
</content>
</entry>
</feed>
