Skip to content

Commit 80f4d3a

Browse files
Remove "echo" caused by pty-mode inferior fsharp process
Refs #311
1 parent f887309 commit 80f4d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inf-fsharp-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ be sent from another buffer in fsharp mode.
7373
(set (make-local-variable 'comment-column) 40)
7474
(set (make-local-variable 'comment-start-skip) "(\\*+ *")
7575
(set (make-local-variable 'parse-sexp-ignore-comments) nil)
76-
(set (make-local-variable 'comint-process-echoes) nil)
76+
(set (make-local-variable 'comint-process-echoes) t)
7777
(run-hooks 'inferior-fsharp-mode-hooks)
7878

7979
;; use compilation mode to parse errors, but RET and C-cC-c should still be from comint-mode

0 commit comments

Comments
 (0)