> Ok, so with the attached screen shot does this mean it's working properly?
> It still says (not loaded)[image: screenshot_20170814_204754.png]
This is not doing what it should. If it had loaded correctly, then all
data constructors, type constructors, bound variables, and user-defined
names would have their own respective colors.
There's a few things to check.
1. What happens if you do M-x idris-repl in a directory without a .ipkg
file in itself nor in any parent directory? (this is the simplest case
to start it up)
2. What if you enter a hello world file and load that with C-c C-l, also
without a .ipkg file?
3. What are the contents of the *idris-events* buffer if you do M-x
idris-quit followed by C-c C-l in your source buffer?
4. Do you have the buffers *idris-process* and *idris-connection* after
attempting to load the file?
Also, I'm excited by what your source file implies :-)
/David