Re: [Haskell-cafe] Re: ANN: haskell-mode 2.6

2009-11-02 Thread Roel van Dijk
Thanks for the update. I am using it now and am very happy with it! No more tabtabtabtabtab to properly indent something. I did notice a bug in the declaration scanning part. Blocks of haddock comments are parsed as code. Code like this: {-| bla bla bla -} will be parsed as a variable bla. If

Re: [Haskell-cafe] Re: ANN: haskell-mode 2.6

2009-11-02 Thread Dan Doel
On Sunday 01 November 2009 4:45:58 pm Svein Ove Aas wrote: On Sun, Nov 1, 2009 at 8:20 PM, Svein Ove Aas svein@aas.no wrote: Fellow haskellers: Haskell-mode 2.6 has been released. Make that 2.6.1. Naturally, I broke something, but I think I'm about out of things to break now. As it

Re: [Haskell-cafe] Re: ANN: haskell-mode 2.6

2009-11-02 Thread Roel van Dijk
I also thought of some font-lock symbols you could consider adding to haskell-font-lock.el: ;; Nice bottom symbol (cons undefined (decode-char 'ucs #X22A5)) ;; Small case pi symbol (cons pi (decode-char 'ucs #X3C0)) ;; This one is less serious (cons unsafePerformIO (decode-char 'ucs #X2620)) I

Re: [Haskell-cafe] Re: ANN: haskell-mode 2.6

2009-11-02 Thread Svein Ove Aas
On Mon, Nov 2, 2009 at 1:18 PM, Dan Doel dan.d...@gmail.com wrote: On Sunday 01 November 2009 4:45:58 pm Svein Ove Aas wrote: On Sun, Nov 1, 2009 at 8:20 PM, Svein Ove Aas svein@aas.no wrote: Fellow haskellers: Haskell-mode 2.6 has been released. Make that 2.6.1. Naturally, I broke

Re: [Haskell-cafe] Re: ANN: haskell-mode 2.6

2009-11-02 Thread Svein Ove Aas
On Mon, Nov 2, 2009 at 4:18 PM, Svein Ove Aas svein@aas.no wrote: I'm going to try teaching it. Hopefully I won't break anything in the process. I have so taught. If you grab the latest darcs version, it should work. However, I won't be releasing this without further testing, so if you do