summaryrefslogtreecommitdiff
path: root/elisp
AgeCommit message (Expand)Author
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
2009-02-21Correct stack in load/compile file retorts.Jose Antonio Ortega Ruiz
2009-02-21Capture backtrace. Fix load/compile from Emacs.Jose Antonio Ortega Ruiz
2009-02-21Offer also local bindings as possible completions in M-TAB.Jose Antonio Ortega Ruiz
2009-02-20Allow loading of a initialisation file (akin to ~/.guile, named ~/.guile-geis...Jose Antonio Ortega Ruiz
2009-02-18(geiser eval) functionality moved to (geiser emacs).Jose Antonio Ortega Ruiz
2009-02-17Document browser improvements: history and links.Jose Antonio Ortega Ruiz
2009-02-17Better symbol documentation.Jose Antonio Ortega Ruiz
2009-02-17Separate commands for evaluation and compilation.Jose Antonio Ortega Ruiz
2009-02-16New command to open module file.Jose Antonio Ortega Ruiz
2009-02-16New command: module documentation.Jose Antonio Ortega Ruiz
2009-02-15Nits.Jose Antonio Ortega Ruiz
2009-02-15Avoing REPL modeline message flickering on redirection.Jose Antonio Ortega Ruiz
2009-02-15Smart tab completion mode.Jose Antonio Ortega Ruiz
2009-02-15Initial support for module name completion.Jose Antonio Ortega Ruiz
2009-02-15Recognise empty doc string in Emacs side. Small refactorings.Jose Antonio Ortega Ruiz
2009-02-14Autodoc: try symbol at point first. Some cleanups.Jose Antonio Ortega Ruiz
2009-02-14New command to get docstrings (C-cC-d).Jose Antonio Ortega Ruiz
2009-02-14Small autodoc fixes.Jose Antonio Ortega Ruiz