On Mon, Mar 16, 2009 at 3:11 AM, Stanisław Pitucha <virap...@gmail.com> wrote:
>
> On 15 Mar, 21:32, Jean-Philippe Bernardy
> <jeanphilippe.berna...@gmail.com> wrote:
>> We try to achieve this here:http://code.haskell.org/yi/doc/blog/
>> What do you think should come next? If there are improvements to be
>> made, suggestions are welcome.
>
> What I would really want to see is a short explanation of things that
> you really need in order to do useful stuff in your config:
> - differences between all versions of withEditor and withBuffer and a

Is there more than one version of withEditor?
This sort of answers should go in the haddock comments btw...

(Another reason to get haddock up and running)

> short description of stuff like dynA

this should also go in haddock

> - list of available buffer / editor actions... even without an
> explanation for now - just a list that's available in one place, would
> be good

This would be solved by indexing the sources with hoogle, then search by type.

> - some example for extending specific mode in vim - I see how to add a
> new key handler in general, but I'm not sure if it's possible to
> create it for one mode only (visual for example) - another prototype?

You can start by reading my post about prototypes. There is no option
to override
the visual mode atm though, only these:

    template self = ModeMap { v_top_level = def_top_level
                            , v_ins_char  = def_ins_char
                            , v_opts      = def_opts }

> - how / where to place parts of the new/custom syntax files? (this
> could do with a proper tutorial)

I guess this sort of stuff should go on a wiki page?

We have lexers in
  Yi.Lexer.*


> and similar, basic stuff...
>
> http://code.haskell.org/yi/doc/blog/ has some interesting parts - it's
> strange that it's not referenced on http://haskell.org/haskellwiki/Yi
> :)

By all means, please edit the wiki with the relevant info.

Thanks,
JP.

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

Reply via email to