Bug#421471: inferior-haskell-load-file on a new file fails

2007-04-29 Thread David House
Sorry, I got the files backwards in the last patch. Here's an updated version. -- -David House, [EMAIL PROTECTED] *** /usr/local/share/emacs/site-lisp/haskell-mode-2.3/inf-haskell.el 2007-04-29 15:28:57.0 +0100 --- /usr/local/share/emacs/site-lisp/haskell-mode-2.3/inf-haskell-mine.el 2007

Bug#421471: inferior-haskell-load-file on a new file fails

2007-04-29 Thread David House
Package: haskell-mode Version: 2.1-1 Using C-c C-l (inferior-haskell-load-file) on a buffer that doesn't have a buffer-file-name (like *scratch*) fails. Steps to reproduce: * C-x b *scratch* RET * M-x haskell-mode RET * Type some Haskell code * C-c C-l Output from GHCi: Prelude> :load "" :