Issue 137 in yi-editor: M-x can't input any command

2008-06-24 Thread codesite-noreply
Issue 137: M-x can't input any command http://code.google.com/p/yi-editor/issues/detail?id=137 Comment #1 by lchangying: sorry, how to delete this issure ? there are some mistakes in this issue message. -- You received this message because you are listed in the owner or CC fields of this iss

Issue 137 in yi-editor: M-x can't input any command

2008-06-24 Thread codesite-noreply
Issue 137: M-x can't input any command http://code.google.com/p/yi-editor/issues/detail?id=137 New issue report by lchangying: What steps will reproduce the problem? 1. alt-x 2. press tab, no command appears. 3. input 'goto-line', get : error: "interactive" (line 1, column 6): unexpected "l" expe

patch applied (yi): Cleanup of HConf command line options handling.

2008-06-24 Thread Corey O'Connor
Tue Jun 24 23:56:05 EDT 2008 [EMAIL PROTECTED] * Cleanup of HConf command line options handling. M ./HConf.hs -8 +34 M ./Yi.hs -4 +1 M ./Yi/Main.hs -5 +10 View patch online: http://code.haskell.org/yi/_darcs/patches/20080625035605-f0a0d-e32cdb7639ae85570498f1ece1d872df512703e9

patch applied (yi): Notifies the user that a recompile of custom Yi is occurring.

2008-06-24 Thread Corey O'Connor
Tue Jun 24 13:21:02 EDT 2008 [EMAIL PROTECTED] * Notifies the user that a recompile of custom Yi is occurring. M ./HConf.hs +3 View patch online: http://code.haskell.org/yi/_darcs/patches/20080624172102-f0a0d-645bf8a7e40f7cf39c6888508dd8e34088cd2d30.gz --~--~-~--~~---

patch applied (yi): Vim: yet another refactoring of cut/yank functions.

2008-06-24 Thread Nicolas Pouillard
Tue Jun 24 19:04:09 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: yet another refactoring of cut/yank functions. M ./Yi/Keymap/Vim.hs -26 +30 View patch online: http://code.haskell.org/yi/_darcs/patches/20080624230409-eb2e9-4dbbceacc9f5615197bcd25f9eb6fff8707665e2.gz --~--~--

patch applied (yi): Vim: add support unit cutting (d{a,i}{w,W,p} commands).

2008-06-24 Thread Nicolas Pouillard
Tue Jun 24 19:05:14 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: add support unit cutting (d{a,i}{w,W,p} commands). M ./Yi/Keymap/Vim.hs -1 +32 View patch online: http://code.haskell.org/yi/_darcs/patches/20080624230514-eb2e9-a53630e8b1fec428add9211eb33456006b3232ac.gz --~--

patch applied (yi): Vim: refactor the 'D' command.

2008-06-24 Thread Nicolas Pouillard
Tue Jun 24 12:04:42 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: refactor the 'D' command. M ./Yi/Keymap/Vim.hs -1 +1 View patch online: http://code.haskell.org/yi/_darcs/patches/20080624160442-eb2e9-cca8ba58a514617bbf51f06d36866d7b0f6bcda4.gz --~--~-~--~~---

Re: patch applied (yi): Fixing command line option that can be used to rebuild custom Yi (Issue 135)

2008-06-24 Thread Corey O'Connor
One issue with this patch: I changed the semantics of "--recompile-force" to mean: Recompile custom yi then continue. However, given how the HConf options are handled this doesn't have the expected effect: yi --recompile-force xmonad.hs No recompile occurs in that case. -Corey On Tue, Jun 24, 2

Issue 126 in yi-editor: cant input characters by console

2008-06-24 Thread codesite-noreply
Issue 126: cant input characters by console http://code.google.com/p/yi-editor/issues/detail?id=126 Comment #4 by coreyoconnor: Looks like a bug in the Vty library. I filed an issue here: http://trac.haskell.org/vty/ticket/5 Issue attribute updates: Owner: coreyoconnor -- You received

Re: patch applied (yi): Fixing command line option that can be used to rebuild custom Yi (Issue 135)

2008-06-24 Thread Corey O'Connor
On Tue, Jun 24, 2008 at 8:06 AM, Jean-Philippe Bernardy <[EMAIL PROTECTED]> wrote: > > I don't see why the previous code did not recompile... Do you have an > explanation? Huh. Well, now that I test the version of yi before this patch "--recompile-force" seams to work fine. I'm not exactly sure w

Issue 126 in yi-editor: cant input characters by console

2008-06-24 Thread codesite-noreply
Issue 126: cant input characters by console http://code.google.com/p/yi-editor/issues/detail?id=126 Comment #3 by lchangying: still can not input unicode characters. I'm using urxvt and vty front end or sshed by putty and vty front. -- You received this message because you are listed in the

Re: cleaning up Shim/Hsinfo.hs

2008-06-24 Thread Gwern Branwen
On 2008.06.24 00:02:08 +0200, Jean-Philippe Bernardy <[EMAIL PROTECTED]> scribbled 1.0K characters: > > Looks good; would you file an issue? > -- JP I think that's a bit overkill, but it's there at . -- gwern Alouette NAVCM NATIA UNSCOM C

Issue 136 in yi-editor: Clean up duplicate code Shim/Hsinfo.hs

2008-06-24 Thread codesite-noreply
Issue 136: Clean up duplicate code Shim/Hsinfo.hs http://code.google.com/p/yi-editor/issues/detail?id=136 New issue report by gwern0: Currently the Shim/Hsinfo.hs module includes logic to call and parse the output of "ghc --print-libdir", since it is necessary to know the GHC directory in order t

Re: patch applied (yi): Fixing command line option that can be used to rebuild custom Yi (Issue 135)

2008-06-24 Thread Jean-Philippe Bernardy
I don't see why the previous code did not recompile... Do you have an explanation? I'm trying to clean it up further. -- JP On Tue, Jun 24, 2008 at 7:33 AM, Corey O'Connor <[EMAIL PROTECTED]> wrote: > > Tue Jun 24 01:29:18 EDT 2008 [EMAIL PROTECTED] > * Fixing command line option that can be u

Issue 133 in yi-editor: fix Yi.Keymap.Users.JP

2008-06-24 Thread codesite-noreply
Issue 133: fix Yi.Keymap.Users.JP http://code.google.com/p/yi-editor/issues/detail?id=133 Comment #3 by JeanPhilippe.bernardy: So all needs to be done is to fix Yi.Keymap.Users.JP... Thanks! Issue attribute updates: Summary: fix Yi.Keymap.Users.JP Status: Accepted Owner:

Issue 133 in yi-editor: compile error

2008-06-24 Thread codesite-noreply
Issue 133: compile error http://code.google.com/p/yi-editor/issues/detail?id=133 Comment #2 by nicolas.pouillard: I've fixed Ertai's keymap, and commented out from yi.cabal JP's keymap. -- You received this message because you are listed in the owner or CC fields of this issue, or because you

patch applied (yi): temporarly disable Yi/Keymap/Users/JP from cabal since it's not up to date.

2008-06-24 Thread Nicolas Pouillard
Tue Jun 24 05:53:13 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * temporarly disable Yi/Keymap/Users/JP from cabal since it's not up to date. M ./yi.cabal -1 +1 View patch online: http://code.haskell.org/yi/_darcs/patches/20080624095313-eb2e9-53b188c45d19f8f5038e55fcdc498f37ca094a0

patch applied (yi): users/ertai: fix the keymap.

2008-06-24 Thread Nicolas Pouillard
Tue Jun 24 05:22:34 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * users/ertai: fix the keymap. M ./Yi/Keymap/Users/Ertai.hs -2 +3 View patch online: http://code.haskell.org/yi/_darcs/patches/20080624092234-eb2e9-85f6dba5f60f627f80a487e81fb5aebee3d19a62.gz --~--~-~--~~-

patch applied (yi): Vim: fix and simplify 'x' and 'X' (should cut instead of delete).

2008-06-24 Thread Nicolas Pouillard
Tue Jun 24 05:15:17 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: fix and simplify 'x' and 'X' (should cut instead of delete). M ./Yi/Keymap/Vim.hs -11 +2 View patch online: http://code.haskell.org/yi/_darcs/patches/20080624091517-eb2e9-a5d5b021706c1875064541999188de77a95537dc

patch applied (yi): Vim: swap args of cut/yank functions.

2008-06-24 Thread Nicolas Pouillard
Tue Jun 24 05:11:30 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: swap args of cut/yank functions. M ./Yi/Keymap/Vim.hs -15 +13 View patch online: http://code.haskell.org/yi/_darcs/patches/20080624091130-eb2e9-157c6a303c2fb8e7801644934febb6d9cc3fdf77.gz --~--~-~--~---

patch applied (yi): Vim: add WORD commands (W, B, E, gE).

2008-06-24 Thread Nicolas Pouillard
Tue Jun 24 03:48:10 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: add WORD commands (W, B, E, gE). M ./Yi/Buffer/Normal.hs +3 M ./Yi/Keymap/Vim.hs -4 +11 View patch online: http://code.haskell.org/yi/_darcs/patches/20080624074810-eb2e9-ba1fb291b97a2ecada9a344e98348acdd5605