<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser/readme.org, branch 0.33</title>
<subtitle>emacs and scheme talk to each other</subtitle>
<id>https://jao.io/cgit/geiser/atom?h=0.33</id>
<link rel='self' href='https://jao.io/cgit/geiser/atom?h=0.33'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/'/>
<updated>2023-08-06T18:57:28Z</updated>
<entry>
<title>new version: require emacs 27.1</title>
<updated>2023-08-06T18:57:28Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2023-08-06T18:57:28Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=d743a8cd1df4101a6dc2226ccfc3b4883ec761c5'/>
<id>urn:sha1:d743a8cd1df4101a6dc2226ccfc3b4883ec761c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more tweaks to regexp signature finding</title>
<updated>2022-10-21T00:26:04Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-10-21T00:26:04Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=2174f90b64343c1af76c8e5469d5e4b69d709c08'/>
<id>urn:sha1:2174f90b64343c1af76c8e5469d5e4b69d709c08</id>
<content type='text'>
and its use in autodoc (for instance, skip it when in the REPL).
</content>
</entry>
<entry>
<title>Suggestive patch for simplified completion</title>
<updated>2022-04-23T15:01:15Z</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2022-04-02T00:19:54Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=18faa0ba32c9ce751c16960b2a39b3880b523272'/>
<id>urn:sha1:18faa0ba32c9ce751c16960b2a39b3880b523272</id>
<content type='text'>
NOTE: The patch is largely untested.

Modifications:

- Update readme.org
- Remove geiser-company
- Move Company extensions to geiser-completion

Omissions:

- geiser-company--inhibit-autodoc has been removed. Eldoc handling
  should be implemented in the frontend, not in the backend.
  See for example:
  https://github.com/minad/corfu/blob/04fbfce3d7e9c125a7fd22a34455a508247a522b/corfu.el#L1212
- The quickhelp-string action and geiser-company--docstring have been
  removed. company-quickhelp can use `:company-doc-buffer` instead with
  minimal overhead.
  See:
  https://github.com/company-mode/company-quickhelp/blob/3ca2708b4e5190205aca01d65fe1b391963a53f9/company-quickhelp.el#L138
- The automatic Company setup has been removed. Personally I am not a
  fan of such auto configuration. It is better if completion is
  configured consistently in the user configuration. You may want to
  restore the auto configuration for backward compatibility. It depends
  on your backward compatibility story. I am fine with rare breaking
  changes from time to time.
- There is a cyclic dependency between geiser-edit/geiser-doc and
  geiser-completion, which should be untangled.
</content>
</entry>
<entry>
<title>Documentation updates</title>
<updated>2021-12-21T02:56:44Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-12-21T02:56:32Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=67c4689da3b05495ef8a7ab0e2a04dbaf1f49f89'/>
<id>urn:sha1:67c4689da3b05495ef8a7ab0e2a04dbaf1f49f89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>documentation: mention to the new NonGNU ELPA packages</title>
<updated>2021-08-08T00:10:22Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-08-08T00:10:22Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=d7b9e3ebe4e0874ea51f4f9430eb874143d7a424'/>
<id>urn:sha1:d7b9e3ebe4e0874ea51f4f9430eb874143d7a424</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Readme tweaks</title>
<updated>2021-04-10T01:00:56Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-04-10T01:00:56Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=003c9aec8d678ad2392fed25e83fa07d5ec875ef'/>
<id>urn:sha1:003c9aec8d678ad2392fed25e83fa07d5ec875ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>autoload geiser activate implementation</title>
<updated>2021-04-05T22:06:56Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-04-05T22:06:56Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=9fd3174cead8bfa17a8413bffa38362853d71a02'/>
<id>urn:sha1:9fd3174cead8bfa17a8413bffa38362853d71a02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more documentation nits</title>
<updated>2021-04-04T01:53:10Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-04-04T01:53:10Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=f16b01f7635946d1544ad8f23e1639fff30de488'/>
<id>urn:sha1:f16b01f7635946d1544ad8f23e1639fff30de488</id>
<content type='text'>
</content>
</entry>
<entry>
<title>trying again</title>
<updated>2021-04-04T01:49:44Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-04-04T01:49:44Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=08b851abb5684ce31b47471a28ddd4e26f356f77'/>
<id>urn:sha1:08b851abb5684ce31b47471a28ddd4e26f356f77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>trying to format readme tables more pleasantly</title>
<updated>2021-04-04T01:47:55Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-04-04T01:47:55Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=a2f754c7b497564d03965f11924acb4cafa46b43'/>
<id>urn:sha1:a2f754c7b497564d03965f11924acb4cafa46b43</id>
<content type='text'>
</content>
</entry>
</feed>
