I checked out a fresh copy of the repo and did the following:

cabal configure --user -fhacking
cabal build
./dist/build/yi/yi test

"test" did not exist and Yi *segfaulted*!

I tried running just ./dist/build/yi/yi and it started up just fine,
but then I tried opening the README file and I got: error: yi:
Prelude.chr: bad argument. Once I got this error while opening a
non-existing file called "test.js" from the command line: "error: �:
openFile: does not exist (No such file or directory)" (that's some
obscure Unicode symbol).

Any ideas on what's going on? It seems to me like there's some Unicode
issues somewhere. I have a hunch it's related to 6.10.2 or something.
It's crucial that I find out what's wrong as soon as possible! This is
my ~/.yi/yi.hs:

import Yi

main :: IO ()
main = yi defaultEmacsConfig

Thanks
Deniz

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to