Re: pushed vty-4.0.0.1 to hackage.

2009-09-04 Thread David Waern
Yep. This is awesome! David 2009/9/4 Jean-Philippe Bernardy : > > I'm sorry I could not help: I was at ICFP with a very poor internet > connectivity. > > Very nice result! > > Cheers, > JP. > > On Thu, Sep 3, 2009 at 6:17 AM, Corey O'Connor wrote: >> >> I think all the blocking issues have been

Re: ANNOUNCE: Dyre - Dynamic Program Recompilation (Xmonad-style configuration)

2009-08-07 Thread David Waern
2009/8/7 Kalman Noel : > A typeclass is of little use if you only ever use it for one > type, and only call the methods in one place. If you export a generally useful class your users might recognize its utility in other places, and eventually it might get promoted to its own package, or some mor

Re: ANNOUNCE: Dyre - Dynamic Program Recompilation (Xmonad-style configuration)

2009-08-07 Thread David Waern
2009/8/7 Will Donnelly : > >> class Serialize a where >>   read :: FilePath -> IO a >>   write :: a -> FilePath -> IO () > > I understand that approach. My feeling on the matter is that it is a > bad idea if taken to its logical conclusion. Eventually every library > that could possibly need to se

Re: ANNOUNCE: Dyre - Dynamic Program Recompilation (Xmonad-style configuration)

2009-08-06 Thread David Waern
2009/8/6 David Waern : > 2009/8/6 Will Donnelly : > The type class could provide an interface for serializing and writing > the state to disk. Instances could choose to use Read/Show, Binary or > whatever they want, or am I missing something? That was badly explained. I mean somethi

Re: ANNOUNCE: Dyre - Dynamic Program Recompilation (Xmonad-style configuration)

2009-08-06 Thread David Waern
2009/8/6 Will Donnelly : > > David: > > The issue with using an interface is how it is specified. The options > seem to be either using HConf's approach, and requiring the user to > provide the serialization functions, or using a typeclass. If the user > has to provide the functions in the initial

Re: [Haskell] ANNOUNCE: Dyre - Dynamic Program Recompilation (Xmonad-style configuration)

2009-08-06 Thread David Waern
2009/8/6 Jeff Wheeler : > > On Thu, Aug 6, 2009 at 12:45 AM, Gwern Branwen wrote: > >> I've long wanted XMonad, Yi, and Autoproc to use a library for their >> reconfiguration; how difficult do you think it would be to switch them to >> using dyre? > > After playing with integration for a bit, the

Re: Scion integration

2009-04-18 Thread David Waern
2009/4/17 Nicolas Pouillard : > > Excerpts from Jean-Philippe Bernardy's message of Fri Apr 17 13:41:00 +0200 > 2009: >> >> Great; I can't answer for Jeff, but if you think I can help by e-mail >> I'll be happy to >> answer any question. > > I can also help since I'm at the Hackathon. I'd like t

Scion integration

2009-04-17 Thread David Waern
Hi Jeff, We're a couple of people at the Haskell Hackathon who are interested in hacking on Scion integration. I see that you have commented on the issue (http://code.google.com/p/yi-editor/issues/detail?id=97). Have you coded anything? We just want to make sure we're not duplicating any effort.

Re: Issue 259 in yi-editor: "yi -f pango" gives (Pattern match failure in do expression at Shim/ProjectContent.hs:95:2-6)

2009-04-09 Thread David Waern
2009/4/9 Thomas Schilling : > Currently, Scion allows loading single files or a library/executable from a > .cabal file.  I don't know what Yi's preferred interface is. Yi probably wants to use both of these modes. > Personally, I think Cabal files don't serve too well as a project > description

Re: Yi 0.7 Goals

2009-03-15 Thread David Waern
2009/3/15 Jeff Wheeler : > > On Sat, 2009-03-14 at 21:53 +0100, David Waern wrote: > >> Perhaps yi could just look up the installed Haddock doc string for >> each command? The haddock library provides this ability. > > I'm interested in this, but the Haddock doc

Re: Yi 0.7 Goals

2009-03-14 Thread David Waern
2009/3/14 Jean-Philippe Bernardy : > > On Sat, Mar 14, 2009 at 9:12 PM, Александър Л. Димитров > wrote: > >> An integrated help/documentation system. Similar to Vim's :help and Emacs' >> C-h >> (if I remember the shortcut correctly) This should equip every command/key >> combination with at leas

Creating a background process

2008-11-07 Thread David Waern
Hi, Is there some way to react to a "file-open" event in yi? I want to create a background process that does some processing as soon as a Haskell file is opened. How should I implement this? Thanks, David --~--~-~--~~~---~--~~ Yi development mailing list yi-devel

Re: Fwd: Poll

2008-09-12 Thread David Waern
On 9 Sep, 19:29, "Jean-Philippe Bernardy" <[EMAIL PROTECTED]> wrote: > Question 2. was somehow cut out; here is what the questions should have been: > > 1. How often do you use yi? > * More Often > 3. Do you consider contributing code to Yi? If so what would help to > get you started? Yes.