<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser-chez, branch 0.6</title>
<subtitle>geiser and chez talk to each other</subtitle>
<id>https://jao.io/cgit/geiser-chez/atom?h=0.6</id>
<link rel='self' href='https://jao.io/cgit/geiser-chez/atom?h=0.6'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/'/>
<updated>2014-08-09T22:57:37Z</updated>
<entry>
<title>NEWS for 0.6</title>
<updated>2014-08-09T22:57:37Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2014-08-09T22:57:37Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=637980cc26cb47c34ef6e35d0d2fde51aafe7fbb'/>
<id>urn:sha1:637980cc26cb47c34ef6e35d0d2fde51aafe7fbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Possible fix for scanning problem</title>
<updated>2014-06-05T04:14:44Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2014-06-05T04:14:44Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=7cf34c0c92cac3039849b8be40b468d0c52d2472'/>
<id>urn:sha1:7cf34c0c92cac3039849b8be40b468d0c52d2472</id>
<content type='text'>
Apparently, the nesting level returned by emacs's syntax parser can be
negative (presumably when it gets confused), and we were not avoiding
calling backward-up-list when that happened.

Could or could not address issue #41...
</content>
</entry>
<entry>
<title>Guile: font lock for all components of module names</title>
<updated>2014-06-03T01:10:23Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2014-06-03T01:10:23Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=f7c97ae42913e22df4532aa820a07751a5e8c71e'/>
<id>urn:sha1:f7c97ae42913e22df4532aa820a07751a5e8c71e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A bit of NEWS</title>
<updated>2014-05-31T23:17:32Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2014-05-31T23:17:32Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=f55181bc0f231ca54ad40267aa2f75e4e5cf4055'/>
<id>urn:sha1:f55181bc0f231ca54ad40267aa2f75e4e5cf4055</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Almost redundant REPL command to interrupt evaluation</title>
<updated>2014-05-31T22:18:40Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2014-05-31T21:52:26Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=c961e6097c896b952bf6ccbb8ebbb794c8d50294'/>
<id>urn:sha1:c961e6097c896b952bf6ccbb8ebbb794c8d50294</id>
<content type='text'>
Works almost identically to the stock C-c C-c, with just marginally
better output aaand being well behaved when interrupting infinitely
looping functions such as (define (f) (newline) (let loop () (loop))) --
cf. issue #29 on github.

We like it so much that it replaces the old one.
</content>
</entry>
<entry>
<title>Finer control of debugging window popups</title>
<updated>2014-05-31T18:57:37Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2014-05-31T18:54:22Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=9ff03facb2ea1e0a6b320f603dfd7e0e787d9593'/>
<id>urn:sha1:9ff03facb2ea1e0a6b320f603dfd7e0e787d9593</id>
<content type='text'>
It's now possible to control whether we jump to the debug window on
evaluation errors (geiser-debug-jump-to-debug-p) and whether we show it
all (geiser-debug-show-debug-p).
</content>
</entry>
<entry>
<title>Fix for apparently stolen link to texinfo</title>
<updated>2014-05-31T16:54:11Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2014-05-31T16:54:11Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=30c3c30774fc16e5ec342bc5eeca21c277a56107'/>
<id>urn:sha1:30c3c30774fc16e5ec342bc5eeca21c277a56107</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Making makeinfo html-happy</title>
<updated>2014-05-31T03:37:09Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2014-05-31T03:37:09Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=586d552350c04f4025ce99d2600bf89496db6e31'/>
<id>urn:sha1:586d552350c04f4025ce99d2600bf89496db6e31</id>
<content type='text'>
Fixes for warnings issued by makeinfo 5.x (when using some of our
macros: the guy is touchy regarding @ifhtml and new lines) that were
preventing the install-html make target to work (for people that want
local html by texinfo as opposed to the (supposedly fancier)
texi2html-generated version we use for the web).
</content>
</entry>
<entry>
<title>Indent Guile's `with-mutex'</title>
<updated>2014-03-26T16:51:30Z</updated>
<author>
<name>Diogo F. S. Ramos</name>
<email>dfsr@riseup.net</email>
</author>
<published>2014-03-26T06:22:12Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=5020b91e90520a9e5c0c725123247535dfb60a4f'/>
<id>urn:sha1:5020b91e90520a9e5c0c725123247535dfb60a4f</id>
<content type='text'>
Follow the convention for `with-' procedures.
</content>
</entry>
<entry>
<title>Fontify when too (thanks to Diogo)</title>
<updated>2014-03-07T12:25:02Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2014-03-07T12:25:02Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=13f2aa64d2bd61f1338073d913b354d88ae3e4c2'/>
<id>urn:sha1:13f2aa64d2bd61f1338073d913b354d88ae3e4c2</id>
<content type='text'>
</content>
</entry>
</feed>
