Christophe Weblog Wiki Code Publications Music
update BUGS and TODO
authorChristophe Rhodes <csr21@cantab.net>
Wed, 6 Apr 2011 08:14:46 +0000 (09:14 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Wed, 6 Apr 2011 08:14:46 +0000 (09:14 +0100)
BUGS.org
TODO.org

index 21815800e5a6ad38ccd73bf2842df59818f9183e..049bf259d9db6eb24ed2820f03c9693c9004d386 100644 (file)
--- a/BUGS.org
+++ b/BUGS.org
 * OPEN #5 respect visibility of evaluated results                  :WISHLIST:
   I think we can do this by calling =.Internal(eval.with.vis(...))=
   instead of just regular =eval()=
+* OPEN #6 occasional invalid sink() errors                           :NORMAL:
+  Not sure yet when it happens, but it makes the terminal browser pop up.
+* OPEN #7 swank server is uninterruptible                            :NORMAL:
+  at least in certain conditions
+* OPEN #8 startup is not filesystem-location independent              :MINOR:
+  Requires the cwd to be the swankr directory to be able to find
+  swank-presentations and swank-media
 * COMMENT:
 Local Variables:
 mode: org;
index 180cd9445a22aff652c9ff970f482c045d94ccd4..0840d5d9c8a9d999df8646a27ca05d97cd915330 100644 (file)
--- a/TODO.org
+++ b/TODO.org
@@ -2,6 +2,16 @@
 #+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 [33/95]
    - [ ] ping
     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;