patch applied (yi): cairo: "real-time" selection

2008-04-24 Thread Jean-Philippe Bernardy
Thu Apr 24 17:32:28 EDT 2008 [EMAIL PROTECTED] * cairo: "real-time" selection M ./Yi/UI/Cairo.hs -16 +45 View patch online: http://code.haskell.org/yi/_darcs/patches/20080424213228-9c550-0d647a61e5c673b48325945f63fa381686e92cc9.gz --~--~-~--~~~---~--~~

patch applied (yi): cairo: show selection

2008-04-24 Thread Jean-Philippe Bernardy
Wed Apr 23 15:15:24 EDT 2008 [EMAIL PROTECTED] * cairo: show selection M ./Yi/Buffer/Region.hs +14 M ./Yi/UI/Cairo.hs -8 +16 View patch online: http://code.haskell.org/yi/_darcs/patches/20080423191524-9c550-2e6e929dc14c79db18f5621ac986099f5c84c6c1.gz --~--~-~--~~-

patch applied (yi): fix setRegE: don't accumulate

2008-04-24 Thread Jean-Philippe Bernardy
Thu Apr 24 17:32:05 EDT 2008 [EMAIL PROTECTED] * fix setRegE: don't accumulate M ./Yi/Editor.hs -1 +1 View patch online: http://code.haskell.org/yi/_darcs/patches/20080424213205-9c550-5eca5c0f6cbf2706241cfad20c8d2134d9700867.gz --~--~-~--~~~---~--~~ Yi

patch applied (yi): Wall police

2008-04-24 Thread Jean-Philippe Bernardy
Wed Apr 23 15:23:51 EDT 2008 [EMAIL PROTECTED] * Wall police M ./Yi/Buffer.hs -5 +4 M ./Yi/Mode/Haskell.hs -1 M ./Yi/Prelude.hs +3 View patch online: http://code.haskell.org/yi/_darcs/patches/20080423192351-9c550-40820099068e3cdab888a9a1577e36767e7c60f7.gz --~--~-~--~

patch applied (yi): cairo: fix click index retrieval

2008-04-24 Thread Jean-Philippe Bernardy
Wed Apr 23 14:42:57 EDT 2008 [EMAIL PROTECTED] * cairo: fix click index retrieval M ./Yi/UI/Cairo.hs -1 +2 View patch online: http://code.haskell.org/yi/_darcs/patches/20080423184257-9c550-955bfb85063f3a8e790c660a50664f8a511a651a.gz --~--~-~--~~~---~--~---

patch applied (yi): Support for loading files with ~ for home directory

2008-04-24 Thread Jean-Philippe Bernardy
Thu Apr 24 11:14:55 EDT 2008 [EMAIL PROTECTED] * Support for loading files with ~ for home directory A ./System/ A ./System/FriendlyPath.hs M ./Yi/Dired.hs -1 +4 M ./Yi/Keymap/Emacs/Utils.hs -38 +16 M ./Yi/MiniBuffer.hs -1 +1 View patch online: http://code.haskell.org/

Issue 117 in yi-editor: iswitch

2008-04-24 Thread codesite-noreply
Issue 117: iswitch http://code.google.com/p/yi-editor/issues/detail?id=117 Comment #1 by allan.clark: (No comment was entered for this change.) Issue attribute updates: Status: Fixed -- You received this message because you are listed in the owner or CC fields of this issue, or becaus

patch applied (yi): small refactorings of minibuffer-related stuff

2008-04-24 Thread Jean-Philippe Bernardy
Thu Apr 24 08:02:35 EDT 2008 [EMAIL PROTECTED] * small refactorings of minibuffer-related stuff M ./Yi/Buffer.hs +9 M ./Yi/History.hs -9 +1 M ./Yi/Keymap/Emacs/Utils.hs -3 +3 M ./Yi/Keymap/Vim.hs -1 +2 M ./Yi/MiniBuffer.hs -5 +8 View patch online: http://code.haskell.o

patch applied (yi): Fix for issue number 117 (switch using substring of buffer name)

2008-04-24 Thread Allan Clark
Thu Apr 24 08:40:26 EDT 2008 [EMAIL PROTECTED] * Fix for issue number 117 (switch using substring of buffer name) I've generalised "Yi.Editor.switchToBufferWithNameE" to accept a predicate over buffer names and will switch to the first buffer which satisfies this predicate. To retain p

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

2008-04-24 Thread codesite-noreply
Issue 118: search replace does not show what to replace http://code.google.com/p/yi-editor/issues/detail?id=118 New issue report by JeanPhilippe.bernardy: What steps will reproduce the problem? 1. Do search replace that spans over more than one screen What is the expected output? What do you see

Issue 117 in yi-editor: iswitch

2008-04-24 Thread codesite-noreply
Issue 117: iswitch http://code.google.com/p/yi-editor/issues/detail?id=117 New issue report by JeanPhilippe.bernardy: Allow to switch to other buffers by typing any substring of the desired buffer name. Issue attributes: Status: Accepted Owner: JeanPhilippe.bernardy Labe

Issue 112 in yi-editor: isearch: wrap search

2008-04-24 Thread codesite-noreply
Issue 112: isearch: wrap search http://code.google.com/p/yi-editor/issues/detail?id=112 Comment #1 by JeanPhilippe.bernardy: (No comment was entered for this change.) Issue attribute updates: Status: Fixed -- You received this message because you are listed in the owner or CC fields o

patch applied (yi): isearch: wrapping search

2008-04-24 Thread Jean-Philippe Bernardy
Thu Apr 24 05:42:11 EDT 2008 [EMAIL PROTECTED] * isearch: wrapping search M ./Yi/Search.hs -1 +8 View patch online: http://code.haskell.org/yi/_darcs/patches/20080424094211-9c550-d65f5fbd0eaeb92a1d86f7b13ba646fb7b69be95.gz --~--~-~--~~~---~--~~ Yi deve

Issue 111 in yi-editor: isearch: search string disappears when re-searching

2008-04-24 Thread codesite-noreply
Issue 111: isearch: search string disappears when re-searching http://code.google.com/p/yi-editor/issues/detail?id=111 Comment #1 by JeanPhilippe.bernardy: (No comment was entered for this change.) Issue attribute updates: Status: Fixed -- You received this message because you are lis

patch applied (yi): support for S- modifier in Emacs/Keys;

2008-04-24 Thread Jean-Philippe Bernardy
Thu Apr 24 05:15:25 EDT 2008 [EMAIL PROTECTED] * support for S- modifier in Emacs/Keys; add binding for S-TAB (not sure it works at all) M ./Yi/Keymap/Emacs.hs +1 M ./Yi/Keymap/Emacs/Keys.hs -3 +9 View patch online: http://code.haskell.org/yi/_darcs/patches/20080424091525-9c55

patch applied (yi): generalize history infrastructure

2008-04-24 Thread Jean-Philippe Bernardy
Thu Apr 24 03:47:30 EDT 2008 [EMAIL PROTECTED] * generalize history infrastructure M ./Yi/History.hs -18 +44 View patch online: http://code.haskell.org/yi/_darcs/patches/20080424074730-9c550-18b56eafbe4d29b36d965d26d3fcddcc2b9bfa28.gz --~--~-~--~~~---~--~-

patch applied (yi): Add Promptable class for minibuffer

2008-04-24 Thread Jean-Philippe Bernardy
Thu Apr 24 04:56:14 EDT 2008 [EMAIL PROTECTED] * Add Promptable class for minibuffer M ./Yi/MiniBuffer.hs -4 +15 View patch online: http://code.haskell.org/yi/_darcs/patches/20080424085614-9c550-88621184c7f90d408b696c9dac0d5d69a4c8772a.gz --~--~-~--~~~---~

patch applied (yi): isearch: "search again" implemented

2008-04-24 Thread Jean-Philippe Bernardy
Thu Apr 24 04:45:25 EDT 2008 [EMAIL PROTECTED] * isearch: "search again" implemented M ./Yi/History.hs -3 +10 M ./Yi/Search.hs -4 +22 View patch online: http://code.haskell.org/yi/_darcs/patches/20080424084525-9c550-a21b82f7252a3161c4b7332b61306a1997cf7f2e.gz --~--~-~--~-

Issue 114 in yi-editor: Promptable class for minibuffer.

2008-04-24 Thread codesite-noreply
Issue 114: Promptable class for minibuffer. http://code.google.com/p/yi-editor/issues/detail?id=114 Comment #1 by JeanPhilippe.bernardy: (No comment was entered for this change.) Issue attribute updates: Status: Fixed -- You received this message because you are listed in the owner or

Issue 97 in yi-editor: Shim/VIsual Haskell integration

2008-04-24 Thread codesite-noreply
Issue 97: Shim/VIsual Haskell integration http://code.google.com/p/yi-editor/issues/detail?id=97 Comment #3 by JeanPhilippe.bernardy: Krasimir Angelov (who maintains VH) is helping (a lot) us with this; yay to him ;) Issue attribute updates: Status: Started -- You received this messa

Issue 91 in yi-editor: Ill-formatted emacs keybindings render Yi unusable

2008-04-24 Thread codesite-noreply
Issue 91: Ill-formatted emacs keybindings render Yi unusable http://code.google.com/p/yi-editor/issues/detail?id=91 Comment #4 by JeanPhilippe.bernardy: Some kind of error message is being printed now. -- You received this message because you are listed in the owner or CC fields of this issue

Re: Compiling yi

2008-04-24 Thread Jean-Philippe Bernardy
> Right, you'll need the default Cabal that ships with 6.8.2. Use: > >ghc --make -package Cabal-1.2.3.0 Setup.hs > > then > >./setup configure ..etc.. > > instead of > >runhaskell Setup.hs > Actually, I would encourage you to try the darcs repo version, for which you dont need thi