From 18d669ab18293271e6e67b49a3b7e7e11d0e9ee5 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Fri, 1 Oct 2010 20:21:20 +0100 Subject: [PATCH] log issue with srcref in swank:compile-string-for-emacs --- BUGS.org | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.30.2