Re: darcs patch: Start of Yi.UI.Pango.Control for embedding Yi in other...

2009-09-08 Thread Jean-Philippe Bernardy
On Tue, Sep 8, 2009 at 8:03 PM, Corey O'Connor wrote: > > On Tue, Sep 8, 2009 at 10:32 AM, Jean-Philippe > Bernardy wrote: >> >> On Tue, Sep 8, 2009 at 6:09 PM, Jeff Wheeler wrote: Did anybody try vty under windows? >>> >>> It depends on unix, unfortunately. I looked briefly to see if I could

Re: darcs patch: Start of Yi.UI.Pango.Control for embedding Yi in other...

2009-09-08 Thread Corey O'Connor
On Tue, Sep 8, 2009 at 10:32 AM, Jean-Philippe Bernardy wrote: > > On Tue, Sep 8, 2009 at 6:09 PM, Jeff Wheeler wrote: >>> Did anybody try vty under windows? >> >> It depends on unix, unfortunately. I looked briefly to see if I could >> replace it with unix-compat, but then I ran into weird ncurse

Re: darcs patch: Start of Yi.UI.Pango.Control for embedding Yi in other...

2009-09-08 Thread Jean-Philippe Bernardy
On Tue, Sep 8, 2009 at 6:09 PM, Jeff Wheeler wrote: >> Did anybody try vty under windows? > > It depends on unix, unfortunately. I looked briefly to see if I could > replace it with unix-compat, but then I ran into weird ncurses > dependencies that I didn't know how to handle (as far as I know, >

Re: darcs patch: Start of Yi.UI.Pango.Control for embedding Yi in other...

2009-09-08 Thread Jeff Wheeler
On Tue, Sep 8, 2009 at 10:28 AM, Jean-Philippe Bernardy wrote: > Did anybody try vty under windows? It depends on unix, unfortunately. I looked briefly to see if I could replace it with unix-compat, but then I ran into weird ncurses dependencies that I didn't know how to handle (as far as I know

Re: darcs patch: Start of Yi.UI.Pango.Control for embedding Yi in other...

2009-09-08 Thread Jean-Philippe Bernardy
On Tue, Sep 8, 2009 at 4:46 PM, Jeff Wheeler wrote: > Mostly stuck on Gtk2Hs at the moment --- nothing Yi specific. Did anybody try vty under windows? Cheers, JP. --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.co

Re: darcs patch: Start of Yi.UI.Pango.Control for embedding Yi in other...

2009-09-08 Thread Jeff Wheeler
On Tue, Sep 8, 2009 at 8:37 AM, Jean-Philippe Bernardy wrote: > Please report your tries/failures, there are quite a few people that would > be interested in Yi running on windows. Mostly stuck on Gtk2Hs at the moment --- nothing Yi specific. Darcs' curl dependency had me for a while, but instal

Re: darcs patch: Start of Yi.UI.Pango.Control for embedding Yi in other...

2009-09-08 Thread Jean-Philippe Bernardy
On Tue, Sep 8, 2009 at 2:34 PM, Jeff Wheeler wrote: > > On Tue, Sep 8, 2009 at 2:05 AM, Jean-Philippe > Bernardy wrote: > >> This looks very promising -- I can't really work on this now so I'll >> let Jeff or others apply this. It took more than a week for this to be sent... And looks quite outda

Re: darcs patch: Start of Yi.UI.Pango.Control for embedding Yi in other...

2009-09-08 Thread Jeff Wheeler
On Tue, Sep 8, 2009 at 2:05 AM, Jean-Philippe Bernardy wrote: > This looks very promising -- I can't really work on this now so I'll > let Jeff or others apply this. Sorry, I haven't been doing much lately, either. I'm been busy with school, and I haven't successfully gotten Yi to run on Windows

Re: darcs patch: Start of Yi.UI.Pango.Control for embedding Yi in other...

2009-09-08 Thread Jean-Philippe Bernardy
This looks very promising -- I can't really work on this now so I'll let Jeff or others apply this. Cheers, JP. 2009/9/1 Hamish : > > Yi with this patch can be used with the http://code.haskell.org/leksah-head > branch (with cabal configure -f Yi).  I have set up a ControlM monad > that may just

Re: darcs patch: Start of Yi.UI.Pango.Control for embedding Yi in other...

2009-09-06 Thread Hamish
On Sep 7, 4:12 am, Jean-Philippe Bernardy wrote: > Sorry for the delay: I was at ICFP with a flaky internet connection. > > I pushed the patch, although there seems to be some unnecessary > duplication of code with the current pango UI. (I'm not so familiar with > this area of the code though) I

Re: darcs patch: Start of Yi.UI.Pango.Control for embedding Yi in other...

2009-09-06 Thread Jean-Philippe Bernardy
Sorry for the delay: I was at ICFP with a flaky internet connection. I pushed the patch, although there seems to be some unnecessary duplication of code with the current pango UI. (I'm not so familiar with this area of the code though) Cheers, JP. On Tue, Sep 1, 2009 at 7:58 AM, Hamish wrote: >

Re: darcs patch: Start of Yi.UI.Pango.Control for embedding Yi in other...

2009-08-31 Thread Hamish
Yi with this patch can be used with the http://code.haskell.org/leksah-head branch (with cabal configure -f Yi). I have set up a ControlM monad that may just end up being YiM, but I am still not sure how all the hooks for that work. For now it just includes Config and MVar Editor. Leksah has be