On Wed, Nov 3, 2010 at 3:40 PM, Thomas wrote:
> One question in particular. I defined some function. How can I get
> access to that, so that I can do "M-x myFunction"? I found some hint
> from 2008 that I should look into the Yi.Yi module... but couldn't
> find a Yi.Yi module. I guess that hi
Hi,
We have some example configs in
http://code.haskell.org/yi/src/Yi/Users/ I have an example of how to
bind a key (C-c n) to a function in my
config(http://code.haskell.org/yi/src/Yi/Users/Anders.hs). I hope this
helps with some of the problems :)
cheers,
Anders
On Wed, Nov 3, 2010 at 2:40 PM
Hi,
I would like to start using Yi. I found this tutorial on the web.
http://www.nobugs.org/developer/yi/example-helloworld.html
As I understand the tutorial is outdated and quite a few things have
changed since then. Is there something more up to date on the web
somewhere?
One question in pa