<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser, branch 0.10</title>
<subtitle>emacs and scheme talk to each other</subtitle>
<id>https://jao.io/cgit/geiser/atom?h=0.10</id>
<link rel='self' href='https://jao.io/cgit/geiser/atom?h=0.10'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/'/>
<updated>2018-03-14T01:12:47Z</updated>
<entry>
<title>Release 0.10</title>
<updated>2018-03-14T01:12:47Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2018-03-14T00:55:00Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=548095faf0cc727413f229f630476f96fac080f8'/>
<id>urn:sha1:548095faf0cc727413f229f630476f96fac080f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Emacs 24 compatibility: completion-table-dynamic</title>
<updated>2018-02-03T02:25:44Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2018-02-03T02:25:44Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=2c9eb408702866f8d57e0e3f5b2eace9e70f6b63'/>
<id>urn:sha1:2c9eb408702866f8d57e0e3f5b2eace9e70f6b63</id>
<content type='text'>
Looks like the arity of that function changed at some point between 24
and 25.  It also looks like people still use emacs 24 (see issue #236),
so here we go.
</content>
</entry>
<entry>
<title>versions bumped (and hope for a february release)</title>
<updated>2018-01-30T22:50:57Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2018-01-30T22:50:57Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=bcd971450bbcca4afc0381184bb73d892710b6d5'/>
<id>urn:sha1:bcd971450bbcca4afc0381184bb73d892710b6d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for module/identifier completion in minibuffer</title>
<updated>2018-01-29T02:21:13Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2018-01-29T02:21:13Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=2af5b24c97a271c243d8fddbc6b7bc97544c29da'/>
<id>urn:sha1:2af5b24c97a271c243d8fddbc6b7bc97544c29da</id>
<content type='text'>
When constructing the completion table for minibuffer prompts via
`completion-table-dynamic', we were forgetting to tell emacs to
perform the completion lookup with the original (scheme) buffer as its
current buffer.  As a result, the actual completion function wasn't
able to find the REPL connection and everything when down in flames
with an exception.
</content>
</entry>
<entry>
<title>New HACKING file</title>
<updated>2018-01-26T00:39:56Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2018-01-26T00:39:30Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=9a2bbfd255c1e64a632a900a02337a136536c1dd'/>
<id>urn:sha1:9a2bbfd255c1e64a632a900a02337a136536c1dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Theoretically unnecessary save-excursion</title>
<updated>2017-11-22T03:01:45Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2017-11-22T03:01:45Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=0be9384a6812343b82a01c1af3a45b677a0a12be'/>
<id>urn:sha1:0be9384a6812343b82a01c1af3a45b677a0a12be</id>
<content type='text'>
For some reason, one of our users is experiencing point jumps when
calling `geiser-set-scheme'.  A save-excursion is all that's needed,
even though it *shouldn't* be needed in the first place.
</content>
</entry>
<entry>
<title>Fix typo in installation's command</title>
<updated>2017-11-17T19:19:45Z</updated>
<author>
<name>Ziyi Yan</name>
<email>cxfyzy@gmail.com</email>
</author>
<published>2017-11-17T19:19:45Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=d3c04723c57515c6bca0ed4caae85c69a52c9cd5'/>
<id>urn:sha1:d3c04723c57515c6bca0ed4caae85c69a52c9cd5</id>
<content type='text'>
`install-package` -&gt; `package-install`</content>
</entry>
<entry>
<title>make a link to the subheading in the previous commit in parens.texi</title>
<updated>2017-09-29T05:21:39Z</updated>
<author>
<name>George D. Plymale II</name>
<email>georgedp@orbitalimpact.com</email>
</author>
<published>2017-09-29T05:21:39Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=e816dcd2047db3fec3db363cc6b4fea73e34f82b'/>
<id>urn:sha1:e816dcd2047db3fec3db363cc6b4fea73e34f82b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add subheading to repl.texi to caution about completion &amp; the REPL</title>
<updated>2017-09-29T05:20:33Z</updated>
<author>
<name>George D. Plymale II</name>
<email>georgedp@orbitalimpact.com</email>
</author>
<published>2017-09-29T05:20:33Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=f8d99a2d7e8bd46d0ce529c010aba9733f9ad049'/>
<id>urn:sha1:f8d99a2d7e8bd46d0ce529c010aba9733f9ad049</id>
<content type='text'>
as per the discussion at: https://github.com/jaor/geiser/issues/183
</content>
</entry>
<entry>
<title>Do not set geiser last-prompt-end beyond of point-max</title>
<updated>2017-09-25T22:57:47Z</updated>
<author>
<name>Mario Rodas</name>
<email>marsam@users.noreply.github.com</email>
</author>
<published>2017-09-23T16:20:38Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=9291e76e2b783fb7b4c91c02dcf596e23221f65c'/>
<id>urn:sha1:9291e76e2b783fb7b4c91c02dcf596e23221f65c</id>
<content type='text'>
</content>
</entry>
</feed>
