[Haskell-cafe] ANN: Haskell-mode 2.8.0

2010-07-02 Thread Svein Ove Aas
I'm happy to (finally) announce haskell-mode 2.8.0, which can be found at http://projects.haskell.org/haskellmode-emacs/ This is a feature release. I'll let the changelog speak for itself: * Minimal indentation support for arrow syntax * Autolaunch haskell-mode for files starting with

Re: [Haskell-cafe] ANN: Haskell-mode 2.8.0

2010-07-02 Thread Christopher Done
Hey Svein, Any chance of including haskell-align-imports somehow in the next release? http://gist.github.com/453933 (Re-license it for inclusion however you wish, I don't care.) On 2 July 2010 14:27, Svein Ove Aas svein@aas.no wrote: I'm happy to (finally) announce haskell-mode 2.8.0,

Re: [Haskell-cafe] ANN: Haskell-mode 2.8.0

2010-07-02 Thread Christopher Done
On 2 July 2010 14:45, Svein Ove Aas sve...@gmail.com wrote: My current project is to rewrite the indenter in haskell, using haskell-src-exts and such. Aligning imports will probably be trivial once that is done, but the work of integrating it now would probably also be wasted. That sounds

Re: [Haskell-cafe] ANN: Haskell-mode 2.8.0

2010-07-02 Thread Ivan Lazar Miljenovic
Deniz Dogan deniz.a.m.do...@gmail.com writes: 2010/7/2 Svein Ove Aas sve...@gmail.com: My current project is to rewrite the indenter in haskell, using haskell-src-exts and such. [snip] Why do you want to rewrite the indenter in Haskell? If haskell-mode has any external dependencies such as

Re: [Haskell-cafe] ANN: Haskell-mode 2.8.0

2010-07-02 Thread Ivan Lazar Miljenovic
Alex Ott alex...@gmail.com writes: Re Svein Ove Aas at Fri, 2 Jul 2010 15:36:06 +0200 wrote: SOA On Fri, Jul 2, 2010 at 3:23 PM, Deniz Dogan deniz.a.m.do...@gmail.com wrote: Why do you want to rewrite the indenter in Haskell? If haskell-mode has any external dependencies such as

Re: [Haskell-cafe] ANN: Haskell-mode 2.8.0

2010-07-02 Thread Ivan Lazar Miljenovic
Deniz Dogan deniz.a.m.do...@gmail.com writes: Why should it not become part of Emacs? I would like it if this Haskell indenter was external to haskell-mode itself instead of making haskell-mode external to Emacs. Why should it? Look at all the effort that the Haskell community went through

Re: [Haskell-cafe] ANN: Haskell-mode 2.8.0

2010-07-02 Thread Svein Ove Aas
On Sat, Jul 3, 2010 at 1:07 AM, Deniz Dogan deniz.a.m.do...@gmail.com wrote: Since there is no reason what so ever to integrate this external Haskell indenter tightly into haskell-mode, I don't see any reason to do so. Doing so would only mean that haskell-mode will most likely never be a

Re: [Haskell-cafe] ANN: Haskell-mode 2.8.0

2010-07-02 Thread Ivan Lazar Miljenovic
Deniz Dogan deniz.a.m.do...@gmail.com writes: Doing so would only mean that haskell-mode will most likely never be a part of Emacs, meaning that anyone looking for programming Haskell in Emacs would have to download an external library, be it through package.el or not. And what's so bad