<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser-guile/elisp, branch 0.20.1</title>
<subtitle>geiser and guile talk to each other</subtitle>
<id>https://jao.io/cgit/geiser-guile/atom?h=0.20.1</id>
<link rel='self' href='https://jao.io/cgit/geiser-guile/atom?h=0.20.1'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/'/>
<updated>2020-07-20T03:47:40Z</updated>
<entry>
<title>geiser-guile.el at the top level</title>
<updated>2020-07-20T03:47:40Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2020-07-20T03:47:40Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=8532dc1639b02d9663d3e7874bae25d2bfd589b8'/>
<id>urn:sha1:8532dc1639b02d9663d3e7874bae25d2bfd589b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2020-04-26T21:52:31Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2020-04-26T21:52:31Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=527fd8fa40b68c8b0ff96b14230df2b313150a57'/>
<id>urn:sha1:527fd8fa40b68c8b0ff96b14230df2b313150a57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use cl-lib instead of cl</title>
<updated>2020-03-27T22:13:37Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2020-03-27T22:13:37Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=b52307215ab6e9530848b847513f757958ccb5e9'/>
<id>urn:sha1:b52307215ab6e9530848b847513f757958ccb5e9</id>
<content type='text'>
Starting with Emacs 27 cl is fully deprecated, including at
compile-time.
</content>
</entry>
<entry>
<title>Fix indentation</title>
<updated>2020-03-27T20:38:45Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2020-02-25T13:48:04Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=8bf1a8b9233262adc8cf0dc47a677651e9b6cb92'/>
<id>urn:sha1:8bf1a8b9233262adc8cf0dc47a677651e9b6cb92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark the beginning of code part of elisp libraries with Code: heading</title>
<updated>2020-03-27T20:38:45Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2020-02-25T13:32:18Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=f7483fd2e8eff2124db11939177cef8bc9732e7e'/>
<id>urn:sha1:f7483fd2e8eff2124db11939177cef8bc9732e7e</id>
<content type='text'>
It's the convention and by following it we make a big step towards
supporting outline navigation.

The convention doesn't say much about what parts of the code are
supposed to be part of that sections and what parts belong in a
subsequent section.  Here we put the `require' forms in this section
and maybe some setup code, that's a popular approach.

In most cases there was "" where we now insert "Code:".  They both
serve a similar purpose and we keep the former because some users
depend on that for navigation.  We even add this "" in libraries
where it previously was missing.

In some cases the permission statement was followed by a commentary,
which obviously does not belong in the "Code:" section.  In such cases
add the conventional "Commentary:" section.
</content>
</entry>
<entry>
<title>Begin the summary lines of all elisp libraries with three semicolons</title>
<updated>2020-03-27T20:38:45Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2020-02-25T13:29:01Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=0355cd691ddef4b8fd840535452da2fa71a4f6ea'/>
<id>urn:sha1:0355cd691ddef4b8fd840535452da2fa71a4f6ea</id>
<content type='text'>
It's the convention and by following it we make a big step towards
supporting outline navigation.
</content>
</entry>
<entry>
<title>Guile: use load paths defined in dir-local variables (fixes #268)</title>
<updated>2020-02-13T03:55:07Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2020-02-13T03:17:08Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=f23e0751bd9b2e4249af9ed76cce3f9e1e420979'/>
<id>urn:sha1:f23e0751bd9b2e4249af9ed76cce3f9e1e420979</id>
<content type='text'>
A similar idea should probably be used with other schemes, but right
now i feel ashamed of having taken so long to fix this one (assuming
it's fixed!), so let's rush this commit for a change.
</content>
</entry>
<entry>
<title>Really fix #252</title>
<updated>2020-02-04T16:45:03Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2020-02-04T16:45:03Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=ef3fb349700b60c5c697e8be10211360ebf88e07'/>
<id>urn:sha1:ef3fb349700b60c5c697e8be10211360ebf88e07</id>
<content type='text'>
And by a new pair of glasses in the process.
</content>
</entry>
<entry>
<title>guile 2.2: program-arities and program-module reloaded</title>
<updated>2018-01-30T22:45:41Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2018-01-30T22:45:41Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=f6f254f07b09e412d06646aa2136df576c1a18f7'/>
<id>urn:sha1:f6f254f07b09e412d06646aa2136df576c1a18f7</id>
<content type='text'>
Those two procedures are gone in these 2.2 times, and things like
autodoc and xref were broken as a result.  With Andy's help,
apparently good enough approximations of their functionality are now
in place: let's see how they go.
</content>
</entry>
<entry>
<title>guile: fix manual symbol lookup.</title>
<updated>2017-10-10T23:10:49Z</updated>
<author>
<name>Jan Nieuwenhuizen</name>
<email>janneke@gnu.org</email>
</author>
<published>2017-10-10T19:43:59Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=be00e7a8f7d2b716627eaf03837b5c1c83232a9d'/>
<id>urn:sha1:be00e7a8f7d2b716627eaf03837b5c1c83232a9d</id>
<content type='text'>
* elisp/geiser-guile.el (guile--manual-look-up): Change parameters for
  info-lookup-symbol to string and 'scheme-mode.  Fixes lookup.
</content>
</entry>
</feed>
