summaryrefslogtreecommitdiff
path: root/elisp
AgeCommit message (Expand)Author
2009-03-16Many a bug fix in multiple implementation support.Jose Antonio Ortega Ruiz
2009-03-15Multiple values as evaluation result supported.Jose Antonio Ortega Ruiz
2009-03-14Show implementation in geiser-mode's modeline.Jose Antonio Ortega Ruiz
2009-03-13Module documentation command works again when invoked from the REPL.Jose Antonio Ortega Ruiz
2009-03-13Don't bother asking if there's only one implementation.Jose Antonio Ortega Ruiz
2009-03-11Better (at least in US keyboards) default key (M-`) for module name completion.Jose Antonio Ortega Ruiz
2009-03-11Guilisms removed from geiser-repl.Jose Antonio Ortega Ruiz
2009-03-11Support for multiple Scheme implementations, Chapter 2.Jose Antonio Ortega Ruiz
2009-03-10Reload Geiser libraries in the right order.Jose Antonio Ortega Ruiz
2009-03-09Support for multiple Scheme implementations, Chapter 1.Jose Antonio Ortega Ruiz
2009-03-07A bit of key bindings reorg: macro-related commands start with C-cC-m.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-05turn-on/off-geiser-mode commands added and used in scheme-mode-hook.Jose Antonio Ortega Ruiz
2009-03-04Leave quasiquote alone in autodoc.Jose Antonio Ortega Ruiz
2009-03-04New geiser-reload command. New geiser command.Jose Antonio Ortega Ruiz
2009-03-03Highlight also #:key in autodoc.Jose Antonio Ortega Ruiz
2009-03-03Micro-optimisation.Jose Antonio Ortega Ruiz
2009-03-02Autodoc enhancements:Jose Antonio Ortega Ruiz
2009-03-02Correctly specify current module in REPL (and make it generic).Jose Antonio Ortega Ruiz
2009-03-02Fix recursive require. Nicer arg names in autodoc.Jose Antonio Ortega Ruiz
2009-03-02Tiny refactoring.Jose Antonio Ortega Ruiz
2009-03-02Correctly detecting first occurrences of methods in M-.Jose Antonio Ortega Ruiz
2009-03-02Fix (again!) completion for symbols outside enclosing forms.Jose Antonio Ortega Ruiz
2009-03-01Macro-expand commands.Jose Antonio Ortega Ruiz
2009-03-01Refactoring the refactoring.Jose Antonio Ortega Ruiz
2009-03-01Some refactoring and new ge:macroexpand.Jose Antonio Ortega Ruiz
2009-03-01Completions buffer renamed to *Geiser completions*.Jose Antonio Ortega Ruiz
2009-03-01More precise argument position highlighting in autodoc.Jose Antonio Ortega Ruiz
2009-03-01Completion for symbols without enclosing sexp in scheme buffers.Jose Antonio Ortega Ruiz
2009-03-01Fix for autodoc when point in a rest formal arg in define.Jose Antonio Ortega Ruiz
2009-03-01Miscellaneous little fixes.Jose Antonio Ortega Ruiz
2009-02-28Display (quote foo) as 'foo in autodoc strings.Jose Antonio Ortega Ruiz
2009-02-28Refactoring: local bindings discovery moved to schemeland.Jose Antonio Ortega Ruiz
2009-02-28Fix scanning partial sexps in presence of quotations &co.Jose Antonio Ortega Ruiz
2009-02-28Simpler handling of rest args in Emacs' side.Jose Antonio Ortega Ruiz
2009-02-28Autodoc working in the REPL (again).Jose Antonio Ortega Ruiz
2009-02-28Persistent REPL history.Jose Antonio Ortega Ruiz
2009-02-28Delete, don't kill, region.Jose Antonio Ortega Ruiz
2009-02-27Font lock for autodoc's function name.Jose Antonio Ortega Ruiz
2009-02-27Autodoc system revamped.Jose Antonio Ortega Ruiz
2009-02-25Variable controlling geiser-autodoc-mode in REPL (on by default).Jose Antonio Ortega Ruiz
2009-02-25Autoloads for customization groups.Jose Antonio Ortega Ruiz
2009-02-25Missing require.Jose Antonio Ortega Ruiz
2009-02-25Fix for smart-tab-mode.Jose Antonio Ortega Ruiz
2009-02-25Missing require.Jose Antonio Ortega Ruiz
2009-02-24Smart tab is not enabled by default; module completion bound to C-.Jose Antonio Ortega Ruiz
2009-02-24Spurious geiser-debug-mode key mode map deleted.Jose Antonio Ortega Ruiz
2009-02-24Compilation mode working on dbg buffers.Jose Antonio Ortega Ruiz
2009-02-24Partial support for stack trace display.Jose Antonio Ortega Ruiz