Christophe Weblog Wiki Code Publications Music
add tags to bugs
[swankr.git] / BUGS.org
1 #+SEQ_TODO: OPEN | RESOLVED
2 #+TITLE: swankr: Bug list
3 #+AUTHOR: Christophe Rhodes
4 #+EMAIL: csr21@cantab.net
5 #+OPTIONS: H:0 toc:nil
6 * OPEN #1 printed output not redirected to slime repl                 :MINOR:
7   The output from functions performing printing is sent to the
8   standard output of the process running =swank()=, not to an emacs
9   stream.
10 * OPEN #2 popping beyond inspector history crashes                   :NORMAL:
11   Inspecting something and hitting =l= causes the R debugger to pop
12   up from trying to send =NULL= in a sexp to Emacs.
13 * OPEN #3 source reference in compile-string-for-emacs             :WISHLIST:
14   It would be good if we could associate the expressions in the string
15   with a reference to the corresponding source.  Unfortunately, emacs
16   only passes the buffer position in bytes (or maybe characters),
17   whereas R's srcrefs work with lines and columns.
18 * OPEN #4 multibyte characters corrupt slime connection              :NORMAL:
19   Not in all circumstances (e.g. "£" is OK) but 1:£ fails in
20   slime-net-read-or-lose.
21 * COMMENT:
22 Local Variables:
23 mode: org;
24 End: