<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser/elisp/geiser-syntax.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-09-22T23:44:03Z</updated>
<entry>
<title>handling correctly variadic local args (thanks, rvs314)</title>
<updated>2025-09-22T23:44:03Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2025-09-22T23:44:03Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=43b9a034aa12d0fd9f27cfdbe7d35affaaf9c19b'/>
<id>urn:sha1:43b9a034aa12d0fd9f27cfdbe7d35affaaf9c19b</id>
<content type='text'>
This one should fix issue #73.
</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>Take the byte-compilers advice into account</title>
<updated>2022-12-05T14:17:55Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2022-12-05T14:17:55Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=a60efa80cdb8c72dacb1e16729a801206a4e80bf'/>
<id>urn:sha1:a60efa80cdb8c72dacb1e16729a801206a4e80bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>requiring subr-x at compile time for older emacsen</title>
<updated>2022-11-01T16:22:34Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-11-01T16:22:34Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=dbde6d2b446b41bc309da33aa69034c63f8294a5'/>
<id>urn:sha1:dbde6d2b446b41bc309da33aa69034c63f8294a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>e320b982 wasn't a good idea, and lexical-binding for geiser-syntax</title>
<updated>2022-10-16T03:13:50Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-10-16T03:13:50Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=dbf07ebc781622184f6e944271c2d35becf9d13e'/>
<id>urn:sha1:dbf07ebc781622184f6e944271c2d35becf9d13e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>little fix: duplicated first symbol in autodoc requests</title>
<updated>2022-10-15T19:25:29Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-10-15T19:25:29Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=e320b982c43edffed2520ba5bfbbb5b4832aad52'/>
<id>urn:sha1:e320b982c43edffed2520ba5bfbbb5b4832aad52</id>
<content type='text'>
i think we've been sending twice the symbol at point in ge:autodoc's list of
paths since the beginning of time; not that it'll make a noticeable
difference, but let's not.
</content>
</entry>
<entry>
<title>Support for #{...}# extended symbol syntax</title>
<updated>2022-03-24T00:51:33Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-24T00:51:33Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=cbfab92584072ba0e1c4119612a8438db61ecbf6'/>
<id>urn:sha1:cbfab92584072ba0e1c4119612a8438db61ecbf6</id>
<content type='text'>
Should fix issue #41, possibly the oldest still standing!  My thanks
and apologies to @ghost, wherever you are!
</content>
</entry>
<entry>
<title>Nit (fixes #38)</title>
<updated>2022-03-08T20:56:51Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-08T20:56:51Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=76b19057f97e834f2873c502d7bd66a31b1d0b17'/>
<id>urn:sha1:76b19057f97e834f2873c502d7bd66a31b1d0b17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Harmonizing buffer names</title>
<updated>2022-03-06T19:18:54Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-06T19:18:54Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=f9a40fe67e15ad2ec984687a8e99844707f736e5'/>
<id>urn:sha1:f9a40fe67e15ad2ec984687a8e99844707f736e5</id>
<content type='text'>
So that now all start with *Geiser (and a space for hidden ones) and
use consistent capitalization (see issue #38).
</content>
</entry>
<entry>
<title>Tweak also max-specdl-size for longer reads</title>
<updated>2021-12-27T16:15:58Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2021-12-27T16:12:39Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=48e6a6671571ef60ae764b165a2f152fc6d9e227'/>
<id>urn:sha1:48e6a6671571ef60ae764b165a2f152fc6d9e227</id>
<content type='text'>
</content>
</entry>
</feed>
