Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10-24 | Locals completion: a fix and an extension | Jose Antonio Ortega Ruiz | |
- ((foo wasn't being completed - define-syntax makes its first argument a bound local | |||
2010-10-23 | Using smart tab mode in REPL | Jose Antonio Ortega Ruiz | |
2010-10-23 | A proper (let's hope) fix for the sluggishness problem | Jose Antonio Ortega Ruiz | |
2010-10-23 | Temporary fix for sluggishness while scanning big forms | Jose Antonio Ortega Ruiz | |
2010-10-16 | Bug fix: setting correct default-directory in debug buffers | Jose Antonio Ortega Ruiz | |
2010-10-15 | Whitespace | Jose Antonio Ortega Ruiz | |
2010-10-12 | Menus: callers/callees active only if available | Jose Antonio Ortega Ruiz | |
2010-10-11 | Guile: remote REPLs (connect-to-guile) | Jose Antonio Ortega Ruiz | |
geiser-connect (or its specialisation, connect-to-guile) working for Guile, where the external process is started with the new --listen flag. | |||
2010-10-11 | Remote REPLs: elisp support (geiser-connect) | Jose Antonio Ortega Ruiz | |
New user command geiser-connect, which will try to connect to a remote server and use it in the REPL. | |||
2010-10-06 | Autodoc: fix for position scanning and current symbol | Jose Antonio Ortega Ruiz | |
Fixes scan of current symbol when point is in a string or comment and detection of argument boundaries. | |||
2010-10-06 | Fixes for scanning of locals during completion | Jose Antonio Ortega Ruiz | |
2010-10-06 | Use cl only at compile time | Jose Antonio Ortega Ruiz | |
2010-09-12 | Couple nits | Jose Antonio Ortega Ruiz | |
2010-09-11 | Racket: support for gracket-text | Jose Antonio Ortega Ruiz | |
2010-09-11 | A better way of doing the above | Jose Antonio Ortega Ruiz | |
2010-09-11 | Silent autodoc message when starting REPL | Jose Antonio Ortega Ruiz | |
2010-09-08 | Better REPL exit command | Jose Antonio Ortega Ruiz | |
2010-09-07 | Reuse soruce window when navigating errors | Jose Antonio Ortega Ruiz | |
2010-09-07 | Make next-error (C-x `) work on debug buffers | Jose Antonio Ortega Ruiz | |
2010-09-07 | Support for evaluation warnings | Jose Antonio Ortega Ruiz | |
2010-09-06 | Guile: geiser-guile-jump-on-debug-p, geiser-guile-show-debug-help-p | Jose Antonio Ortega Ruiz | |
2010-09-06 | Allow loading byte-compiled Geiser without make install | Jose Antonio Ortega Ruiz | |
2010-09-06 | Bug fix: assign a default scheme to syntax hilighting buffer | Jose Antonio Ortega Ruiz | |
2010-09-06 | Autodoc: clean cache upon evaluation | Jose Antonio Ortega Ruiz | |
2010-09-05 | Guile: fixes for compilation error regexps | Jose Antonio Ortega Ruiz | |
2010-09-05 | Guile: xref commands working again | Jose Antonio Ortega Ruiz | |
2010-09-04 | REPL: (optionally) forget old errors on new expressions | Jose Antonio Ortega Ruiz | |
2010-09-02 | Yet another fix for scan locals (completion) | Jose Antonio Ortega Ruiz | |
2010-09-01 | Fix for C-c C-m (enter module) in REPL | Jose Antonio Ortega Ruiz | |
2010-08-31 | Correctly deactivating autodoc when leaving geiser-mode | Jose Antonio Ortega Ruiz | |
2010-08-31 | Make geiser-mode ask which scheme on activation if guessing fails | Jose Antonio Ortega Ruiz | |
2010-08-31 | Fix for importing modules at the REPL | Jose Antonio Ortega Ruiz | |
2010-08-30 | Fix for locals scanning in presence of rest arguments. | Jose Antonio Ortega Ruiz | |
2010-08-30 | More docs and a function renamed. | Jose Antonio Ortega Ruiz | |
2010-08-24 | Compilation commands removed from menu. | Jose Antonio Ortega Ruiz | |
2010-08-21 | Bug fix: end-of-buffer in elisp code. | Jose Antonio Ortega Ruiz | |
2010-08-20 | Providing feedback while retrieving completion lists | Jose Antonio Ortega Ruiz | |
2010-08-19 | Redisplaying the prompt after empty lines on the REPL. | Jose Antonio Ortega Ruiz | |
2010-08-14 | New restart repl command and a bit more docs. | Jose Antonio Ortega Ruiz | |
2010-08-11 | Fixed bug in autodoc signature recognition. | Jose Antonio Ortega Ruiz | |
2010-08-07 | geiser-font-lock-autodoc-procedure-name -> geiser-font-lock-autodoc-identifier | Jose Antonio Ortega Ruiz | |
2010-08-07 | geiser-autodoc-procedure-name-format -> geiser-autodoc-identifier-format | Jose Antonio Ortega Ruiz | |
2010-08-06 | Nit. | Jose Antonio Ortega Ruiz | |
2010-08-06 | Bug fix: menu code was obliterating the buffer's associated.repl. | Jose Antonio Ortega Ruiz | |
2010-08-06 | Keybinding changes documented. | Jose Antonio Ortega Ruiz | |
2010-08-06 | Removing key bindings of the form C-c <alphabetic>. | Jose Antonio Ortega Ruiz | |
These are reserved for users. See http://www.gnu.org/software/emacs/elisp/html_node/Key-Binding-Conventions.htm | |||
2010-07-31 | Making geiser-scheme-implementation work as advertised. | Jose Antonio Ortega Ruiz | |
2010-07-31 | Fix for the fix. | Jose Antonio Ortega Ruiz | |
2010-07-31 | Autodoc: fix for current argument hihglighting. | Jose Antonio Ortega Ruiz | |