|
Re: GHCi 6.0.1 on Mac OS X + emacs hangs; solution and patch: msg#00046lang.haskell.glasgow.bugs
On Friday, August 22, 2003, at 10:37 PM, Gregory Wright wrote:
The problem is caused by InteractiveUI.hs. It suppresses the prompt when ghci's stdin is not a tty (is_tty is false). Is there ever a reason to do this? emacs needs the prompt to determine when ghci's output has ended. If it never sees the prompt it just waits forever. In the windows case, the prompt is always left on because isa_tty may return false for file descriptors that are in fact ttys. Why not do this for all cases? A patch that implements this is attached. Best Wishes, Greg
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | interactive co-recursion, Ketil Z. Malde |
|---|---|
| Next by Date: | Re: "warning: assignment makes pointer from integer without a cast", Sven Panne |
| Previous by Thread: | GHCi 6.0.1 on Mac OS X + emacs hangs, Gregory Wright |
| Next by Thread: | "warning: assignment makes pointer from integer without a cast", Mark Shields |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |