update packages
This commit is contained in:
@@ -605,6 +605,11 @@ process-less buffer because it was created with
|
||||
(nconc
|
||||
(list "STATATERM=emacs"
|
||||
(format "PAGER=%s" inferior-ess-pager))
|
||||
;; This lets R code know whether Emacs was running with a
|
||||
;; light or dark background at startup time
|
||||
(let ((bg-mode (frame-parameter nil 'background-mode)))
|
||||
(when (memq bg-mode '(light dark))
|
||||
(list (format "ESS_BACKGROUND_MODE=%s" (symbol-name bg-mode)))))
|
||||
process-environment))
|
||||
(tramp-remote-process-environment
|
||||
(nconc ;; it contains a pager already, so append
|
||||
@@ -820,7 +825,7 @@ to `ess-completing-read'."
|
||||
(delete-dups (list "R" "S+" (or (bound-and-true-p S+-dialect-name) "S+")
|
||||
"stata" (or (bound-and-true-p STA-dialect-name) "stata")
|
||||
"julia" "SAS")))))
|
||||
(pname-list (delq nil ;; keep only those matching dialect
|
||||
(pname-list (delq nil ;; keep only those matching dialect and `ess-gen-proc-buffer-name-function'
|
||||
(append
|
||||
(mapcar (lambda (lproc)
|
||||
(and (equal ess-dialect
|
||||
|
||||
Reference in New Issue
Block a user