Yawn...

2008-12-02 Thread Krzysztof Goj
I've done some work on Yi this night. It's divided in 3 'darc sends': - minor_tweaks -- lacking key bindings; One nice patch per feature; just commit it - eol_normal_mode -- Fixes normal mode to work more like Vim's. The only obvious problem with this one big patch is that it fixes several thi

Re: ctrl+d, ctrl+t in insert mode

2008-12-02 Thread Jeff Wheeler
On Dec 2, 6:13 pm, Jeff Wheeler <[EMAIL PROTECTED]> wrote: > I'm trying to learn how to apply patches now that I'm able, so I'd > appreciate if nobody committed this. I'm trying to do it myself, and > want to make sure nobody does it before I figure out how. :) There, I got it committed. --~--~--

patch applied (yi): Ctrl-t and Ctrl-d in insert mode (indentation)

2008-12-02 Thread Jeff Wheeler
Tue Dec 2 17:37:51 EST 2008 Krzysztof Goj <[EMAIL PROTECTED]> * Ctrl-t and Ctrl-d in insert mode (indentation) M ./Yi/Keymap/Vim.hs +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~---

Re: ctrl+d, ctrl+t in insert mode

2008-12-02 Thread Jeff Wheeler
I'm trying to learn how to apply patches now that I'm able, so I'd appreciate if nobody committed this. I'm trying to do it myself, and want to make sure nobody does it before I figure out how. :) --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegrou

Re: Yi 0.5.2 uploaded to Hackage

2008-12-02 Thread Jeff Wheeler
On Dec 2, 2008, at 4:47 PM, Александър Л. Димитров wrote: > Thus spoke Jean-Philippe Bernardy: >> >>> The current logo is okay for now, but (and this is very >>> subjective) I >>> don't feel that an "oriental" feels makes much sense for Yi. > > Well, but it isn't a problem either, is it? I mi

Re: Yi 0.5.2 uploaded to Hackage

2008-12-02 Thread Александър Л . Димитров
Thus spoke Jean-Philippe Bernardy: > > On Tue, Dec 2, 2008 at 5:16 AM, Jeff Wheeler <[EMAIL PROTECTED]> wrote: > > > > On Dec 1, 5:57 pm, "Gwern Branwen" <[EMAIL PROTECTED]> wrote: > > > >> :( I disagree on both points - I actually like the current logo (it > >> has an elegant, oriental sort of fe

[Vim] ctrl+d, ctrl+t in insert mode

2008-12-02 Thread Krzysztof Goj
Easy one :-) -- Krzysiek --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~~--~--~--- Tue Dec 2 23:37:51 CET 2008 Krzysztof Goj <[EMAIL PROTECTED]> * C

Re: [Vim keymap] Percent move

2008-12-02 Thread nicolas . pouillard
Excerpts from Krzysztof Goj's message of Tue Dec 02 17:57:57 +0100 2008: > Hi! > I improved percent move in Vim keymap -- now it's inclusive, and works as > expected if there is no paren in cursor (very helpful for deleting function > calls and array lookups in C). BTW I've applied your patch. Th

patch applied (yi): Better percent move.

2008-12-02 Thread Nicolas Pouillard
Tue Dec 2 11:21:05 EST 2008 Krzysztof Goj <[EMAIL PROTECTED]> * Better percent move. M ./Yi/Keymap/Vim.hs -9 +25 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~

Re: [Vim keymap] Percent move

2008-12-02 Thread nicolas . pouillard
Excerpts from Krzysztof Goj's message of Tue Dec 02 17:57:57 +0100 2008: > Hi! > I improved percent move in Vim keymap -- now it's inclusive, and works as > expected if there is no paren in cursor (very helpful for deleting function > calls and array lookups in C). > > Cavetas: it should somehow

Re: Issue 202 -- indentation and vim commands

2008-12-02 Thread nicolas . pouillard
Excerpts from Krzysztof Goj's message of Tue Dec 02 19:44:04 +0100 2008: > Hi! > I fixed issue 202, it seems it was an easy one. > Darcs patch in attatchment. Thanks! Applied. -- Nicolas Pouillard aka Ertai --~--~-~--~~~---~--~~ Yi development mailing list yi-de

patch applied (yi): Issue 202: indentation and Vim commands

2008-12-02 Thread Nicolas Pouillard
Tue Dec 2 13:34:46 EST 2008 Krzysztof Goj <[EMAIL PROTECTED]> * Issue 202: indentation and Vim commands Added indentation-awareness to cutRegion, pasteBefore and pasteAfter. M ./Yi/Keymap/Vim.hs -1 +4 --~--~-~--~~~---~--~~ Yi development mailing list yi-

Re: Issue 202 -- indentation and vim commands

2008-12-02 Thread Jean-Philippe Bernardy
On Tue, Dec 2, 2008 at 7:44 PM, Krzysztof Goj <[EMAIL PROTECTED]> wrote: > Hi! > I fixed issue 202, it seems it was an easy one. > Darcs patch in attachment. > > BTW: Is it ok to do "darcs send -o patch" and post it here like this one? Yep, as long as you attach it to the mail. (Inline is very in

Issue 202 in yi-editor: 'x' doesn't work exactly as [del] in insert mode

2008-12-02 Thread codesite-noreply
Comment #3 on issue 202 by Krzysztof.Goj: 'x' doesn't work exactly as [del] in insert mode http://code.google.com/p/yi-editor/issues/detail?id=202 Patch posted here fixes it: http://groups.google.com/group/yi-devel/browse_thread/thread/ff6fc20f64bb0f9c -- You received this message because yo

Issue 202 -- indentation and vim commands

2008-12-02 Thread Krzysztof Goj
Hi! I fixed issue 202, it seems it was an easy one. Darcs patch in attatchment. BTW: Is it ok to do "darcs send -o patch" and post it here like this one? Just sending makes my darcs complain about sendmail. Cheers, -- Krzysiek --~--~-~--~~~---~--~~ Yi development

patch applied (yi): Fixed isMakefile: takeBaseName should be takeFileName. Otherwise makefile's named like foo.mk would not be recognized.

2008-12-02 Thread Corey O'Connor
Mon Dec 1 14:36:57 EST 2008 [EMAIL PROTECTED] * Fixed isMakefile: takeBaseName should be takeFileName. Otherwise makefile's named like foo.mk would not be recognized. M ./Yi/Modes.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googleg

[Vim keymap] Percent move

2008-12-02 Thread Krzysztof Goj
Hi! I improved percent move in Vim keymap -- now it's inclusive, and works as expected if there is no paren in cursor (very helpful for deleting function calls and array lookups in C). Cavetas: it should somehow raport failure (instead of just staying in place) if match not found (findmatchlimit j

patch applied (yi): replace all: more helpful message

2008-12-02 Thread Jean-Philippe Bernardy
Tue Dec 2 09:57:16 EST 2008 [EMAIL PROTECTED] * replace all: more helpful message M ./Yi/Search.hs -5 +5 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~

patch applied (yi): fix build

2008-12-02 Thread Jean-Philippe Bernardy
Tue Dec 2 09:57:05 EST 2008 [EMAIL PROTECTED] * fix build M ./Shim/CabalInfo.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~~--~--~---

Compile error.

2008-12-02 Thread Krzysztof Goj
After I managed to update my GHC to 6.10.1 (I couldn't compile yi with old one after the base-4 patch) I still get compile error: Shim/CabalInfo.hs:24:19: Ambiguous type variable `e' in the constraint: `CE.Exception e' arising from a use of `CE.try' at Shim/CabalInfo.hs:24:19-46

patch applied (yi): Better word and WORD motions for Vim keymap.

2008-12-02 Thread Nicolas Pouillard
Tue Dec 2 08:28:13 EST 2008 Krzysztof Goj <[EMAIL PROTECTED]> * Better word and WORD motions for Vim keymap. M ./Yi/Buffer/Normal.hs -15 +19 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

Re: Better word and WORD in vi keymap

2008-12-02 Thread nicolas . pouillard
Excerpts from Jean-Philippe Bernardy's message of Mon Dec 01 16:41:34 +0100 2008: > > On Mon, Dec 1, 2008 at 4:34 PM, Krzysztof Goj <[EMAIL PROTECTED]> wrote: > > Hi! > > I've started playing around with Yi and I'm truly impressed! > > The code is beautiful and hackable, keep up the great work!

patch applied (yi): doc

2008-12-02 Thread Jean-Philippe Bernardy
Tue Dec 2 03:24:07 EST 2008 [EMAIL PROTECTED] * doc M ./doc/blog/03-HaskellSymposium.text -1 +1 M ./doc/haskell08/slides.tex +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--

patch applied (yi): Yi/Users/Gwern.hs: +shorter binding for gotoLn

2008-12-02 Thread Jean-Philippe Bernardy
Mon Dec 1 18:33:19 EST 2008 [EMAIL PROTECTED] * Yi/Users/Gwern.hs: +shorter binding for gotoLn Ignore-this: 5defc56344c3e1c61bd602d192e06af3 I find the default Emacs binding of M-g g tedious; why not just M-g? M ./Yi/Users/Gwern.hs -1 +2 --~--~-~--~~~---~-

Re: Yi 0.5.2 uploaded to Hackage

2008-12-02 Thread Jean-Philippe Bernardy
On Tue, Dec 2, 2008 at 12:29 AM, Jeff Wheeler <[EMAIL PROTECTED]> wrote: > > On Dec 1, 2008, at 4:54 AM, Jean-Philippe Bernardy wrote: > >> I just uploaded Yi 0.5.2 to Hackage. > > Yay! This is good. :) > >> Plans now include: dropping ghc 6.8 support and move on to using >> base 4; >> Change the

Re: Yi 0.5.2 uploaded to Hackage

2008-12-02 Thread Jean-Philippe Bernardy
On Tue, Dec 2, 2008 at 5:16 AM, Jeff Wheeler <[EMAIL PROTECTED]> wrote: > > On Dec 1, 5:57 pm, "Gwern Branwen" <[EMAIL PROTECTED]> wrote: > >> :( I disagree on both points - I actually like the current logo (it >> has an elegant, oriental sort of feel). And I don't think setting up a >> 'real' web