PATCH: GHCI Interpreter doesn't echo
Nathaniel Flath
flat0103 at gmail.com
Fri Jan 29 23:08:51 EST 2010
It doesn't look like the GHCI interpreter echoes; as such, the following
patch turns off comint-process-echoes when ghci is run.
--- old-haskellmode-emacs/haskell-ghci.el 2010-01-29 22:32:13.501789554
-0500
+++ new-haskellmode-emacs/haskell-ghci.el 2010-01-29 22:32:13.509797905
-0500
@@ -182,8 +182,9 @@
;; History syntax of comint conflicts with Haskell, e.g. !!, so better
;; turn it off.
(setq comint-input-autoexpand nil)
+ (setq comint-process-echoes nil)
(run-hooks 'haskell-ghci-hook)
-
+
;; Clear message area.
(message ""))
Thanks,
Nathaniel Flath
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.haskell.org/pipermail/haskellmode-emacs/attachments/20100129/f0088ff1/attachment.htm
More information about the Haskellmode-emacs
mailing list