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 2fa3fe1 commit 6035ab0Copy full SHA for 6035ab0
ess-stata-mode.el
@@ -78,7 +78,7 @@
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-prompt . "\\( *[0-9]*[.:>] \\|--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