[Haskell-cafe] Re: IDE?

2007-06-17 Thread Jean-Philippe Bernardy
Claus Reinke claus.reinke at talk21.com writes: This was followed by Ermacs, a concurrent Emacs clone written completely in Erlang. Ermacs is fairly complete – it has major modes for Erlang and Scheme programming, a built-in Erlang shell, and support for efficiently

Re: [Haskell-cafe] Re: IDE?

2007-06-17 Thread Claus Reinke
files. However, once the core editor was complete, it was obvious that GNU Emacs has an incredibly large set of wonderful features, and that extending Ermacs to include “enough” of them was completely out of the question. The lessons learned from Ermacs lead to Distel,..

[Haskell-cafe] Re: IDE?

2007-06-15 Thread Ashley Yakeley
[EMAIL PROTECTED] wrote: Any help to find an IDE that comes closest to these features would be much appreciated. There's a short list at http://haskell.org/haskellwiki/IDEs, but I don't think any are all that close. I'd like to see a good IDE for Haskell, but it's a lot of work. Ideally

Re: [Haskell-cafe] Re: IDE support

2007-04-28 Thread Marc Weber
On Fri, Apr 27, 2007 at 08:05:53PM +, Georg Sauthoff wrote: On 2007-04-22, Marc Weber [EMAIL PROTECTED] wrote: Hi, I've written some completion scripts for vim. Don't know wether you can call it an ide. Also tagging source is supported by one command. what tagging program do you

[Haskell-cafe] Re: IDE support

2007-04-28 Thread Georg Sauthoff
On 2007-04-28, Marc Weber [EMAIL PROTECTED] wrote: On Fri, Apr 27, 2007 at 08:05:53PM +, Georg Sauthoff wrote: what tagging program do you use? I'm using hasktags beeing distributed with ghc. There has been another topic about tagging programs for haskell some time ago. Yes, the latest

[Haskell-cafe] Re: IDE support

2007-04-27 Thread Georg Sauthoff
On 2007-04-22, Marc Weber [EMAIL PROTECTED] wrote: Hi, I've written some completion scripts for vim. Don't know wether you can call it an ide. Also tagging source is supported by one command. what tagging program do you use? With a little effort you can configure vim to create a new cabal

[Haskell-cafe] Re: IDE support

2007-04-24 Thread Benedikt Schmidt
Claus Reinke [EMAIL PROTECTED] writes: I use emacs exclusively for hacking Haskell, but I wanted to see if it's possible to connect to the shim server-process from vim and started working on omnicompletion: http://shim.haskellco.de/trac/attachment/wiki/ScreenShots/vim-shim.png

[Haskell-cafe] Re: IDE support

2007-04-23 Thread Benedikt Schmidt
Gour [EMAIL PROTECTED] writes: On Sun, 22 Apr 2007 22:13:45 +0100 Claus Reinke [EMAIL PROTECTED] wrote: if you can stay within haskell98, HaRe refactoring support for emacs and vim is still around: http://www.cs.kent.ac.uk/projects/refactor-fp/ What about shim