[ESS-bugs] ess-mode 12.09 [rev. 5167 (2012-09-24)]; R-object-tooltip not working (again)
Stefano Conti
s.conti at gmx.co.uk
Fri Sep 28 19:44:07 CEST 2012
Dear ESS developers team,
Since upgrading to the latest Emacs (latest version 24.2.1) ESS package
(version 12.09) I have been unable to get R (latest version 2.15.1)
object tooltips (u. http://www.emacswiki.org/emacs/ESSToolTips) working
in ESS.
Specifically, upon invoking the ess-R-object-tooltip command from within
Emacs on any R script, I obtain the "No ESS process is associated with
this buffer now" message from the mini-buffer. Note that downgrading
ESS to its previous version (12.04-4) restored the functionality of R
object tooltips.
Hope the information above and below is helpful enough; I am also
copying Martin Maechler, whom I have previously received help on a
related issue from, in this correspondence.
Thank you in advance for any assistance you may provide, and sincere
apologies for any cross-posting. Kind regards,
--
Dr Stefano Conti
-------------------------------------------------------
This bug report will be sent to the ESS bugs email list
Press C-c C-c when you are ready to send your message.
-------------------------------------------------------
[ess-site.el]: ess-customize-alist=nil
[ess-site.el _2_]: ess-customize-alist=nil
(S): ess-s-versions-create making M-x defuns for
(R): ess-r-versions-create making M-x defuns for
(ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil, comint..echoes=t,
comint..sender=comint-simple-send
(ess-mode-1): ess-language=S, ess-dialect=R buf=Work/MRC-BSU/R/MF/GP
consultations/code_gp.r
(ess-mode-1.5): alist=((ess-local-customize-alist quote
R-customize-alist) (ess-dialect . R) (ess-suffix . R)
(ess-dump-filename-template ess-replace-regexp-in-string S$ ess-suffix
ess-dump-filename-template-proto) (ess-mode-syntax-table .
R-syntax-table) (ess-mode-editing-alist . R-editing-alist)
(ess-change-sp-regexp . ess-R-change-sp-regexp) (ess-help-sec-regex .
ess-help-R-sec-regex) (ess-help-sec-keys-alist .
ess-help-R-sec-keys-alist) (ess-loop-timeout . ess-S-loop-timeout)
(ess-cmd-delay . ess-R-cmd-delay) (ess-function-pattern .
ess-R-function-pattern) (ess-object-name-db-file . ess-r-namedb.el)
(ess-imenu-mode-function quote ess-imenu-R) (ess-smart-operators .
ess-R-smart-operators) (inferior-ess-program . inferior-R-program-name)
(inferior-ess-objects-command . inferior-R-objects-command)
(inferior-ess-font-lock-keywords quote inferior-R-font-lock-keywords)
(inferior-ess-search-list-command . search()
) (inferior-ess-help-command . inferior-ess-r-help-command)
(inferior-ess-help-filetype) (inferior-ess-exit-command . q())
(inferior-ess-exit-prompt . Save workspace image? [y/n/c]: )
(inferior-ess-start-file) (inferior-ess-start-args . )
(ess-error-regexp-alist . ess-R-error-regexp-alist) (ess-STERM . iESS)
(ess-editor . R-editor) (ess-pager . R-pager) (ess-language . S)
(inferior-ess-exit-command . q()
) (inferior-ess-language-start eval inferior-S-language-start)
(comint-use-prompt-regexp . t) (comint-process-echoes . t)
(inferior-ess-primary-prompt . > ) (inferior-ess-secondary-prompt . + )
(comment-start . #) (comment-add . 1) (comment-start-skip . #+ *)
(comment-use-syntax) (comment-column . 40) (ess-no-skip-regexp concat ^
*@\| (default-value (quote ess-no-skip-regexp))) (inferior-ess-prompt .
inferior-S-prompt) (ess-get-help-topics-function quote
ess-get-S-help-topics-function) (ess-getwd-command . getwd()
) (ess-setwd-command . setwd('%s')
))
(ess-mode-1.6): editing-alist=((paragraph-start concat \s-*$\|
page-delimiter) (paragraph-separate concat \s-*$\| page-delimiter)
(paragraph-ignore-fill-prefix . t) (require-final-newline . t)
(indent-line-function quote ess-indent-line) (parse-sexp-ignore-comments
. t) (ess-style . ess-default-style) (ess-mode-syntax-table .
S-syntax-table) (add-log-current-defun-header-regexp . ^\(.+\)\s-+<-[
]*function) (ess-font-lock-keywords quote ess-R-font-lock-keywords)
(ess-font-lock-defaults ess--extract-default-fl-keywords
ess-R-font-lock-keywords) (font-lock-defaults quote
(ess-font-lock-defaults nil nil ((46 . w) (95 . w)))))
(ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil, comint..echoes=t,
comint..sender=comint-simple-send
Finished setting up ESS-mode.
(ess-version-string): buffer=/home/sc536/.ess/etc/SVN-REVISION
(ess-version-string): c1=5167
Emacs : GNU Emacs 24.2.1 (i486-slackware-linux-gnu, GTK+ Version 2.24.10)
of 2012-08-31 on hive
Package: ess-mode 12.09 [rev. 5167 (2012-09-24)]
current state:
==============
(setq
ess-language "S"
ess-dialect "R"
ess-ask-for-ess-directory nil
ess-ask-about-transfile nil
ess-directory nil
ess-keep-dump-files "always"
ess-source-directory "/tmp"
ess-use-ido t
ess-use-eldoc t
ess-use-tracebug nil
ess-use-auto-complete t
ess-eval-visibly-p nil
ess-can-eval-in-background nil
ess-local-process-name nil
)
More information about the ESS-bugs
mailing list