Re: [Haskell-cafe] emacs haskellers: r-stripping files becomes popular

2007-11-22 Thread Greg Heartsfield
Additionally, I find this to be helpful for keeping out trailing whitespace: ;; Highlight trailing whitespace in haskell files (add-hook 'haskell-mode-hook '(lambda () (setq show-trailing-whitespace t))) Cheers, -Greg Heartsfield On Fri, Nov 16, 2007 at 06:14:57PM +0200

Re: [Haskell-cafe] Re: building hslogger

2007-10-20 Thread Greg Heartsfield
Coincidentally, I just sent a patch to John for this very issue. I've attached it here, it simply updates the setup script and cabal file for Cabal 1.2. Thanks, Greg Heartsfield On Thu, Oct 18, 2007 at 09:31:51AM -0500, John Goerzen wrote: On 2007-10-17, Chris Hayden [EMAIL PROTECTED] wrote