<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser/elisp/geiser-popup.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>2024-07-06T15:37:23Z</updated>
<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>Use lexical-binding</title>
<updated>2023-12-15T21:33:58Z</updated>
<author>
<name>Jonas Bernoulli</name>
<email>jonas@bernoul.li</email>
</author>
<published>2023-12-15T21:29:45Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=b20dd4d77b92197d88d7cf3512fe202581d5c430'/>
<id>urn:sha1:b20dd4d77b92197d88d7cf3512fe202581d5c430</id>
<content type='text'>
Emacs 30.0.50 has started to warn when this variable isn't set,
presumably so that the default can be changed from nil to t in
a few years.

I see no reason not to use lexical-binding.
</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/commit/?id=a11b96fe58a2579e15bfcb642f01e0059da59a87'/>
<id>urn:sha1:a11b96fe58a2579e15bfcb642f01e0059da59a87</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/commit/?id=3ceb31b71824e59e3f000edf7cb09ab86616d723'/>
<id>urn:sha1:3ceb31b71824e59e3f000edf7cb09ab86616d723</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/commit/?id=715f4c0ee0f50b251679e55650cedcae3a246b57'/>
<id>urn:sha1:715f4c0ee0f50b251679e55650cedcae3a246b57</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>Add a (declare (debug)) form to all geiser-%s--with-buffer macros.</title>
<updated>2019-09-03T07:06:02Z</updated>
<author>
<name>Lockywolf</name>
<email>lockywolf@gmail.com</email>
</author>
<published>2019-08-28T03:12:35Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=c8daa71db73e6f9bfbf9b7d23477d8e885fe8d64'/>
<id>urn:sha1:c8daa71db73e6f9bfbf9b7d23477d8e885fe8d64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A couple of byte-compilation warnings gone</title>
<updated>2013-07-01T19:39:10Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2013-07-01T19:39:10Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=ae7bb5d6ff1595a28557d7cda2416e1cbce680f3'/>
<id>urn:sha1:ae7bb5d6ff1595a28557d7cda2416e1cbce680f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace</title>
<updated>2012-10-11T02:17:35Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2012-10-11T02:17:35Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=b8630ca33b9abbcc5b39163d1df9180a66f1f998'/>
<id>urn:sha1:b8630ca33b9abbcc5b39163d1df9180a66f1f998</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoiding old-style backquotes during compilation of geiser-popup.el.</title>
<updated>2010-07-08T18:43:11Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-07-08T18:43:11Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=97b953d0bbf6162ab15ccff8af0b9891922ab491'/>
<id>urn:sha1:97b953d0bbf6162ab15ccff8af0b9891922ab491</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better keybindings for documentation browser</title>
<updated>2010-06-14T20:31:13Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2010-06-14T20:31:13Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser/commit/?id=c9d76d4770ffc21aae81692a213b48b9e86315a1'/>
<id>urn:sha1:c9d76d4770ffc21aae81692a213b48b9e86315a1</id>
<content type='text'>
</content>
</entry>
</feed>
