Skip to content

Commit ce00e68

Browse files
committed
Set inferior-ess-prompt in stata's customize-alist
inferior-ess-prompt isn't getting built from inferior-ess-primary-prompt and inferior-ess-secondary-prompt since the code for that is in inferior-ess-mode and these aren't set up yet when that gets called. Closes #946 again (hopefully)
1 parent a02f6a6 commit ce00e68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lisp/ess-stata-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
;; --more-- is necessary here (hangs otherwise if startup stata.msg is big)
8080
(inferior-ess-primary-prompt . "[.:] \\|--more--")
8181
(inferior-ess-secondary-prompt . "--more--")
82+
(inferior-ess-prompt . "\\([.:] \\|--more--\\)")
8283
(comint-use-prompt-regexp . t)
8384
(inferior-ess-search-list-command . "set more off\n search()\n")
8485
(ess-execute-screen-options-command . "set linesize %s\n")

0 commit comments

Comments
 (0)