From: Christophe Rhodes Date: Fri, 1 Oct 2010 19:21:20 +0000 (+0100) Subject: log issue with srcref in swank:compile-string-for-emacs X-Git-Url: http://christophe.rhodes.io/gitweb/?p=swankr.git;a=commitdiff_plain;h=18d669ab18293271e6e67b49a3b7e7e11d0e9ee5 log issue with srcref in swank:compile-string-for-emacs --- diff --git a/BUGS.org b/BUGS.org index e779a32..bad55e6 100644 --- a/BUGS.org +++ b/BUGS.org @@ -10,6 +10,11 @@ * OPEN #2 popping beyond inspector history crashes Inspecting something and hitting =l= causes the R debugger to pop up from trying to send =NULL= in a sexp to Emacs. +* OPEN #3 source reference in compile-string-for-emacs + It would be good if we could associate the expressions in the string + with a reference to the corresponding source. Unfortunately, emacs + only passes the buffer position in bytes (or maybe characters), + whereas R's srcrefs work with lines and columns. * COMMENT: Local Variables: mode: org;