<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser/elisp, branch 0.4</title>
<subtitle>emacs and scheme talk to each other</subtitle>
<id>https://jao.io/cgit/geiser/atom?h=0.4</id>
<link rel='self' href='https://jao.io/cgit/geiser/atom?h=0.4'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/'/>
<updated>2013-04-14T01:15:52Z</updated>
<entry>
<title>Disabling company calls while the REPL is working</title>
<updated>2013-04-14T01:15:52Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2013-04-14T01:15:52Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=1d51e0fcf73f4c425980efda8ffd6fa2838f7d83'/>
<id>urn:sha1:1d51e0fcf73f4c425980efda8ffd6fa2838f7d83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A bit of documentation for the previous patches</title>
<updated>2013-04-11T23:10:17Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2013-04-11T23:05:34Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=1b37dceb787691c5b8cb1dcbc86d622ec9b938b4'/>
<id>urn:sha1:1b37dceb787691c5b8cb1dcbc86d622ec9b938b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplifications to previous patch</title>
<updated>2013-04-11T22:57:23Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2013-04-11T22:57:23Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=5b1b700926173c1ffa11fae558bce06b31c0bc30'/>
<id>urn:sha1:5b1b700926173c1ffa11fae558bce06b31c0bc30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Evaluate last expression to buffer with a prefix</title>
<updated>2013-04-11T22:17:00Z</updated>
<author>
<name>Diogo F. S. Ramos</name>
<email>diogofsr@gmail.com</email>
</author>
<published>2013-04-11T21:56:30Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=516d3e90613c5910d6af34842aa613275344d924'/>
<id>urn:sha1:516d3e90613c5910d6af34842aa613275344d924</id>
<content type='text'>
Use a prefix before pressing C-x C-e to print the result of evaluating
the expression before mark to the current buffer.
</content>
</entry>
<entry>
<title>Hide auto-started REPL</title>
<updated>2013-04-11T22:04:26Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2013-04-11T22:04:26Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=24ea5bb9d9859f819aa404cb99a2d7cf2d482c8b'/>
<id>urn:sha1:24ea5bb9d9859f819aa404cb99a2d7cf2d482c8b</id>
<content type='text'>
I'm not convinced that this is the right thing, and the effect is a
bit ugly (we use save-window-excursion), but maybe this is the correct
thing to do for users that want auto-start.
</content>
</entry>
<entry>
<title>New flag to automatically start REPLs when geiser-mode is activated</title>
<updated>2013-04-11T05:16:17Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2013-04-11T05:16:17Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=2f48c7955f48b07d0aa656267b6b9954077626e0'/>
<id>urn:sha1:2f48c7955f48b07d0aa656267b6b9954077626e0</id>
<content type='text'>
When no live REPL is found, of course.  The flag's imaginatively
called geiser-mode-start-repl-p.
</content>
</entry>
<entry>
<title>Fix for evaluations returning no result</title>
<updated>2013-04-10T14:06:47Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2013-04-10T14:06:47Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=059025eeae73f2b91e2db157b3aa84c91f50f422'/>
<id>urn:sha1:059025eeae73f2b91e2db157b3aa84c91f50f422</id>
<content type='text'>
Such as (values), which produce a retort of the form ((result) ...),
which has nothing wrong in it!  Thanks to Diogo.
</content>
</entry>
<entry>
<title>New customizable geiser-repl-query-on-kill-p</title>
<updated>2013-04-09T18:32:09Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2013-04-09T18:32:09Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=b9fe903ab59f23999817ccdb6cea58d2eb94fa7e'/>
<id>urn:sha1:b9fe903ab59f23999817ccdb6cea58d2eb94fa7e</id>
<content type='text'>
In case you don't care about killing live REPLs...
</content>
</entry>
<entry>
<title>Using implementation-specific keywords also in REPL</title>
<updated>2013-03-01T18:24:21Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2013-03-01T18:24:21Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=47a997c4bf9acc7c8bc4bb0260bc8b789f5f596d'/>
<id>urn:sha1:47a997c4bf9acc7c8bc4bb0260bc8b789f5f596d</id>
<content type='text'>
And, while we're at it, honour the new case-sentive flag, as suggested
by Diogo.
</content>
</entry>
<entry>
<title>Configurable keyword case sensitivity</title>
<updated>2013-03-01T03:24:21Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2013-03-01T03:24:21Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=b4162eba221b6123950df60e156f208b9b017830'/>
<id>urn:sha1:b4162eba221b6123950df60e156f208b9b017830</id>
<content type='text'>
By default, keywords are now not fontified in Scheme buffers unless
they have the correct (lower) case.  This behaviour can be altered by
new, per-implementation customization variables.

Thanks to Diogo F. S. Ramos for pointing this out.
</content>
</entry>
</feed>
