<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser-chez, branch 0.1</title>
<subtitle>geiser and chez talk to each other</subtitle>
<id>https://jao.io/cgit/geiser-chez/atom?h=0.1</id>
<link rel='self' href='https://jao.io/cgit/geiser-chez/atom?h=0.1'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/'/>
<updated>2010-12-20T02:08:06Z</updated>
<entry>
<title>Nits and release tag</title>
<updated>2010-12-20T02:08:06Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-12-20T02:08:06Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=c82a944025ee08280dc507004ab98435f184cc23'/>
<id>urn:sha1:c82a944025ee08280dc507004ab98435f184cc23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Latest updates before 0.1</title>
<updated>2010-12-20T01:24:15Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-12-20T00:21:34Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=c826eb2e462ed8d2ab2ae8be5050d79e478db796'/>
<id>urn:sha1:c826eb2e462ed8d2ab2ae8be5050d79e478db796</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing autoload for connect-to-racket</title>
<updated>2010-12-18T15:02:46Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-12-18T15:02:46Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=ea2af4ac14c3351094377bc06f41232de9a6fb94'/>
<id>urn:sha1:ea2af4ac14c3351094377bc06f41232de9a6fb94</id>
<content type='text'>
Maybe i should bite the bullet and use ##autoload cookies, but then
geiser.el would need to be a generated file, breaking
out-of-the-boxness (unless i update it by hand). Sticking to manual
maintenance for now.
</content>
</entry>
<entry>
<title>Docs: clarification about quack</title>
<updated>2010-12-18T03:45:38Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-12-18T03:45:38Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=c369a98132d38affe0bee659f33181db694c9e52'/>
<id>urn:sha1:c369a98132d38affe0bee659f33181db694c9e52</id>
<content type='text'>
Greg Hendershott tells me that, unless you require quack after loading
geiser, quack's font lock is somehow ignored. I have yet to understand
why.
</content>
</entry>
<entry>
<title>Docs nit</title>
<updated>2010-12-18T03:21:16Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-12-18T03:21:16Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=ee5a005c6ea72219b7ceec510214543a48e8026d'/>
<id>urn:sha1:ee5a005c6ea72219b7ceec510214543a48e8026d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A quack compatibility bit</title>
<updated>2010-12-15T18:18:04Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-12-15T18:18:04Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=4b7a1b2afe0630e5b4c02f6cbe23bee53aa62eb9'/>
<id>urn:sha1:4b7a1b2afe0630e5b4c02f6cbe23bee53aa62eb9</id>
<content type='text'>
If quack-mode is active, we leave additional font locking to it.
</content>
</entry>
<entry>
<title>Debugging aids</title>
<updated>2010-12-14T22:21:23Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-12-14T22:21:23Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=176b84f5aedc1bb23d91337b10570981e9af7545'/>
<id>urn:sha1:176b84f5aedc1bb23d91337b10570981e9af7545</id>
<content type='text'>
A couple functions to manage logs, and a fix to the definition of
geiser-messages-mode: do not ever kill all local variables in a
derived mode definition!
</content>
</entry>
<entry>
<title>No more vicious error circle on tq errors</title>
<updated>2010-12-14T21:57:18Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-12-14T21:57:18Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=8cac1fd62779f6552ce4e5ac5d8f9a886526420d'/>
<id>urn:sha1:8cac1fd62779f6552ce4e5ac5d8f9a886526420d</id>
<content type='text'>
I've eliminated the annoying *spurious* popup produced by tq, so that
Geiser can recover from error conditions arising from unexpected
input to a transaction queue that has no active transaction. We now
log the offending input and keep going.

Greg, over at racket's list, reported such a happening when leaving
the REPL after C-u C-c C-z; but i've been unable to reproduce the
problem. Probably, we have a bug lurking somewhere that this patch
doesn't fix, but at least it should work as a palliative.
</content>
</entry>
<entry>
<title>Documentation bit</title>
<updated>2010-12-11T03:24:14Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-12-11T03:24:14Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=41f4dcc669f809dd3a73f78b81f50f780f152aeb'/>
<id>urn:sha1:41f4dcc669f809dd3a73f78b81f50f780f152aeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Documentation updates, and a shiny new image</title>
<updated>2010-12-11T03:05:57Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-12-11T03:05:57Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=dfe2b83ff6eb51cbaf134b5cdfc1e416c1541b8b'/>
<id>urn:sha1:dfe2b83ff6eb51cbaf134b5cdfc1e416c1541b8b</id>
<content type='text'>
</content>
</entry>
</feed>
