<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser/elisp/geiser-impl.el, 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>2025-01-05T15:33:20Z</updated>
<entry>
<title>whitespace</title>
<updated>2025-01-05T15:33:20Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2025-01-05T15:33:20Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=74eed1669aec9bb45c96440dfb6d8c1c6ecfbb5f'/>
<id>urn:sha1:74eed1669aec9bb45c96440dfb6d8c1c6ecfbb5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Define autoloads how that is normally done"</title>
<updated>2025-01-05T15:30:41Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2025-01-05T15:30:41Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=dcded86fca731969fece47d57ce90d90e0fe701a'/>
<id>urn:sha1:dcded86fca731969fece47d57ce90d90e0fe701a</id>
<content type='text'>
This reverts commit 67f727855895050aca3bcf37066e804dc8f307de.

While the rationale is sound, it prevents simpler uses of geiser.el to run the
package without having to install it.

Fixes #70
</content>
</entry>
<entry>
<title>Define autoloads how that is normally done</title>
<updated>2024-07-06T15:37:23Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2022-07-14T14:06:12Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=67f727855895050aca3bcf37066e804dc8f307de'/>
<id>urn:sha1:67f727855895050aca3bcf37066e804dc8f307de</id>
<content type='text'>
- Avoid defining autoload definitions in a central location.
  Instead add autoload cookies to the forms/definitions that should
  be autoloaded, in the locations where the actual definitions are
  located.

  - Do this for `geiser-mode', `turn-on-geiser-mode',
    `geiser-mode--maybe-activate' (including adding that to
    `scheme-mode-hook'), `geiser', `geiser-connect',
    `geiser-connect-local' and `geiser-repl-switch'.

  - Also do this for `run-geiser', even though it is only an obsolete
    function alias for `geiser', which might make it desirable to drop
    the autoload altogether.

  Some unusual autoload definitions remain in "geiser.el", see below.

- One issue with defining autoloads in a central location is that it
  is easy to forget to remove such autoloads when the real definition
  is removed.

  No longer autoload `geiser-version' because since [1: 847d2ad]
  there no longer exists a proper definition of that function.

- No longer autoload `geiser-unload', `geiser-reload' and
  `turn-off-geiser-mode', because they are only useful if Geiser has
  already been loaded, at which point any autoloaded definitions are
  no longer relevant.

However,

- Keep autoloading `geiser-activate-implementation' and
  `geiser-implementation-extension', even though I doubt that this
  is actually useful.

- Keep using `custom-add-load' to specify dependencies of Custom
  groups and keep autoloading that.  I don't know if this is actually
  necessary, and while it seems really weird, it might served a legit
  purpose, that I am not aware of.

1: 2020-07-19 847d2ad4c6da462c26c50af1ef7d9cd697f3a5d2
   scheme and autotools removals
</content>
</entry>
<entry>
<title>Cleanup library headers</title>
<updated>2024-07-06T15:37:23Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2022-07-14T12:33:38Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=de52f0e36f1709181c1ce4e787d79208fa2cb870'/>
<id>urn:sha1:de52f0e36f1709181c1ce4e787d79208fa2cb870</id>
<content type='text'>
- In the summary line, use three dashes to separate the file name
  from the summary.  That is the convention, which some tools depend
  on, and for some libraries we already did it here too.

- Capitalize the first word in the summary.  That is the convention,
  and for some libraries we already did it here too.

- For libraries that have a commentary, make sure it is placed in a
  "Commentary:" section.

- Make sure the "Code:" heading, which separates the header from the
  code part of the library, exists in all files.
</content>
</entry>
<entry>
<title>make autoloads more lazy (Stefan Monnier)</title>
<updated>2022-11-30T13:33:43Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-11-30T13:33:43Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=47bb86d6829ffa81ec021ee6217379b216d95bfc'/>
<id>urn:sha1:47bb86d6829ffa81ec021ee6217379b216d95bfc</id>
<content type='text'>
Thanks to Stefan's patience and actual implementation, we now don't load all
of geiser-impl.el and its dependencies just because there's a call
geiser-activate-implementation in geiser-&lt;impl&gt;-autoloads.el.
</content>
</entry>
<entry>
<title>Make geiser-activate-implementation a defun to fix autoloading.</title>
<updated>2022-11-26T22:50:48Z</updated>
<author>
<name>Matt Armstrong</name>
<email>matt@rfc20.org</email>
</author>
<published>2022-11-26T22:50:48Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=ca0407bc942d3cae5ff1ae0bd966311b425d9a86'/>
<id>urn:sha1:ca0407bc942d3cae5ff1ae0bd966311b425d9a86</id>
<content type='text'>
See issue #47.
</content>
</entry>
<entry>
<title>run-geiser obsoleted (just use M-x geiser)</title>
<updated>2022-08-25T00:46:42Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-08-25T00:46:42Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=247c7d5f93539f7e183909917d8f3eab7156ed47'/>
<id>urn:sha1:247c7d5f93539f7e183909917d8f3eab7156ed47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New geiser-repl-switch[-to-module] obsoleting switch-to-geiser[module]</title>
<updated>2022-08-25T00:20:19Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-08-24T23:26:16Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=669960e216131b1ef5e26a368e28053eeab8aa9a'/>
<id>urn:sha1:669960e216131b1ef5e26a368e28053eeab8aa9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Back to using a real lambda value rather than a list</title>
<updated>2022-01-28T22:58:54Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-01-28T22:58:54Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=22702313a1f65abaa3bb691cc82cb50b1c14f455'/>
<id>urn:sha1:22702313a1f65abaa3bb691cc82cb50b1c14f455</id>
<content type='text'>
Thanks again to Stefan for a useful discussion.
</content>
</entry>
<entry>
<title>geiser-impl--normalize-method: quick fix for previous change</title>
<updated>2022-01-28T19:47:36Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-01-28T19:47:36Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=bb9d5cb200a5c0410af4eb63d244e5445614366c'/>
<id>urn:sha1:bb9d5cb200a5c0410af4eb63d244e5445614366c</id>
<content type='text'>
I haven't fully understood why, the two versions seem at first sight
equivalent, but they're not behaving equivalently.
</content>
</entry>
</feed>
