Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-27 | Fix indentation | Jonas Bernoulli | |
2020-03-27 | Mark the beginning of code part of elisp libraries with Code: heading | Jonas Bernoulli | |
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. | |||
2020-03-27 | Begin the summary lines of all elisp libraries with three semicolons | Jonas Bernoulli | |
It's the convention and by following it we make a big step towards supporting outline navigation. | |||
2019-09-03 | Add a (declare (debug)) form to all geiser-%s--with-buffer macros. | Lockywolf | |
2013-07-01 | A couple of byte-compilation warnings gone | Jose Antonio Ortega Ruiz | |
2012-10-11 | Whitespace | Jose Antonio Ortega Ruiz | |
2010-07-08 | Avoiding old-style backquotes during compilation of geiser-popup.el. | Jose Antonio Ortega Ruiz | |
2010-06-14 | Better keybindings for documentation browser | Jose Antonio Ortega Ruiz | |
2010-06-14 | Popups improvements (excluding view mode's keymap). | Jose Antonio Ortega Ruiz | |
2010-06-12 | Fix for popups: don't deactivate view-mode on exit. | Jose Antonio Ortega Ruiz | |
2010-06-06 | Elisp: missing require. | Jose Antonio Ortega Ruiz | |
2010-06-06 | Conflicts between view-mode and geiser-doc-mode keymaps removed. | Jose Antonio Ortega Ruiz | |
2010-06-06 | Reusing emacs view-mode for pop-up windows. | Jose Antonio Ortega Ruiz | |
2009-09-11 | BSD relicensing: elisp code. | Jose Antonio Ortega Ruiz | |
2009-03-09 | Support for multiple Scheme implementations, Chapter 1. | Jose Antonio Ortega Ruiz | |
* Evaluation system is now pluggable * The rest of the system understands said pluggability * Guile provides its own implementation (geiser-guile) * The reload system is aware of the new kids on the block | |||
2009-02-07 | Elisp utilities (mostly imported from FUEL). | Jose Antonio Ortega Ruiz | |