|
@@ -93,9 +93,9 @@ or user `keyboard-quit' during execution of body."
|
|
|
(goto-char comint-last-input-end)
|
|
(goto-char comint-last-input-end)
|
|
|
(not (save-excursion
|
|
(not (save-excursion
|
|
|
(and (re-search-forward
|
|
(and (re-search-forward
|
|
|
- comint-prompt-regexp nil t)
|
|
|
|
|
|
|
+ (regexp-quote ,eoe-indicator) nil t)
|
|
|
(re-search-forward
|
|
(re-search-forward
|
|
|
- (regexp-quote ,eoe-indicator) nil t)))))
|
|
|
|
|
|
|
+ comint-prompt-regexp nil t)))))
|
|
|
(accept-process-output (get-buffer-process (current-buffer)))
|
|
(accept-process-output (get-buffer-process (current-buffer)))
|
|
|
;; thought the following this would allow async
|
|
;; thought the following this would allow async
|
|
|
;; background running, but I was wrong...
|
|
;; background running, but I was wrong...
|