Skip to content

Commit

Permalink
Force inferior when displaying vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Apr 6, 2019
1 parent 44141c5 commit 2fd4b9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lisp/ess-help.el
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
(require 'ess-utils)

(declare-function ess-r-help-mode "ess-r-mode")
(declare-function inferior-ess-r-force "ess-r-mode")
(declare-function ess-stata-help-mode "ess-stata-lang")


Expand Down Expand Up @@ -386,6 +387,7 @@ With (prefix) ALL non-nil, use `vignette(*, all=TRUE)`, i.e., from all installed
With (prefix) ALL non-nil, use `vignette(*, all=TRUE)`, i.e., from all installed
packages, which can be *very* slow."
(interactive "P")
(inferior-ess-r-force)
(let* ((vslist (with-current-buffer
(ess-command
(format ".ess_vignettes(%s)\n" (if all "TRUE" "")))
Expand Down

0 comments on commit 2fd4b9b

Please sign in to comment.