X-Git-Url: http://christophe.rhodes.io/gitweb/?p=swankr.git;a=blobdiff_plain;f=TODO.org;h=0840d5d9c8a9d999df8646a27ca05d97cd915330;hp=3dd5db2fc94dfac5a03994bb5f5a75e708d6fc5f;hb=2a4f3c6ca11bb324919df918744092d1cb339f2d;hpb=0457d9a0f6fd5c6a1002817050f19102d52122b5 diff --git a/TODO.org b/TODO.org index 3dd5db2..0840d5d 100644 --- 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 [29/93] +** core slimefuns [33/95] - [ ] ping - [X] create-repl - [ ] create-listener @@ -39,11 +49,11 @@ - [ ] 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 @@ -97,6 +107,8 @@ - [ ] update-indentation-information - [X] frame-source-location (NB: not currently a slimefun) - [X] buffer-first-change (NB: not currently a slimefun) + - [X] default-directory (NB: not currently a slimefun) + - [X] set-default-directory (NB: not currently a slimefun) ** swank-presentations [4/5] - [X] lookup-presented-object - [X] lookup-presented-object-or-lose @@ -117,8 +129,14 @@ 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;