On Wed, Apr 16, 2008 at 8:06 PM, Fraser Wilson <[EMAIL PROTECTED]> wrote:
> Hi, Krasimir, thanks for that.
>
> I added a cabalBuildE, as you said, it was easy enough :)  I'm coming across
> a strange problem: if I build yi from a clean state, i.e.
>    runhaskell Setup.hs clean
>
>    runhaskell Setup.hs configure
>     runhaskell Setup.hs build
>
> then the commands in Keymap/Emacs/Util.hs are picked up; however, if I make
> a change and just do the build, none of them are available.  I expect it has
> something to do with HackerMain, but I'm not sure -- anybody seen this?

Note that the makefile does something special, it's best not to use it
in order not
to get confused. We might deprecate it soon. (As soon as we can build
yi inside yi probably)

> Anyway, the build works, but it will probably fail if the current directory
> is changed; also, cmdErr doesn't get copied to the output buffer, and the
> output in any case needs to be written incrementally.  So I shall have a
> look into that.

Andrew Birkett did some work related to that (see subprocesses); Not much
needs to be done on top of what's there already I think.

Cheers,
JP.

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to