t of (sit-for 0.1 t) has a bug, so do not use it.
This commit is contained in:
parent
2733f94a52
commit
248a999f99
@ -102,7 +102,7 @@
|
|||||||
(setq ghc-process-num-of-results (or n 1))
|
(setq ghc-process-num-of-results (or n 1))
|
||||||
(ghc-with-process cmd 'ghc-process-callback nil hook)
|
(ghc-with-process cmd 'ghc-process-callback nil hook)
|
||||||
(while (null ghc-process-rendezvous)
|
(while (null ghc-process-rendezvous)
|
||||||
(sit-for 0.1 t))
|
(sit-for 0.1))
|
||||||
ghc-process-results)
|
ghc-process-results)
|
||||||
|
|
||||||
(defun ghc-process-callback (status)
|
(defun ghc-process-callback (status)
|
||||||
|
Loading…
Reference in New Issue
Block a user