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-mi

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

2007-04-29 Thread David House
t; :load "" : Could not find module `': Use -v to see a list of the files searched for. Failed, modules loaded: none. Fix: patch attached. We just need to (save-buffer) before we try to grab the buffer-file-name. -- -David House, [EMAIL PROTECTED] *** /usr/local/share/emacs

Bug#343242: Indentation doesn't carry over blank lines

2006-12-28 Thread David House
away line which is nonempty with zero indentation. -- -David House, [EMAIL PROTECTED] *** /home/david/sandbox/haskell-mode-2.1/haskell-indent.el 2005-11-07 20:04:15.0 + --- /home/david/hs/emacs/haskell-indent.el 2006-12-28 19:50:17.0 + *** *

Bug#369910: haskell-ghci: need to (require 'comint)

2006-12-28 Thread David House
ched patch does this. -- -David House, [EMAIL PROTECTED] diff -c /home/david/sandbox/haskell-mode-2.1/haskell-ghci.el /home/david/hs/emacs/haskell-ghci.el *** /home/david/sandbox/haskell-mode-2.1/haskell-ghci.el2006-12-28 14:16:39.0 + --- /home/david/hs/emacs/haskell-ghci.el