Re: [Haskell-cafe] haskell-mode.el mailing list (+ dpatch)

2009-11-25 Thread Bas van Dijk
On Wed, Nov 25, 2009 at 12:06 AM, Valery V. Vorotyntsev
valery...@gmail.com wrote:
 Is there anybody except me feeling the need for mailing list and issue
 tracker for emacs' haskell-mode?

+1

Since there already is a haskellmode-emacs project on the
http://community.haskell.org server we can start a mailing list and
issue tracker easily:

http://code.haskell.org/haskellmode-emacs/

regards,

Bas
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] haskell-mode.el mailing list (+ dpatch)

2009-11-25 Thread Svein Ove Aas
On Wed, Nov 25, 2009 at 9:21 AM, Bas van Dijk v.dijk@gmail.com wrote:
 On Wed, Nov 25, 2009 at 12:06 AM, Valery V. Vorotyntsev
 valery...@gmail.com wrote:
 Is there anybody except me feeling the need for mailing list and issue
 tracker for emacs' haskell-mode?

 +1

 Since there already is a haskellmode-emacs project on the
 http://community.haskell.org server we can start a mailing list and
 issue tracker easily:

Well, I know when I'm beat..

http://trac.haskell.org/haskellmode-emacs/

http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs

-- 
Svein Ove Aas
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] haskell-mode.el mailing list (+ dpatch)

2009-11-25 Thread Bas van Dijk
On Wed, Nov 25, 2009 at 9:37 AM, Svein Ove Aas svein@aas.no wrote:
 On Wed, Nov 25, 2009 at 9:21 AM, Bas van Dijk v.dijk@gmail.com wrote:
 On Wed, Nov 25, 2009 at 12:06 AM, Valery V. Vorotyntsev
 valery...@gmail.com wrote:
 Is there anybody except me feeling the need for mailing list and issue
 tracker for emacs' haskell-mode?

 +1

 Since there already is a haskellmode-emacs project on the
 http://community.haskell.org server we can start a mailing list and
 issue tracker easily:

 Well, I know when I'm beat..

 http://trac.haskell.org/haskellmode-emacs/

 http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs

Joined.

Thank you,

Bas
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] haskell-mode.el mailing list (+ dpatch)

2009-11-25 Thread Valery V. Vorotyntsev
On Wed, Nov 25, 2009 at 10:37 AM, Svein Ove Aas svein@aas.no wrote:
 http://trac.haskell.org/haskellmode-emacs/
 http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs

Hurray!
Thanks, Svein.

-- 
vvv
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] haskell-mode.el mailing list (+ dpatch)

2009-11-25 Thread Roel van Dijk
On Wed, Nov 25, 2009 at 9:37 AM, Svein Ove Aas svein@aas.no wrote:
 Well, I know when I'm beat..

 http://trac.haskell.org/haskellmode-emacs/

 http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs

Nice! I joined the list and submitted my first ticket.

Keep up the good work.
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] haskell-mode.el mailing list (+ dpatch)

2009-11-25 Thread Paulo Tanimoto
On Wed, Nov 25, 2009 at 2:37 AM, Svein Ove Aas svein@aas.no wrote:
 Well, I know when I'm beat..

 http://trac.haskell.org/haskellmode-emacs/

 http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs


Thank you, Svein!  I'm glad to see there's a good number of people
using haskellmode.

Paulo
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] haskell-mode.el mailing list (+ dpatch)

2009-11-24 Thread Valery V. Vorotyntsev
Is there anybody except me feeling the need for mailing list and issue
tracker for emacs' haskell-mode?

Mailing list is a forum to discuss ideas _and_ the area of patch
authors' self-advertisement. And issue tracker is a TODO list; it may
be useful or annoying, and I think we can live without one for a
while.

But I vote for haskell-mode.el mailing list.

Examples:
  http://www.haskell.org/mailman/listinfo/xmonad
  http://code.google.com/p/xmonad/issues/list

-- Description of the attached dpatch:
  * make `inferior-haskell-find-project-root' respect export lists

  A hierarchical module (one or more dots in module name) with an
  export list cannot be loaded (`C-c C-l') unless there is .cabal file
  available.

  That is because regexp current in `inferior-haskell-find-project-root'
  does not match module headers with export lists. Like this one:

  module Codec.Binary.MSCP (
  -- * Data structures
  FileHeader(..),
  CDR(..),

  -- * Parsing
  readFile
) where

  This patch makes the regexp less strict.

Have fun!

--
vvv
#part type=application/octet-stream 
filename=/tmp/XXX/respect-export-lists.dpatch disposition=attachment 
description=respect-export-lists.dpatch
#/part
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe