<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser/elisp, branch 0.12</title>
<subtitle>emacs and scheme talk to each other</subtitle>
<id>https://jao.io/cgit/geiser/atom?h=0.12</id>
<link rel='self' href='https://jao.io/cgit/geiser/atom?h=0.12'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/'/>
<updated>2020-07-12T07:19:53Z</updated>
<entry>
<title>Always display error in minibuffer after eval</title>
<updated>2020-07-12T07:19:53Z</updated>
<author>
<name>Aaron Marks</name>
<email>nymacro@gmail.com</email>
</author>
<published>2020-07-12T07:14:22Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=1e3cb03c7685561ff41c4d39ab85b4ef8462077c'/>
<id>urn:sha1:1e3cb03c7685561ff41c4d39ab85b4ef8462077c</id>
<content type='text'>
When evaluating expressions in a Scheme buffer, display the error
of an evaluation in the minibuffer regardless of whether
`geiser-debug-show-debug-p` or `geiser-debug-jump-to-debug-p` are
set or not.
</content>
</entry>
<entry>
<title>Tag project functions instead of overriding docs</title>
<updated>2020-07-06T20:12:33Z</updated>
<author>
<name>Andrew Whatson</name>
<email>whatson@gmail.com</email>
</author>
<published>2020-06-19T13:52:46Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=fc81121015f43709abf9dc4d623e26fdb45cae3a'/>
<id>urn:sha1:fc81121015f43709abf9dc4d623e26fdb45cae3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix byte-compiler warning</title>
<updated>2020-07-06T20:12:33Z</updated>
<author>
<name>Andrew Whatson</name>
<email>whatson@gmail.com</email>
</author>
<published>2020-06-19T13:48:52Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=01f1d479cbeb4cf1b0a908c363366e0c6100eea9'/>
<id>urn:sha1:01f1d479cbeb4cf1b0a908c363366e0c6100eea9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve project function selection, make ignore default</title>
<updated>2020-07-06T20:12:33Z</updated>
<author>
<name>Andrew Whatson</name>
<email>whatson@gmail.com</email>
</author>
<published>2020-06-19T13:32:45Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=8cba6b5ea04c9a4c8473944aa1d0a6be78e78c66'/>
<id>urn:sha1:8cba6b5ea04c9a4c8473944aa1d0a6be78e78c66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor to make repl/impl proj argument optional</title>
<updated>2020-07-06T20:12:33Z</updated>
<author>
<name>Andrew Whatson</name>
<email>whatson@gmail.com</email>
</author>
<published>2020-06-19T06:44:54Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=210068c7d552c35b958f0647bbb5bfa3cb8e4726'/>
<id>urn:sha1:210068c7d552c35b958f0647bbb5bfa3cb8e4726</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a separate REPL instance per project</title>
<updated>2020-07-06T20:12:33Z</updated>
<author>
<name>Andrew Whatson</name>
<email>whatson@gmail.com</email>
</author>
<published>2020-06-19T03:56:09Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=daa8236bd7b133af8fce5b11e8f3da1c6776a6c1'/>
<id>urn:sha1:daa8236bd7b133af8fce5b11e8f3da1c6776a6c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Returning C-c k back to users, that key's theirs!</title>
<updated>2020-07-06T18:34:09Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2020-07-06T18:34:09Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=2b73504c1df942a30309d0135cb0ab59c8b5fa70'/>
<id>urn:sha1:2b73504c1df942a30309d0135cb0ab59c8b5fa70</id>
<content type='text'>
Should close issue #315, where it is pointed out that "sequences
consisting of `C-c` and a letter (either upper or lower case) are
reserved for users; they are the *only* sequences reserved for users,
so do not block them."
</content>
</entry>
<entry>
<title>Better handcrafted reader, now with numbers!</title>
<updated>2020-05-10T18:11:04Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2020-05-10T18:11:04Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=ff17a4382eb77558fc7e00ef64893acad6c0f93d'/>
<id>urn:sha1:ff17a4382eb77558fc7e00ef64893acad6c0f93d</id>
<content type='text'>
For no good reason, we were transforming numbers in retorts to symbols
and then failing to recognise things like line or column numbers
there.

The "fix" here only works for the intersection of numbers that are
written in the same way in elisp and scheme; one day we'll find a
situation where this doesn't cut it, but right now we only really use
integers.
</content>
</entry>
<entry>
<title>Completion for vanilla users</title>
<updated>2020-05-10T16:28:00Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2020-05-10T16:28:00Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=c25a0562962c0f4dfbdc81b4662609f7df715b98'/>
<id>urn:sha1:c25a0562962c0f4dfbdc81b4662609f7df715b98</id>
<content type='text'>
Restoring what seem reasonable definitions for the completion
functions when called away from the current buffer.  Should fix issue
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2020-04-26T21:52:31Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2020-04-26T21:52:31Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=19f7f244a1afce95aa54618801848bfb2f218198'/>
<id>urn:sha1:19f7f244a1afce95aa54618801848bfb2f218198</id>
<content type='text'>
</content>
</entry>
</feed>
