[ESS] Delay on left-parenthesis
Vitalie Spinu
spinuvit at gmail.com
Wed Sep 19 01:05:27 CEST 2012
>> Ken Williams <Ken.Williams at windlogics.com>
>> on Tue, 18 Sep 2012 17:51:41 -0500 wrote:
>> -----Original Message-----
>> From: Rodney Sparapani
>> Sent: Tuesday, September 18, 2012 3:21 PM
>> Subject: Re: Delay on left-parenthesis
>>
>> Oh, but if it is Windows, then you probably won't be able to profile it
>> anyways :o(
KW> Dang. Is there some elisp function I could Edebug, to further pinpoint what's going on?
There is nothing to edibug :) It all comes to
M-: (ess-get-words-from-vector (format ess--funargs-command "head" "head") nil .01)
One thing which was going wrong in the past is R's jit compiler. Though
we are resetting it locally, it's not that reliable; so you better not
use jit.
Also investigate the buffer " *ess-get-words*" (note the space); it
should show something like
+ + + + + + + + + + + + + + + + + + + + + + + + [1] "utils" "x, ..."
"x=" "...=" "n="
after the above command.
Vitalie
More information about the ESS-help
mailing list