Re: [Haskell-cafe] Haskell-mode 2.4

2008-01-11 Thread Johan Tibell
Emacs is completely frozen until I press C-g and then it goes back to normal (without loading the file). Here's the back trace: Debugger entered--Lisp error: (quit) accept-process-output(#process haskell) (and (not (re-search-forward comint-prompt-regexp nil t))

Re: [Haskell-cafe] Haskell-mode 2.4

2008-01-11 Thread Stefan Monnier
Johan == Johan Tibell [EMAIL PROTECTED] writes: Emacs is completely frozen until I press C-g and then it goes back to normal (without loading the file). Here's the back trace: Debugger entered--Lisp error: (quit) accept-process-output(#process haskell) (and (not

Re: [Haskell-cafe] Haskell-mode 2.4

2008-01-10 Thread Johan Tibell
First of all, thanks. My Aqua Emacs (on OS X Leopard) hangs when I send a command like C-c C-l or C-c C-t to the interpreter (I can quit the command using C-g) . Starting the interpreter and using :l from inside it works fine. This is using GHC 6.8 (and I think I also tried 6.6.) What could

Re: [Haskell-cafe] Haskell-mode 2.4

2008-01-10 Thread Stefan Monnier
First of all, thanks. My Aqua Emacs (on OS X Leopard) hangs when I send a command like C-c C-l or C-c C-t to the interpreter (I can quit the command using C-g) . Starting the interpreter and using :l from inside it works fine. This is using GHC 6.8 (and I think I also tried 6.6.) What could

Re: [Haskell-cafe] Haskell-mode 2.4

2008-01-10 Thread Johan Tibell
On Jan 11, 2008 12:05 AM, Stefan Monnier [EMAIL PROTECTED] wrote: First of all, thanks. My Aqua Emacs (on OS X Leopard) hangs when I send a command like C-c C-l or C-c C-t to the interpreter (I can quit the command using C-g) . Starting the interpreter and using :l from inside it works

Re: [Haskell-cafe] Haskell-mode 2.4

2008-01-10 Thread Stefan Monnier
First of all, thanks. My Aqua Emacs (on OS X Leopard) hangs when I send a command like C-c C-l or C-c C-t to the interpreter (I can quit the command using C-g) . Starting the interpreter and using :l from inside it works fine. This is using GHC 6.8 (and I think I also tried 6.6.) What

Re: [Haskell-cafe] Haskell-mode 2.4

2008-01-08 Thread Johan Tibell
On Dec 12, 2007 5:40 AM, Stefan Monnier [EMAIL PROTECTED] wrote: * inf-haskell.el tries to find the root of the module hierarchy to determine the root of a project (either by looking for a Cabal file or relying on the `module' declaration line). If all works well, this will make C-c C-l

[Haskell-cafe] Haskell-mode 2.4

2007-12-11 Thread Stefan Monnier
Here's for Xmas, version 2.4 of the Haskell-mode package. Haskell-mode is an Elisp package to support editing Haskell in Emacs. See the home page at http://www.iro.umontreal.ca/~monnier/elisp/ -- Stefan Changes since 2.3: * Update license to GPLv3. * New derived major mode for .hsc