<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser/elisp, branch 0.11.1</title>
<subtitle>emacs and scheme talk to each other</subtitle>
<id>https://jao.io/cgit/geiser/atom?h=0.11.1</id>
<link rel='self' href='https://jao.io/cgit/geiser/atom?h=0.11.1'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/'/>
<updated>2020-02-23T20:37:10Z</updated>
<entry>
<title>Add Gambit source files to makefiles</title>
<updated>2020-02-23T20:37:10Z</updated>
<author>
<name>David Wilson</name>
<email>david@daviwil.com</email>
</author>
<published>2020-02-21T17:47:43Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=0fbeb19d3b30941366cdc8b7215f348240d0952d'/>
<id>urn:sha1:0fbeb19d3b30941366cdc8b7215f348240d0952d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refix #271, and consider gardening instead of programming</title>
<updated>2020-02-14T01:10:17Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2020-02-14T01:10:17Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=a00d9ebad0927bbdbd4a8d50855f29de41be1d57'/>
<id>urn:sha1:a00d9ebad0927bbdbd4a8d50855f29de41be1d57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Guile: use load paths defined in dir-local variables (fixes #268)</title>
<updated>2020-02-13T03:55:07Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2020-02-13T03:17:08Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=f3099b4b4660b8804ea53a3ae241641765ddd240'/>
<id>urn:sha1:f3099b4b4660b8804ea53a3ae241641765ddd240</id>
<content type='text'>
A similar idea should probably be used with other schemes, but right
now i feel ashamed of having taken so long to fix this one (assuming
it's fixed!), so let's rush this commit for a change.
</content>
</entry>
<entry>
<title>Proper wrapping of final comment lines (fixes #292)</title>
<updated>2020-02-13T02:44:41Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2020-02-13T02:44:41Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=ec22d9c1fc38fe3b38ec3d552a9e862864cc8f19'/>
<id>urn:sha1:ec22d9c1fc38fe3b38ec3d552a9e862864cc8f19</id>
<content type='text'>
Thanks a lot Sean Delvin for a great bug report which, moreover,
contained the solution to the problem! (even though i'm risking a
small modification).
</content>
</entry>
<entry>
<title>Compatibility with Helm completions in emacs-25 (fixes #271)</title>
<updated>2020-02-13T02:39:35Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2020-02-13T02:39:35Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=659d586f6f0695ada311c0f7ac8eb5796ab0e395'/>
<id>urn:sha1:659d586f6f0695ada311c0f7ac8eb5796ab0e395</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Leftover (fixes #291)</title>
<updated>2020-01-28T18:56:15Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2020-01-28T18:56:15Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=866c744d19a3732eb72f5bce61e2a7b14b24951d'/>
<id>urn:sha1:866c744d19a3732eb72f5bce61e2a7b14b24951d</id>
<content type='text'>
Repeat with me: try M-x geiser-reload before pushing to gitlab
</content>
</entry>
<entry>
<title>C-c \ and C-c [ in geiser-repl too</title>
<updated>2020-01-28T02:50:24Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2020-01-28T02:50:24Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=63ff73d1f5ec572bbd73b6c37d3f8ba83dc085f8'/>
<id>urn:sha1:63ff73d1f5ec572bbd73b6c37d3f8ba83dc085f8</id>
<content type='text'>
With a hat tip to Mikhail Kryshen, who was wondering in guile-user why
oh why, and rightly so.
</content>
</entry>
<entry>
<title>Rename multiline expression option</title>
<updated>2019-11-26T09:33:47Z</updated>
<author>
<name>Aaron Marks</name>
<email>nymacro@gmail.com</email>
</author>
<published>2019-11-26T09:30:36Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=1ad752e4b4735e65c30acfc5fed8c663fa93181d'/>
<id>urn:sha1:1ad752e4b4735e65c30acfc5fed8c663fa93181d</id>
<content type='text'>
* Renames geiser-repl-context-sensitive-send to
  geiser-repl-send-on-return-p. This option's value is now inverted.
* Update documentation accordingly.
</content>
</entry>
<entry>
<title>elisp/geiser-completion.el: Expose `--symbol-list` and `--module-list` funcs.</title>
<updated>2019-10-25T06:50:02Z</updated>
<author>
<name>Brian Leung</name>
<email>leungbk@mailfence.com</email>
</author>
<published>2019-10-25T06:50:02Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=06b8e0467b90353cdfbe30f5e6b4579e69ca4e71'/>
<id>urn:sha1:06b8e0467b90353cdfbe30f5e6b4579e69ca4e71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>elisp/geiser.doc.el: Add geiser-doc-manual-for-symbol.</title>
<updated>2019-10-21T23:49:08Z</updated>
<author>
<name>Brian Leung</name>
<email>leungbk@mailfence.com</email>
</author>
<published>2019-10-21T23:49:08Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=03a0583875bd3ad56a12dec296002e99b073ca75'/>
<id>urn:sha1:03a0583875bd3ad56a12dec296002e99b073ca75</id>
<content type='text'>
</content>
</entry>
</feed>
