<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser-chez, branch 0.12</title>
<subtitle>geiser and chez talk to each other</subtitle>
<id>https://jao.io/cgit/geiser-chez/atom?h=0.12</id>
<link rel='self' href='https://jao.io/cgit/geiser-chez/atom?h=0.12'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/'/>
<updated>2020-07-11T16:57:32Z</updated>
<entry>
<title>chez: pretty printing macroexpand results.</title>
<updated>2020-07-11T16:57:32Z</updated>
<author>
<name>Jay Xu</name>
<email>jay.xu.krfantasy@gmail.com</email>
</author>
<published>2020-07-11T16:57:32Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=9d66c63c5374001608b2e1807c3e136c82c44f60'/>
<id>urn:sha1:9d66c63c5374001608b2e1807c3e136c82c44f60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make chez display output and error messages.</title>
<updated>2020-07-11T12:58:52Z</updated>
<author>
<name>Jay Xu</name>
<email>jay.xu.krfantasy@gmail.com</email>
</author>
<published>2020-07-11T12:58:52Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=086dbba895bdc40347de1b0bff8f77d8f10192d6'/>
<id>urn:sha1:086dbba895bdc40347de1b0bff8f77d8f10192d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add extra parameter support to chez</title>
<updated>2020-04-19T21:11:56Z</updated>
<author>
<name>julian herrera</name>
<email>julian.herrera@live.com</email>
</author>
<published>2020-04-19T21:11:56Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=fcb2a6ab8d1bd37ed36030d6e9cc81388761c465'/>
<id>urn:sha1:fcb2a6ab8d1bd37ed36030d6e9cc81388761c465</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add extra parameter support to chez implementation</title>
<updated>2020-04-19T20:26:29Z</updated>
<author>
<name>julian herrera</name>
<email>julian.herrera@live.com</email>
</author>
<published>2020-04-19T20:26:29Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=755a7ccbcbf8d6aa63c3dae23296b1c2a7b5a45a'/>
<id>urn:sha1:755a7ccbcbf8d6aa63c3dae23296b1c2a7b5a45a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use cl-lib instead of cl</title>
<updated>2020-03-27T22:13:37Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2020-03-27T22:13:37Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=502b3ac7e73ed9bcece8123a040a666923df5837'/>
<id>urn:sha1:502b3ac7e73ed9bcece8123a040a666923df5837</id>
<content type='text'>
Starting with Emacs 27 cl is fully deprecated, including at
compile-time.
</content>
</entry>
<entry>
<title>Delete trailing whitespace</title>
<updated>2020-03-27T20:38:45Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2020-02-25T14:34:04Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=21bc5bbd8c3a8defecc74d669bbcef7b2c86af15'/>
<id>urn:sha1:21bc5bbd8c3a8defecc74d669bbcef7b2c86af15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix indentation</title>
<updated>2020-03-27T20:38:45Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2020-02-25T13:48:04Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=146d4a70df9ea6ca264899a5f0c0a5bb3cf7463f'/>
<id>urn:sha1:146d4a70df9ea6ca264899a5f0c0a5bb3cf7463f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark the beginning of code part of elisp libraries with Code: heading</title>
<updated>2020-03-27T20:38:45Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2020-02-25T13:32:18Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=591c794e828ed2d8a3211a3e152ea3bf8858ba0e'/>
<id>urn:sha1:591c794e828ed2d8a3211a3e152ea3bf8858ba0e</id>
<content type='text'>
It's the convention and by following it we make a big step towards
supporting outline navigation.

The convention doesn't say much about what parts of the code are
supposed to be part of that sections and what parts belong in a
subsequent section.  Here we put the `require' forms in this section
and maybe some setup code, that's a popular approach.

In most cases there was "" where we now insert "Code:".  They both
serve a similar purpose and we keep the former because some users
depend on that for navigation.  We even add this "" in libraries
where it previously was missing.

In some cases the permission statement was followed by a commentary,
which obviously does not belong in the "Code:" section.  In such cases
add the conventional "Commentary:" section.
</content>
</entry>
<entry>
<title>Begin the summary lines of all elisp libraries with three semicolons</title>
<updated>2020-03-27T20:38:45Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2020-02-25T13:29:01Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=352515c3aa12c9ebbdd997e5ab061ad182a45958'/>
<id>urn:sha1:352515c3aa12c9ebbdd997e5ab061ad182a45958</id>
<content type='text'>
It's the convention and by following it we make a big step towards
supporting outline navigation.
</content>
</entry>
<entry>
<title>Add rudimentary Chez support for macro expansion</title>
<updated>2020-01-03T13:29:15Z</updated>
<author>
<name>Aaron Marks</name>
<email>nymacro@gmail.com</email>
</author>
<published>2020-01-03T13:29:15Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=a0f6fc32a81267154ed71f8668a1ecd227e7b37b'/>
<id>urn:sha1:a0f6fc32a81267154ed71f8668a1ecd227e7b37b</id>
<content type='text'>
</content>
</entry>
</feed>
