From: Christophe Rhodes Date: Sat, 11 Jan 2014 16:47:26 +0000 (+0000) Subject: record resolutions of things in BUGS and TODO X-Git-Url: http://christophe.rhodes.io/gitweb/?p=swankr.git;a=commitdiff_plain;h=1e109388479f461099486b07cbe9475219803e40;hp=714942435c336bb136cda4d3f0fb64b570cb0164 record resolutions of things in BUGS and TODO Adjust the README instructions to have --interactive in the R startup invocation, so base graphics display automatically. --- diff --git a/BUGS.org b/BUGS.org index 3e65f0a..5ec0d11 100644 --- a/BUGS.org +++ b/BUGS.org @@ -67,9 +67,9 @@ (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 -* 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: diff --git a/README b/README index 74c331b..ea71e43 100644 --- a/README +++ b/README @@ -47,7 +47,7 @@ git clone https://github.com/slime/slime.git (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 diff --git a/TODO.org b/TODO.org index 0840d5d..9d7757c 100644 --- a/TODO.org +++ b/TODO.org @@ -13,7 +13,7 @@ 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 @@ -65,8 +65,8 @@ - [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