Skip to content

Commit 35a759e

Browse files
committed
Include > in Stata mode prompts
Closes #946
1 parent 8d45475 commit 35a759e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/ess-stata-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
(inferior-ess-exit-command . "exit\n")
7878
;; --more-- is necessary here (hangs otherwise if startup stata.msg is big)
7979
(inferior-ess-primary-prompt . "[.:] \\|--more--")
80-
(inferior-ess-secondary-prompt . "--more--")
81-
(inferior-ess-prompt . "\\([.:] \\|--more--\\)")
80+
(inferior-ess-secondary-prompt . ">\\|--more--")
81+
(inferior-ess-prompt . "\\([.:>] \\|--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)