future of haskell-mode

Christian Maeder Christian.Maeder at dfki.de
Tue Feb 28 15:47:46 GMT 2012


Am 23.02.2012 16:40, schrieb Gracjan Polak:
> Christian Maeder<Christian.Maeder at ...>  writes:
>
>> I've also some local changes of my haskell-mode-2.8.0 and would
>> appreciate a new proper release with fixes.
>
> What kind of fixes are you talking about at this point?

My diff revealed:

haskell-font-lock.el
509c509
<            (or (looking-at "\\(-- \\|{-\\)[|^]")
---
 >            (or (looking-at "\\(-- \\|{- \\)[|^]")

because my haddock comments start with "{- |" rather than "{-|"
(but maybe both variants should be supported).

In haskell-mode.el I had to comment out "eval-when-compile" for some 
reason I don't remember.

Cheers Christian

>
>> Open issues are still http://trac.haskell.org/haskellmode-emacs/report/1
>> and if the darcs repository http://code.haskell.org/haskellmode-emacs/
>> is no longer maintained (by Svein Ove Aas) we should switch to
>> https://github.com/pheaver/haskell-mode (by Philip Weaver) and update
>> the main pages accordingly.
>> http://www.haskell.org/haskellwiki/Haskell_mode_for_Emacs
>
> I've edited this page so that it reflects current information. I've also taken
> right to fix some of the structure in there.
>
>> Who would do it?
>
> I can do some more cleanup of haskell-mode related stuff.
>



More information about the Haskellmode-emacs mailing list