Skip to content

Commit 2fd4b9b

Browse files
committed
Force inferior when displaying vignettes
1 parent 44141c5 commit 2fd4b9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lisp/ess-help.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
(require 'ess-utils)
4747

4848
(declare-function ess-r-help-mode "ess-r-mode")
49+
(declare-function inferior-ess-r-force "ess-r-mode")
4950
(declare-function ess-stata-help-mode "ess-stata-lang")
5051

5152

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

0 commit comments

Comments
 (0)