<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser-chez/elisp, branch 0.1.1</title>
<subtitle>geiser and chez talk to each other</subtitle>
<id>https://jao.io/cgit/geiser-chez/atom?h=0.1.1</id>
<link rel='self' href='https://jao.io/cgit/geiser-chez/atom?h=0.1.1'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/'/>
<updated>2011-01-23T20:12:29Z</updated>
<entry>
<title>Fix for bug in module name completion (affecting Guile)</title>
<updated>2011-01-23T20:12:29Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-01-23T20:12:29Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=9af0e2f94eaf277ad8f4e3e57b9c0fb76327da00'/>
<id>urn:sha1:9af0e2f94eaf277ad8f4e3e57b9c0fb76327da00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>geiser-repl--tab -&gt; geiser-repl-tab-dwim</title>
<updated>2011-01-23T19:12:16Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-01-23T19:12:16Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=ba3fb44c64eac29fd0b322fb811f1983eaacf796'/>
<id>urn:sha1:ba3fb44c64eac29fd0b322fb811f1983eaacf796</id>
<content type='text'>
Following a suggestion by M. Harig, and following the policy that it's
better for command names to not be doubly hyphenated.
</content>
</entry>
<entry>
<title>C-c C-Z -&gt; C-c C-a</title>
<updated>2011-01-11T13:45:48Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-01-11T13:45:48Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=0fac0de329fb7c775f123f6bef74e999de89a529'/>
<id>urn:sha1:0fac0de329fb7c775f123f6bef74e999de89a529</id>
<content type='text'>
Since C-c C-z/Z apparently conflict with each other, and the new
keybinding is more friendly anyway.
</content>
</entry>
<entry>
<title>Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'</title>
<updated>2011-01-09T21:53:27Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-01-09T21:40:11Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=e1673221200c35bdacffebbcc26c2e562080a9fd'/>
<id>urn:sha1:e1673221200c35bdacffebbcc26c2e562080a9fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docstring typos</title>
<updated>2011-01-09T00:38:22Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-01-09T00:38:22Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=0fae4e8805e68565a6d4ca26c07b4cdff6a971cf'/>
<id>urn:sha1:0fae4e8805e68565a6d4ca26c07b4cdff6a971cf</id>
<content type='text'>
Mark, again.
</content>
</entry>
<entry>
<title>Autodoc mode (de)activation fix.</title>
<updated>2011-01-08T23:06:46Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-01-08T23:06:46Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=7c74bab99cfb5a51ed435853fe09e46407c7b3bf'/>
<id>urn:sha1:7c74bab99cfb5a51ed435853fe09e46407c7b3bf</id>
<content type='text'>
Quoth Mark:

When the Geiser minor mode is toggled off using the command
`geiser-mode', the message:

   Toggling eldoc-mode off; better pass an explicit argument.

is displayed in the echo area.  This is traceable to line 219:

   (eldoc-mode geiser-autodoc-mode)

The function `eldoc-mode' takes numeric arguments, while
`geiser-autodoc-mode' returns boolean values.  Here is a
simple patch:

   (eldoc-mode (if geiser-autodoc-mode 1 -1))
</content>
</entry>
<entry>
<title>REPL: M-TAB bound to completion-at-point</title>
<updated>2011-01-07T18:42:51Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-01-07T18:42:51Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=425e29e070c0860aec004296e050b92cb9250b89'/>
<id>urn:sha1:425e29e070c0860aec004296e050b92cb9250b89</id>
<content type='text'>
TAB already does all the other stuff.
</content>
</entry>
<entry>
<title>REPL: fix for history navigation</title>
<updated>2011-01-07T13:14:31Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-01-07T13:14:31Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=2ca4ad6e1385e2ea21f05f6760db0e0ff5cca4c3'/>
<id>urn:sha1:2ca4ad6e1385e2ea21f05f6760db0e0ff5cca4c3</id>
<content type='text'>
We were using a comint-get-old-input function that was including the
prompt in its returned value. This was no problem most of the time
because we don't use comint-send-input before the process mark, but
there's another circumstance under which comint-get-old-input is
called, namely, when reaching the end of the input history. When
history is exhausted, the "old input" is inserted (go figure), and we
were inserting a prompt, wreaking havoc with its read-only-ness.
</content>
</entry>
<entry>
<title>Really avoiding *spurious* buffers</title>
<updated>2011-01-03T00:45:13Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-01-03T00:45:13Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=7342870bfce4071673936597559ae60ffcba03b2'/>
<id>urn:sha1:7342870bfce4071673936597559ae60ffcba03b2</id>
<content type='text'>
My previous attempt was bogus! Also, i'm taking advantage of our
sending queries serially to simplify transaction queue processing, and
to clean after ourserlves on error.
</content>
</entry>
<entry>
<title>More robust symbol reading (instead of specializing for quack)</title>
<updated>2011-01-02T20:03:00Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2011-01-02T20:03:00Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-chez/commit/?id=95af5d35139f8d8825dcfa2381a5bc16d46e0043'/>
<id>urn:sha1:95af5d35139f8d8825dcfa2381a5bc16d46e0043</id>
<content type='text'>
Let's use the scheme reader instead of half-assed regular expressions
and special-casing.
</content>
</entry>
</feed>
