branch: elpa/haskell-tng-mode commit a34e796eb0f9579a055783891223b39435b62bb4 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
improve debugging --- haskell-tng-hsinspect.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/haskell-tng-hsinspect.el b/haskell-tng-hsinspect.el index bd34283..3ce82c9 100644 --- a/haskell-tng-hsinspect.el +++ b/haskell-tng-hsinspect.el @@ -541,7 +541,6 @@ This is uncached, prefer `haskell-tng--hsinspect-exe'." (when ghcpath (setq process-environment (cons (concat "PATH=" ghcpath) process-environment))) - (message "DEBUG: %S" process-environment) (apply #'call-process (or (haskell-tng--hsinspect-exe flush-cache) @@ -575,7 +574,7 @@ Negative to disable." haskell-tng-hsinspect-auto nil (lambda () - (message "Running hsinspect in the background") + (message "[haskell-tng] running hsinspect on idle") (make-thread #'haskell-tng-hsinspect))))) (add-hook