We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d45475 commit 35a759eCopy full SHA for 35a759e
lisp/ess-stata-mode.el
@@ -77,8 +77,8 @@
77
(inferior-ess-exit-command . "exit\n")
78
;; --more-- is necessary here (hangs otherwise if startup stata.msg is big)
79
(inferior-ess-primary-prompt . "[.:] \\|--more--")
80
- (inferior-ess-secondary-prompt . "--more--")
81
- (inferior-ess-prompt . "\\([.:] \\|--more--\\)")
+ (inferior-ess-secondary-prompt . ">\\|--more--")
+ (inferior-ess-prompt . "\\([.:>] \\|--more--\\)")
82
(comint-use-prompt-regexp . t)
83
(inferior-ess-search-list-command . "set more off\n search()\n")
84
(ess-execute-screen-options-command . "set linesize %s\n")
0 commit comments