summaryrefslogtreecommitdiff
path: root/geiser/xref.scm
AgeCommit message (Collapse)Author
2020-07-20geiser -> srcjao
2020-05-10Make guile return line numbers more often, as suggested by Sergey0.12Jose Antonio Ortega Ruiz
See gitlab issue #303, where Sergey Trofimov kindly described not only the symptons, but this cure.
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-09-05Guile: xref commands working againJose Antonio Ortega Ruiz
2010-06-07Guile: dead elisp code elimination.Jose Antonio Ortega Ruiz
2010-06-07Guile: real fix for symbol locations (needs Guile's git head).Jose Antonio Ortega Ruiz
2010-06-06Guile: evaluation fixes (current git head).Jose Antonio Ortega Ruiz
2009-09-11BSD relicensing: Guile code.Jose Antonio Ortega Ruiz
2009-06-19Guile: backtrace buttonization.Jose Antonio Ortega Ruiz
2009-04-05Using the new (system xref) interface.Jose Antonio Ortega Ruiz
2009-04-01Better xref display.Jose Antonio Ortega Ruiz
2009-04-01Bug fix: really remove killed buffers from the list of closed repls.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
2009-03-05generic-methods implemented in scheme (no emacs side yet).Jose Antonio Ortega Ruiz
2009-03-02Breakdown of schemeland into neat submodules.Jose Antonio Ortega Ruiz