summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7149424)
Adjust the README instructions to have --interactive in the R
startup invocation, so base graphics display automatically.
(Almost certainly not; I suspect we naïvely use nchar() in places).
We could either declare our encoding as latin1-unix, or make the
server utf8ly correct. To reproduce, simply type "ë" at the repl.
(Almost certainly not; I suspect we naïvely use nchar() in places).
We could either declare our encoding as latin1-unix, or make the
server utf8ly correct. To reproduce, simply type "ë" at the repl.
-* OPEN #18 ess-help needs to be loaded automatically :MINOR:
+* RESOLVED #18 ess-help needs to be loaded automatically :MINOR:
to reproduce: in a fresh emacs, type ?help
to reproduce: in a fresh emacs, type ?help
-* OPEN #19 base graphics don't work automatically :NORMAL:
+* RESOLVED #19 base graphics don't work automatically :NORMAL:
They can be made to by passing --interactive to R on startup, but
I'm not sure what else that does.
* RESOLVED #20 closing the connection causes infinite R errors :IMPORTANT:FIXED:
They can be made to by passing --interactive to R on startup, but
I'm not sure what else that does.
* RESOLVED #20 closing the connection causes infinite R errors :IMPORTANT:FIXED:
(setq slime-lisp-implementations
'((sbcl ("sbcl" "--dynamic-space-size" "2048" "--load" "/home/csr21/src/lisp/quicklisp/setup.lisp"))
(git-sbcl ("sh" "/home/csr21/src/lisp/sbcl/run-sbcl.sh" "--dynamic-space-size" "2048"))
(setq slime-lisp-implementations
'((sbcl ("sbcl" "--dynamic-space-size" "2048" "--load" "/home/csr21/src/lisp/quicklisp/setup.lisp"))
(git-sbcl ("sh" "/home/csr21/src/lisp/sbcl/run-sbcl.sh" "--dynamic-space-size" "2048"))
- (R ("R" "--no-save" "--max-vsize=4096M")
+ (R ("R" "--no-save" "--max-vsize=4096M" "--interactive")
:init (lambda (port-filename coding-system)
(load "/home/csr21/src/R/swankr/swankr")
(format
:init (lambda (port-filename coding-system)
(load "/home/csr21/src/R/swankr/swankr")
(format
be able to get the slimeConnection and sldbState currently active
(because the interrupt can happen at any point...)
* Protocol requests
be able to get the slimeConnection and sldbState currently active
(because the interrupt can happen at any point...)
* Protocol requests
-** core slimefuns [33/95]
+** core slimefuns [35/95]
- [ ] ping
- [X] create-repl
- [ ] create-listener
- [ ] ping
- [X] create-repl
- [ ] create-listener
- [X] simple-completions
- [X] operator-arglist
- [ ] apropos-list-for-emacs
- [X] simple-completions
- [X] operator-arglist
- [ ] apropos-list-for-emacs
- - [ ] describe-symbol
- - [ ] describe-function
+ - [X] describe-symbol
+ - [X] describe-function
- [ ] describe-definition-for-emacs
- [ ] documentation-symbol
- [ ] list-all-package-names
- [ ] describe-definition-for-emacs
- [ ] documentation-symbol
- [ ] list-all-package-names