Christophe Weblog Wiki Code Publications Music
record resolutions of things in BUGS and TODO
authorChristophe Rhodes <csr21@cantab.net>
Sat, 11 Jan 2014 16:47:26 +0000 (16:47 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Sat, 11 Jan 2014 16:47:26 +0000 (16:47 +0000)
Adjust the README instructions to have --interactive in the R
startup invocation, so base graphics display automatically.

BUGS.org
README
TODO.org

index 3e65f0ab255040f1ae653374488d1c94d72028f3..5ec0d117ec2698cc416004e03b084426baf7a37c 100644 (file)
--- 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.
   (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:
diff --git a/README b/README
index 74c331b6b2c1450a5dbe78c12102f7b5dc248781..ea71e4370a28f7953a5a79599b5f1d7acbe8a57f 100644 (file)
--- 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"))
 (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
index 0840d5d9c8a9d999df8646a27ca05d97cd915330..9d7757c38c13008c384b902141ed3e7f16ec311f 100644 (file)
--- 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
    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
@@ -65,8 +65,8 @@
    - [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