examples/yi.hs

2008-07-05 Thread Bastian Webster
I downloaded the darcs version of yi, installed all the required prereqs, and successfully built and installed yi. I copied examples/ yi.hs to ~/.yi/yi.hs. When I start yi, I get: yi.hs:9:7: Could not find module 'Yi.Keymap.Keys': it is hidden (in package yi-0.4) Is there something th

patch applied (yi): Fix UI.Vty display of mini window. Likely should be fixed elsewhere.

2008-07-05 Thread Corey O'Connor
Sat Jul 5 14:26:05 EDT 2008 [EMAIL PROTECTED] * Fix UI.Vty display of mini window. Likely should be fixed elsewhere. M ./Yi/UI/Vty.hs -4 +9 View patch online: http://code.haskell.org/yi/_darcs/patches/20080705182605-f0a0d-0e497acba625d3769164652ba013f0d936dcf728.gz --~--~-~-

patch applied (yi): Fixing compile error: Duplicate SHow (a -> b) instances

2008-07-05 Thread Corey O'Connor
Sat Jul 5 14:13:18 EDT 2008 [EMAIL PROTECTED] * Fixing compile error: Duplicate SHow (a -> b) instances M ./tests/TestSuite.hs -2 +3 View patch online: http://code.haskell.org/yi/_darcs/patches/20080705181318-f0a0d-5b94ceec6192da58174b70ddd4f22e2d1da18062.gz --~--~-~--~~

patch applied (yi): Adds missing modules to yi library.

2008-07-05 Thread Corey O'Connor
Fri Jul 4 18:07:04 EDT 2008 [EMAIL PROTECTED] * Adds missing modules to yi library. M ./yi.cabal +3 View patch online: http://code.haskell.org/yi/_darcs/patches/20080704220704-f0a0d-cf0daf73914d5e2c3d264c3ec8cb8d3dca0c1c30.gz --~--~-~--~~~---~--~~ Yi

Re: patch applied (yi): Vim: supports fill operators, namely gq and gw (gwap to fill a paragraph).

2008-07-05 Thread Jean-Philippe Bernardy
Neat! Finally the code between backends is significantly shared. :) On Sat, Jul 5, 2008 at 2:31 PM, Nicolas Pouillard <[EMAIL PROTECTED]> wrote: > > Sat Jul 5 08:25:58 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]> > * Vim: supports fill operators, namely gq and gw (gwap to fill a paragraph).

patch applied (yi): Vim: supports fill operators, namely gq and gw (gwap to fill a paragraph).

2008-07-05 Thread Nicolas Pouillard
Sat Jul 5 08:25:58 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: supports fill operators, namely gq and gw (gwap to fill a paragraph). M ./Yi/Keymap/Vim.hs +3 View patch online: http://code.haskell.org/yi/_darcs/patches/20080705122558-eb2e9-9fa00442bd14a3ed2a17541b609bf46c607

Issue 118 in yi-editor: search replace does not show what to replace

2008-07-05 Thread codesite-noreply
Issue 118: search replace does not show what to replace http://code.google.com/p/yi-editor/issues/detail?id=118 Comment #2 by JeanPhilippe.bernardy: (No comment was entered for this change.) Issue attribute updates: Status: Fixed -- You received this message because you are listed in

patch applied (yi): cleanup some mark-related stuff

2008-07-05 Thread Jean-Philippe Bernardy
Sat Jul 5 07:45:09 EDT 2008 [EMAIL PROTECTED] * cleanup some mark-related stuff M ./Yi/Buffer.hs -15 +9 M ./Yi/Buffer/Basic.hs -1 +1 M ./Yi/Buffer/HighLevel.hs -8 +6 M ./Yi/Buffer/Implementation.hs -50 +29 View patch online: http://code.haskell.org/yi/_darcs/patches/20080

patch applied (yi): fix issue 118

2008-07-05 Thread Jean-Philippe Bernardy
Sat Jul 5 07:51:15 EDT 2008 [EMAIL PROTECTED] * fix issue 118 M ./Yi/UI/Vty.hs -1 +1 View patch online: http://code.haskell.org/yi/_darcs/patches/20080705115115-9c550-b564a81cfb99a36b0171f8fe847066adbb2dcf7a.gz --~--~-~--~~~---~--~~ Yi development mai

patch applied (yi): Wall police

2008-07-05 Thread Jean-Philippe Bernardy
Sat Jul 5 07:46:10 EDT 2008 [EMAIL PROTECTED] * Wall police M ./Yi/Dired.hs +1 M ./Yi/Editor.hs -4 +2 M ./Yi/Eval.hs -2 +2 M ./Yi/Keymap.hs -1 M ./Yi/UI/Common.hs -4 View patch online: http://code.haskell.org/yi/_darcs/patches/20080705114610-9c550-558cf51f9c1b39652f94

Issue 142 in yi-editor: Cannot have multiple windows of the same buffer with different insert positions for each window.

2008-07-05 Thread codesite-noreply
Issue 142: Cannot have multiple windows of the same buffer with different insert positions for each window. http://code.google.com/p/yi-editor/issues/detail?id=142 Comment #9 by JeanPhilippe.bernardy: I simplified the patch a little and applied it. There were also unrelated changes in the patch

patch applied (yi): Allow multiple windows on same buffer with different insertion marks.

2008-07-05 Thread Jean-Philippe Bernardy
Sat Jul 5 07:03:13 EDT 2008 [EMAIL PROTECTED] * Allow multiple windows on same buffer with different insertion marks. This is heavily based on Corey's work. See issue 142 for details. M ./Yi/Buffer.hs -8 +32 M ./Yi/Buffer/HighLevel.hs -4 +14 M ./Yi/Buffer/Implementation.hs -14