[ESS-bugs] ess-mode 12.03; error on tab
Vitalie Spinu
spinuvit at gmail.com
Mon Mar 12 19:35:44 CET 2012
>>>> Rodney Sparapani <rsparapa at mcw.edu>
>>>> on Mon, 12 Mar 2012 12:27:40 -0500 wrote:
> Sam Steingold wrote:
>> ess svn head:
>>
>> I get this when I hit tab to indent the current line
>>
>> ebugger entered--Lisp error: (search-failed "read.table")
>> search-backward("read.table")
>> tags-completion-at-point-function()
>> completion--capf-wrapper(tags-completion-at-point-function all)
>> run-hook-wrapped(completion--capf-wrapper tags-completion-at-point-function all)
>> comint-dynamic-complete()
>> ess-indent-or-complete()
>> call-interactively(ess-indent-or-complete nil nil)
>>
It looks like you are using some custom
tags-completion-at-point-function. I cannot reproduce an error on
GNU Emacs 24.0.94.1 (i686-pc-linux-gnu, GTK+ Version 3.2.0)
of 2012-03-05 on dubnium, modified by Debian
But the above behavior is not intended for sure, from 24.1
comint-dynamic-complete is obsolete and thus
comint-dynamic-complete-functions is not used. That means no R
completion available in emacs 24.
Thanks Sam for pointing this out. It look like we have to look into
emacs 24 completions earlier than expected. I will fix it asap.
Best,
Vitalie.
>>
>> Emacs : GNU Emacs 24.0.94.4 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars)
>> of 2012-03-12 on t520sds
>> Package: ess-mode 12.03
>>
> I can't reproduce. Did you try it with GNU Emacs stable?
More information about the ESS-bugs
mailing list