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. | |||
2016-04-23 | Define 'geiser-xref-mode' with 'define-derived-mode' | Alex Kost | |
2016-04-20 | Do not use 'geiser-xref--with-buffer' before it is defined | Alex Kost | |
This is a fix similar to the one made in commit 8e75455dfbd46355d777c26366e7ccfcb59ace20. | |||
2012-10-11 | Whitespace | Jose Antonio Ortega Ruiz | |
2010-11-27 | Fix for xref sorting by module | Jose Antonio Ortega Ruiz | |
Since, you know, module names are now uninterned symbols. | |||
2010-11-27 | No more interning in the scheme reader | Jose Antonio Ortega Ruiz | |
We avoid using elisp's read for symbols, reading uninterned ones instead. And then, we cannot use symbols as keys in responses from scheme: we're using strings instead. | |||
2010-11-26 | Remove unnecessary calls to symbol-at-point | Jose Antonio Ortega Ruiz | |
... which interns the symbol in the global obarray: rather unfriendly. We still need to remove a few calls to that beast, and avoid intern in the scheme reader. | |||
2010-10-30 | Elisp: more flexible parsing of :eval and :ge forms | Jose Antonio Ortega Ruiz | |
This allows the implementation decide the concrete structure of the code sent to the REPL. For instance, it doesn't need to be a single s-expression, and argument order can be re-arranged. | |||
2010-09-05 | Guile: xref commands working again | Jose Antonio Ortega Ruiz | |
2009-11-13 | Bug fix: displaying signatures correctly in xref buffers. | Jose Antonio Ortega Ruiz | |
2009-09-26 | Bug fix: xref commands were always asking for the target procedure's name. | Jose Antonio Ortega Ruiz | |
2009-09-11 | BSD relicensing: elisp code. | Jose Antonio Ortega Ruiz | |
2009-04-09 | Minor nits | Jose Antonio Ortega Ruiz | |
2009-04-05 | Xrefs formatting nits. | Jose Antonio Ortega Ruiz | |
2009-04-05 | Bug fix. | Jose Antonio Ortega Ruiz | |
2009-04-05 | Better xrefs display (classified by module). | Jose Antonio Ortega Ruiz | |
2009-04-01 | Better xref display. | Jose Antonio Ortega Ruiz | |
2009-03-21 | Echo area message while retrieving xrefs. | Jose Antonio Ortega Ruiz | |
2009-03-18 | Callers/callees (C-c <, C-c >). | Jose Antonio Ortega Ruiz | |
2009-03-06 | A bit more robust generic methods. | Jose Antonio Ortega Ruiz | |
2009-03-06 | New command to display generic methods (C-cC-dg) implemented. | Jose Antonio Ortega Ruiz | |