summaryrefslogtreecommitdiff
path: root/elisp/geiser-xref.el
AgeCommit message (Collapse)Author
2012-10-11WhitespaceJose Antonio Ortega Ruiz
2010-11-27Fix for xref sorting by moduleJose Antonio Ortega Ruiz
Since, you know, module names are now uninterned symbols.
2010-11-27No more interning in the scheme readerJose 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-26Remove unnecessary calls to symbol-at-pointJose 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-30Elisp: more flexible parsing of :eval and :ge formsJose 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-05Guile: xref commands working againJose Antonio Ortega Ruiz
2009-11-13Bug fix: displaying signatures correctly in xref buffers.Jose Antonio Ortega Ruiz
2009-09-26Bug fix: xref commands were always asking for the target procedure's name.Jose Antonio Ortega Ruiz
2009-09-11BSD relicensing: elisp code.Jose Antonio Ortega Ruiz
2009-04-09Minor nitsJose Antonio Ortega Ruiz
2009-04-05Xrefs formatting nits.Jose Antonio Ortega Ruiz
2009-04-05Bug fix.Jose Antonio Ortega Ruiz
2009-04-05Better xrefs display (classified by module).Jose Antonio Ortega Ruiz
2009-04-01Better xref display.Jose Antonio Ortega Ruiz
2009-03-21Echo area message while retrieving xrefs.Jose Antonio Ortega Ruiz
2009-03-18Callers/callees (C-c <, C-c >).Jose Antonio Ortega Ruiz
2009-03-06A bit more robust generic methods.Jose Antonio Ortega Ruiz
2009-03-06New command to display generic methods (C-cC-dg) implemented.Jose Antonio Ortega Ruiz