[ESS-bugs] ess-mode 16.04 [elpa: 20160506.1327]; syntax highlighting wrong for commented out function definition

Lionel Henry lionel.hry at gmail.com
Mon May 9 15:13:12 CEST 2016


Thanks. This is already fixed on the syntax-tokens branch.

Lionel


> On 7 mai 2016, at 13:44, Crouch, Michael (Nokia - IE) <michael.crouch at nokia.com> wrote:
> 
> Hi, when I comment out function definitions the name of the function is still being highlighted as if it weren�t commented out. The minimum test case for this is a file with the single line:
> # foo <- function
> The word �foo� is appearing in blue instead of maroon.
> 
> Thanks,
> Michael Crouch
> Member of Technical Staff, Bell Labs Ireland
> 
> 
> -------------------------------------------------------
> 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=bug.R
> (ess-mode-1.5): alist=((ess-quit-function quote ess-quit:R) (ess-send-region-function quote ess-send-region:R) (ess-load-file-function quote ess-load-file:R) (ess-build-load-command-function quote ess-build-load-command:R) (ess-build-eval-command-function quote ess-build-eval-command:R) (ess-local-customize-alist quote ess-r-customize-alist) (ess-eldoc-function function ess-R-eldoc-function) (ess-dialect . R) (ess-suffix . R) (ess-ac-sources quote (ac-source-R)) (ess-company-backends quote ((company-R-args company-R-objects :sorted))) (ess-build-tags-command . rtags('%s', recursive = TRUE, pattern = '\\.[RrSs](rw)?$',ofile = '%s')) (ess-traceback-command . local({cat(geterrmessage(), "----------------------------------
> ", fill=TRUE);try(traceback(), silent=TRUE)})
> ) (ess-call-stack-command . traceback(1)
> ) (ess-build-eval-message-function function ess-r-build-eval-message) (ess-dump-filename-template ess-replace-regexp-in-string S$ ess-suffix ess-dump-filename-template-proto) (ess-build-help-command-function function ess-r-build-help-command) (ess-help-web-search-command quote ess-R-sos) (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-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-describe-object-at-point-commands quote ess-R-describe-object-at-point-commands) (ess-STERM . iESS) (ess-editor . R-editor) (ess-pager . R-pager) (prettify-symbols-alist quote ((<- . 8592) (<<- . 8606) (-> . 8594) (->> . 8608))) (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 . #) (ess-imenu-generic-expression . ess-imenu-S-generic-expression) (comment-add . 1) (comment-start-skip . #+ *) (comment-use-syntax . t) (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 function ess-s-get-help-topics-function) (ess-getwd-command . getwd()
> ) (ess-setwd-command . setwd('%s')
> ) (ess-funargs-command . .ess_funargs("%s")
> ) (fill-nobreak-predicate quote ess-inside-string-p) (normal-auto-fill-function quote ess-do-auto-fill) (ess-execute-screen-options-command . options(width=%d, length=99999)
> ))
> (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 . mode-require-final-newline) (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.
> 
> 
> Emacs  : GNU Emacs 24.5.1 (x86_64-apple-darwin15.0.0)
> of 2015-10-09 on Michaels-MacBook-Pro.local
> Package: ess-mode 16.04 [elpa: 20160506.1327]
> 
> current state:
> ==============
> (setq
> ess-language "S"
> ess-dialect "R"
> ess-ask-for-ess-directory t
> ess-ask-about-transfile nil
> ess-directory nil
> ess-keep-dump-files "always"
> ess-source-directory "/var/folders/ty/38nr_p7s2yxctj5gqy5cptnm0000gn/T/"
> ess-use-ido t
> ess-use-eldoc t
> ess-use-tracebug t
> ess-use-auto-complete t
> ess-use-company t
> ess-eval-visibly-p t
> ess-can-eval-in-background nil
> ess-local-process-name nil
> )
> 
> 
> 	[[alternative HTML version deleted]]
> 
> _______________________________________________
> ESS-bugs ESS-bugs at r-project.org
> https://stat.ethz.ch/mailman/listinfo/ess-bugs_______________________________________________
> ESS-core list: https://stat.ethz.ch/mailman/listinfo/ess-core



More information about the ESS-bugs mailing list