<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser/elisp, branch 0.3</title>
<subtitle>emacs and scheme talk to each other</subtitle>
<id>https://jao.io/cgit/geiser/atom?h=0.3</id>
<link rel='self' href='https://jao.io/cgit/geiser/atom?h=0.3'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/'/>
<updated>2012-12-10T22:26:31Z</updated>
<entry>
<title>Fix: more encompassing lookup for images in scheme output</title>
<updated>2012-12-10T22:26:31Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2012-12-10T22:26:31Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=e896e08cfabd87d1a2d2e06c178bf47c41aaa85d'/>
<id>urn:sha1:e896e08cfabd87d1a2d2e06c178bf47c41aaa85d</id>
<content type='text'>
We were not taking into account windows paths, with their backslashes
and colons.
</content>
</entry>
<entry>
<title>New command geiser-repl-clear-buffer</title>
<updated>2012-11-11T15:58:07Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2012-11-11T15:58:07Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=a36fd73dbd98a31fb955f5570afc307e3fc0cbf9'/>
<id>urn:sha1:a36fd73dbd98a31fb955f5570afc307e3fc0cbf9</id>
<content type='text'>
Just renamed geiser-repl--clear-buffer (we don't use -- when users can
call the command with M-x normally) and added documentation.
</content>
</entry>
<entry>
<title>New function 'geiser-repl--clear-buffer'</title>
<updated>2012-11-09T20:20:32Z</updated>
<author>
<name>Jonas Rodrigues</name>
<email>jxonas@gmail.com</email>
</author>
<published>2012-11-09T20:20:32Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=a013b17d8f27de4ccec12e1fd2cf19f097684948'/>
<id>urn:sha1:a013b17d8f27de4ccec12e1fd2cf19f097684948</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Filename completion also in scheme buffers</title>
<updated>2012-10-27T20:58:44Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2012-10-27T20:58:38Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=35676663d79dd1ce3408b34317377ba5478179a9'/>
<id>urn:sha1:35676663d79dd1ce3408b34317377ba5478179a9</id>
<content type='text'>
By means of a new entry in completion-at-point-functions that uses
the handy comint-filename-completion.
</content>
</entry>
<entry>
<title>Completing file names at the REPL, but only in string contexts</title>
<updated>2012-10-24T03:17:34Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2012-10-24T03:17:34Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=0c2c66c68e0c43e55eb0ba0da74ee97508bf1fad'/>
<id>urn:sha1:0c2c66c68e0c43e55eb0ba0da74ee97508bf1fad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Completing file names at the REPL</title>
<updated>2012-10-24T03:04:46Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2012-10-24T03:04:46Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=956ebbe3e14c3080dc5fc7440e2eef33d2c69a74'/>
<id>urn:sha1:956ebbe3e14c3080dc5fc7440e2eef33d2c69a74</id>
<content type='text'>
When no other completion is available, that is.
</content>
</entry>
<entry>
<title>Little clean-ups to the indentation rules</title>
<updated>2012-10-24T02:17:23Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2012-10-24T02:17:19Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=b7c6c0427bbf6e8bfdf06bb45a6cbed7de399478'/>
<id>urn:sha1:b7c6c0427bbf6e8bfdf06bb45a6cbed7de399478</id>
<content type='text'>
Splitting better the specially indented forms between our two
implementations, so that users of a single one don't get weird
indentations for froms without a special meaning in their scheme.

Ideally, we should make these indentation rules buffer-local, so that
when a user is in a, say, Guile buffer, module+ has no special
indentation (as is the case now if that user also has activated
support for Racket).
</content>
</entry>
<entry>
<title>New custom var `geiser-repl-save-debugging-history-p'</title>
<updated>2012-10-22T23:09:27Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2012-10-22T23:09:27Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=e72f7afb5fd8758cd0518d8c9b3a0dd966a9ef23'/>
<id>urn:sha1:e72f7afb5fd8758cd0518d8c9b3a0dd966a9ef23</id>
<content type='text'>
This variable controls whether REPL command history should contain
inputs during the debugger sessions (for schemes with such a thing,
that is, for Guile).
</content>
</entry>
<entry>
<title>Manual lookup shortcut (C-c C-d i) also in REPL buffers</title>
<updated>2012-10-13T02:14:25Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2012-10-13T02:14:25Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=b5d77afab8fe99a4ff4b1e3658d678bf36d0a6b2'/>
<id>urn:sha1:b5d77afab8fe99a4ff4b1e3658d678bf36d0a6b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace</title>
<updated>2012-10-11T02:17:35Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2012-10-11T02:17:35Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=b8630ca33b9abbcc5b39163d1df9180a66f1f998'/>
<id>urn:sha1:b8630ca33b9abbcc5b39163d1df9180a66f1f998</id>
<content type='text'>
</content>
</entry>
</feed>
