Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-12 | Avoiding clobbering scm-strings with properties | Jose Antonio Ortega Ruiz | |
Apparently, (format "%s" sym) for a symbol read from a buffer where it's fontified, produces a string with the same fontification. Go figure. | |||
2010-11-12 | Nits | Jose Antonio Ortega Ruiz | |
2010-11-11 | Merge branch 'guile-meta' into meta-reconnection | Jose Antonio Ortega Ruiz | |
2010-11-11 | Racket reconnected | Jose Antonio Ortega Ruiz | |
2010-11-11 | Elisp support for inferior schemes | Jose Antonio Ortega Ruiz | |
2010-11-11 | Partial work (connections working) | Jose Antonio Ortega Ruiz | |
2010-11-09 | Merge branch 'master' into guile-meta | Jose Antonio Ortega Ruiz | |
Conflicts: elisp/geiser-guile.el | |||
2010-11-09 | Racket: remote REPLs | Jose Antonio Ortega Ruiz | |
2010-11-09 | Elisp buggettes and warnings | Jose Antonio Ortega Ruiz | |
2010-11-08 | squarify again, now with numeric prefix | Jose Antonio Ortega Ruiz | |
2010-11-08 | geiser-squarify to toggle between () and [] | Jose Antonio Ortega Ruiz | |
2010-11-08 | Let geiser-connect take optional host and port args | Jose Antonio Ortega Ruiz | |
2010-11-08 | Tweakings in switch-to-geiser (multiple REPLs) | Jose Antonio Ortega Ruiz | |
2010-11-08 | Better handling of REPL's header line | Jose Antonio Ortega Ruiz | |
2010-11-08 | Racket: use EOT token for internal communications | Jose Antonio Ortega Ruiz | |
2010-11-08 | Connection plumbing: ability to specify EOT token added | Jose Antonio Ortega Ruiz | |
2010-11-07 | Interruptible connection waiting | Jose Antonio Ortega Ruiz | |
2010-11-07 | Better connection logs | Jose Antonio Ortega Ruiz | |
2010-11-07 | Pumbling cleanups | Jose Antonio Ortega Ruiz | |
2010-11-07 | Nits | Jose Antonio Ortega Ruiz | |
2010-11-07 | Completion: not completing the empty string | Jose Antonio Ortega Ruiz | |
2010-11-06 | Completion: falling back to module name completion for real | Jose Antonio Ortega Ruiz | |
2010-11-06 | REPL: remembering last connection address | Jose Antonio Ortega Ruiz | |
2010-11-06 | Racket: little evaluation nits | Jose Antonio Ortega Ruiz | |
2010-11-05 | Fix for TAB in REPL, and BACKTAB going to previous error | Jose Antonio Ortega Ruiz | |
2010-11-05 | Racket: fix for help function | Jose Antonio Ortega Ruiz | |
2010-11-04 | Implementation guessing for scripts with #! ... guile | Jose Antonio Ortega Ruiz | |
2010-11-01 | Better error message for edit-symbol-at-point | Jose Antonio Ortega Ruiz | |
2010-11-01 | Guile: better meta-command args handling | Jose Antonio Ortega Ruiz | |
2010-11-01 | Guile: fix for the argument shortening algorithm | Jose Antonio Ortega Ruiz | |
2010-11-01 | Guile: shorten a bit more multi-line sexps sent to REPL | Jose Antonio Ortega Ruiz | |
2010-11-01 | Guile: suppress embedded comments when sending multi-line sexps | Jose Antonio Ortega Ruiz | |
2010-10-31 | Merge branch 'master' into guile-meta | Jose Antonio Ortega Ruiz | |
2010-10-31 | REPL: TAB when away from last prompt goes to next error | Jose Antonio Ortega Ruiz | |
2010-10-31 | REPL: RET on an error jumps to it | Jose Antonio Ortega Ruiz | |
2010-10-31 | Merge branch 'master' into guile-meta | Jose Antonio Ortega Ruiz | |
2010-10-31 | Informational logs disabled by default | Jose Antonio Ortega Ruiz | |
Set geiser-log-verbose-p to t to enable all logs. Calling geiser-show-logs with a prefix argument will do that for you. | |||
2010-10-31 | Always fallback to edit-module in M-. | Jose Antonio Ortega Ruiz | |
2010-10-31 | Simple tables (not yet used) | Jose Antonio Ortega Ruiz | |
2010-10-31 | Fix for geiser-doc-module | Jose Antonio Ortega Ruiz | |
2010-10-31 | Fix for geiser-edit-module | Jose Antonio Ortega Ruiz | |
2010-10-31 | Fix for geiser-doc-module | Jose Antonio Ortega Ruiz | |
2010-10-31 | Fix for geiser-edit-module | Jose Antonio Ortega Ruiz | |
2010-10-31 | Guile: reactivating the debugger during evaluation | Jose Antonio Ortega Ruiz | |
2010-10-30 | Guile: really support R6RS libs | Jose Antonio Ortega Ruiz | |
2010-10-30 | Guile: recognizing R6RS libraries as modules | Jose Antonio Ortega Ruiz | |
2010-10-30 | Guile: using meta-commands to talk with Guile | Jose Antonio Ortega Ruiz | |
2010-10-30 | Racket: ,eval -> ,geiser-eval | Jose Antonio Ortega Ruiz | |
2010-10-30 | Racket: using meta-commands instead of dynamic-require (#30347) | Jose Antonio Ortega Ruiz | |
- Much more robust: dynamic-require might not have been defined in the REPL's namespace. - Fixes #30347 as a side-effect: now all Geiser functions work with typed scheme too. | |||
2010-10-30 | Guile: using the new syntax for sending eval requests | Jose Antonio Ortega Ruiz | |