VTY moved to github.com

2011-03-16 Thread Corey O'Connor
Howdy all, A number of people noted that the VTY trac homepage has been hacked. And I also suddenly lost access to the VTY darcs repo. For these reasons I have moved VTY to github.com: https://github.com/coreyoconnor/vty I will be migrating issues from the VTY trac (http://trac.haskell.org/vty/re

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

2011-03-16 Thread yi-editor
Comment #5 on issue 329 by jeffwheeler: Working directory does not follow dired http://code.google.com/p/yi-editor/issues/detail?id=329 I'd be okay with this, but you maybe should put it in yi-contrib. (And hey, you could lead the way on moving other stuff there too.) (Sorry for the dupli

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

2011-03-16 Thread yi-editor
Comment #4 on issue 329 by jeffwheeler: Working directory does not follow dired http://code.google.com/p/yi-editor/issues/detail?id=329 I'd be fine with that, but you maybe out to put it in yi-contrib. (That might lead the way to moving other stuff there as well . . .) -- Yi development m

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

2011-03-16 Thread yi-editor
Comment #3 on issue 329 by issac.vi...@gmail.com: Working directory does not follow dired http://code.google.com/p/yi-editor/issues/detail?id=329 Vim changes the directory if you have autochdir enabled. Anyway, to avoid confusion, I may just make a new version of Vim.hs called Vym.hs that has

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

2011-03-16 Thread yi-editor
Comment #2 on issue 329 by jeffwheeler: Working directory does not follow dired http://code.google.com/p/yi-editor/issues/detail?id=329 I'm hesitant here. Vim doesn't do this, and we use dired mode for both. Vim only changes dir with :cd, afaik. -- Yi development mailing list yi-devel@goo

[yi-editor/yi] cdd3b7: Remove --force-recompile option since it is not su...

2011-03-16 Thread noreply
Branch: refs/heads/master Home: https://github.com/yi-editor/yi Commit: cdd3b7ef07a64d714022aae95e241498aa60e97f https://github.com/yi-editor/yi/commit/cdd3b7ef07a64d714022aae95e241498aa60e97f Author: Issac Trotts Date: 2011-03-16 (Wed, 16 Mar 2011) Changed paths: M Makefile Log Mess

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-16 Thread Issac
On Mar 15, 10:02 pm, Jeff Wheeler wrote: > On Tue, Mar 15, 2011 at 11:57 PM, Issac wrote: > > main :: Config -> Maybe Editor -> IO () > > main cfg state = do > >         args <- getArgs > > #ifdef TESTING > >         when ("--self-check" `elem` args) > >              TestSuite.main > > #endif >