2009/5/19 Nicolas Pouillard <[email protected]>: > > Excerpts from Jean-Philippe Bernardy's message of Tue May 19 20:10:43 +0200 > 2009: >> >> This sounds like a good plan. As for the vim keymap bug, I can't >> figure out what happens just yet, as pg-down works well in emacs >> keymap... > > No, page-down is also broken for emacs. > > -- > Nicolas Pouillard >
I made a tool to help automate this kind of test: darcs get http://community.haskell.org/~cmcq/ttyshot/ Tell me if you find it useful! $ seq 10 > 10.txt $ ttyshot -s 6x80 `which yi` --as=emacs 10.txt ^V ^X^C 1 2 3 4 -- 10.txt L1 C0 0% fundamental 0 And after pulling JP's fix: $ ttyshot -s 6x80 `which yi` --as=emacs 10.txt ^V ^X^C 3 4 5 6 -- 10.txt L3 C0 20% fundamental 4 --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
