Re: Yawn...

2008-12-03 Thread Jean-Philippe Bernardy
On Wed, Dec 3, 2008 at 7:36 PM, Corey O'Connor <[EMAIL PROTECTED]> wrote: > Doh! Yes, you are right. It really does need to be a runtime and > mode-dependent option. Though, I think there is a scheme partially in > place that does this. A mode can specify a modeKeymap which is buffer > local. The

Re: Yawn...

2008-12-03 Thread Corey O'Connor
On Wed, Dec 3, 2008 at 3:39 AM, Krzysiek Goj <[EMAIL PROTECTED]> wrote: > I haven't seen your keymap before. If I have, I wouldn't post this > enter_autoindent > patch. I agree that this patch is probably forcing it's behaviour too > much. No worries; I hadn't realized that was enabled by "autoin

Re: Yawn...

2008-12-03 Thread nicolas . pouillard
Excerpts from Krzysztof Goj's message of Wed Dec 03 16:59:44 +0100 2008: > Hi! [...] > Wed Dec 3 16:55:12 CET 2008 Krzysztof Goj <[EMAIL PROTECTED]> > * Comments fix > - Esc leaves visual mode -- dropping comment > - Explain and extend a FIXME for S and C Thanks! Applied! > [Unneeded pa

Re: Yawn...

2008-12-03 Thread Krzysztof Goj
Hi! > Here is some reviews. > Thanks! It's great help in learning Haskell :) > Unneeded parens (3x) > Trailing white-spaces Corrected in attached patch. > Look at "darcs replace" it would have made the patch clearer. > Cool, I didn't know about it. >> - ,(char 'D', withEditor . c

Re: Yawn...

2008-12-03 Thread nicolas . pouillard
Excerpts from Krzysztof Goj's message of Wed Dec 03 04:31:37 +0100 2008: > 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 Thanks! Applied. > - eol_normal_mode -- Fixes normal mode to w

Re: Yawn...

2008-12-03 Thread Krzysiek Goj
On Dec 3, 9:45 am, "Corey O'Connor" <[EMAIL PROTECTED]> wrote: > Per the autoindent patch: > In vim autoindent is an option so I'm reluctant to enforce the > behavior with the standard Yi vim keymap. The vim keymap is set up to > be extended such that this can be made an option already. See > exte

Re: Yawn...

2008-12-03 Thread Corey O'Connor
Per the autoindent patch: In vim autoindent is an option so I'm reluctant to enforce the behavior with the standard Yi vim keymap. The vim keymap is set up to be extended such that this can be made an option already. See extendedVimKeymap in Yi/Users/Corey.hs for an example of how the vim keymap c

Re: Yawn...

2008-12-03 Thread Jean-Philippe Bernardy
On Wed, Dec 3, 2008 at 4:31 AM, Krzysztof Goj <[EMAIL PROTECTED]> wrote: > 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

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