Christophe Weblog Wiki Code Publications Music
Merge pull request #4 from legoscia/master
[swankr.git] / TODO.org
index 4dc1cde840d51a60ced9cd069e91ae962230bae5..b71378e1ac4b86d5ddd35f43a9533fdffd67b769 100644 (file)
--- a/TODO.org
+++ b/TODO.org
@@ -2,8 +2,18 @@
 #+AUTHOR: Christophe Rhodes
 #+EMAIL: csr21@cantab.net
 #+OPTIONS: H:2
+* Conveniences
+** make it straightforward to try
+   - document new startup method
+** ?documentation within emacs 
+   - like ESS at a minimum
+   - more org-mode-like navigation?
+** handle SIGINT somehow
+   this might be difficult; it probably requires dynamic variables to
+   be able to get the slimeConnection and sldbState currently active
+   (because the interrupt can happen at any point...)
 * Protocol requests
-** core slimefuns [31/95]
+** core slimefuns [35/95]
    - [ ] ping
    - [X] create-repl
    - [ ] create-listener
    - [ ] sldb-step
    - [ ] sldb-next
    - [ ] sldb-out
-   - [ ] compile-file-for-emacs
+   - [X] compile-file-for-emacs
    - [X] compile-string-for-emacs
    - [ ] compile-multiple-strings-for-emacs
    - [ ] compile-file-if-needed
-   - [ ] load-file
+   - [X] load-file
    - [X] swank-require
    - [ ] swank-macroexpand-1
    - [ ] swank-macroexpand
@@ -55,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
 * Unimplemented contribs
 ** Wanted
 *** swank-fancy-inspector
-*** swank-c-p-c
+*** DONE swank-c-p-c
 *** swank-fuzzy
 *** swank-arglists
 *** swank-snapshot
     Or rather some equivalent functionality, offering tab-completion
     and ,load-library repl shortcut
 * New features
+** fix slime-media for CL compatibility
+   (something makes it hard to use images from CL -- package printing
+   stuff?)
 ** more use of slime-media
    We have this functionality; let's use it!
+*** bold / emphasis in ordinary printing
+    e.g. italic for marginal significance, bold for clear (or for
+    highest value in contingency tables)
 * COMMENT:
 Local Variables:
 mode: org;