Re: Issue 337 in yi-editor: C-p and C-n don't do hippy completion in vim mode

2011-03-16 Thread Issac Trotts
OK, I almost have the fix: ijt@curry:~/repos/yi$ gd diff --git a/src/Yi/Keymap/Vim.hs b/src/Yi/Keymap/Vim.hs index 8720ff9..a6f1c2c 100644 --- a/src/Yi/Keymap/Vim.hs +++ b/src/Yi/Keymap/Vim.hs @@ -1745,7 +1745,10 @@ validMarkIdentifier = fmap f $ oneOfchar "<>^'`" <|> charOf i --

Re: Issue 329 in yi-editor: Working directory does not follow dired

2011-03-16 Thread Issac Trotts
This is fixed in my fork. On Mar 12, 1:47 pm, yi-edi...@googlecode.com wrote: > Updates: >         Owner: DexterPu > > Comment #1 on issue 329 by dexte...@gmail.com: Working directory does not   > follow diredhttp://code.google.com/p/yi-editor/issues/detail?id=329 > > (No comment was entered for t

Re: Starting a minimalist fork at https://github.com/ijt/yi

2011-03-16 Thread Issac Trotts
On Mar 15, 9:16 pm, Jeff Wheeler wrote: > On Tue, Mar 15, 2011 at 11:12 PM, Issac wrote: > > Maybe the packages should be split like this: > > > yi-lib > > yi-vty > > yi-gtk > > yi-windows           <- if the gtk version doesn't cover Windows > > yi-cocoa > > yi-contrib > > We should avoid brea

Re: Starting a minimalist fork at https://github.com/ijt/yi

2011-03-15 Thread Issac Trotts
l, I'm with you all the way. Definitely want to go this way. > Thanks for working on Yi. Sure, it's a fun project. Glad to be involved. Issac > > -Jeff > > (Sorry for top-posting . . .) > > > > > > > > > > On Tue, Mar 15, 2011 at 7:55 PM, Issac Tro

Starting a minimalist fork at https://github.com/ijt/yi

2011-03-15 Thread Issac Trotts
Hi all, I really like the idea of yi, and the execution seems good overall. The down side for me as a Haskell beginner is that both the code and the build setup are more complex than I can handle at this point. It has already taken me in the neighborhood of 15 hours for a recent attempt to install