Skip to content

Commit 6035ab0

Browse files
committed
Change inferior-ess-prompt to deal with for loops
1 parent 2fa3fe1 commit 6035ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ess-stata-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
;; --more-- is necessary here (hangs otherwise if startup stata.msg is big)
7979
(inferior-ess-primary-prompt . "[.:] \\|--more--")
8080
(inferior-ess-secondary-prompt . ">\\|--more--")
81-
(inferior-ess-prompt . "\\([.:>] \\|--more--\\)")
81+
(inferior-ess-prompt . "\\( *[0-9]*[.:>] \\|--more--\\)")
8282
(comint-use-prompt-regexp . t)
8383
(inferior-ess-search-list-command . "set more off\n search()\n")
8484
(ess-execute-screen-options-command . "set linesize %s\n")

0 commit comments

Comments
 (0)