patch applied (yi): Minor changes in tab styles

2008-12-05 Thread Jeff Wheeler
Fri Dec 5 22:19:49 EST 2008 Jeff Wheeler <[EMAIL PROTECTED]> * Minor changes in tab styles Following the updates to a few of the color handling features, these stopped working quite like Vim. I readjusted them to look like Vim, again. M ./Yi/Style/Library.hs -2 +2 --~--~-~-

patch applied (yi): Vim: add CTRL-{V,Q} in insert mode, to insert raw characters.

2008-12-05 Thread Nicolas Pouillard
Fri Dec 5 21:34:10 EST 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: add CTRL-{V,Q} in insert mode, to insert raw characters. Ignore-this: cda9de736335500696a9b33db4e5e9b2 M ./Yi/Keymap/Vim.hs -1 +26 --~--~-~--~~~---~--~~ Yi development mailing list

patch applied (yi): Buffer: deleteIndentOfLine

2008-12-05 Thread Nicolas Pouillard
Fri Dec 5 21:31:49 EST 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Buffer: deleteIndentOfLine Ignore-this: 61ebed9bd00e32c5fe3a858494e91572 M ./Yi/Buffer/Indent.hs -1 +3 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://

Re: patch applied (yi): Vim: add "0 CTRL-D", to kill indentation in insert mode.

2008-12-05 Thread Jeff Wheeler
This causes Vim.hs to no longer compile for me, as deleteIndentOfLine is undefined. I'm not sure the intended meaning, so I can't fix this. --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~

patch applied (yi): Vim: add "0 CTRL-D", to kill indentation in insert mode.

2008-12-05 Thread Nicolas Pouillard
Fri Dec 5 19:43:00 EST 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: add "0 CTRL-D", to kill indentation in insert mode. Ignore-this: 8521308f6ca4ac02f51f30b62b1e53f3 M ./Yi/Keymap/Vim.hs -1 +12 --~--~-~--~~~---~--~~ Yi development mailing list yi-de

patch applied (yi): Vim: add CTRL-{E,Y} in insert mode.

2008-12-05 Thread Nicolas Pouillard
Fri Dec 5 19:50:26 EST 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: add CTRL-{E,Y} in insert mode. Ignore-this: ff974b8d8630da80c47b78dc3823eec9 M ./Yi/Keymap/Vim.hs +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http

patch applied (yi): Vim: add support for CTRL-J, CTRL-M, CTRL-I and CTRL-[.

2008-12-05 Thread Nicolas Pouillard
Fri Dec 5 19:12:23 EST 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: add support for CTRL-J, CTRL-M, CTRL-I and CTRL-[. Ignore-this: 1ff05bb5302cd8562a4d4194d4a09528 M ./Yi/Keymap/Vim.hs -2 +8 --~--~-~--~~~---~--~~ Yi development mailing list yi-deve

patch applied (yi): Vim: basic support for adding/substracting CTRL-{A,X}

2008-12-05 Thread Nicolas Pouillard
Fri Dec 5 19:10:15 EST 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: basic support for adding/substracting CTRL-{A,X} Ignore-this: 354f9a9a8f52f51ee42da5eeaa4aa705 M ./Yi/Keymap/Vim.hs -1 +12 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel

patch applied (yi): deprecate hacks

2008-12-05 Thread Jean-Philippe Bernardy
Fri Dec 5 17:14:19 EST 2008 [EMAIL PROTECTED] * deprecate hacks M ./Yi/Buffer/Misc.hs +3 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~~--~--~-

Re: patch applied (yi): take advantage of the Traversable class for markLines

2008-12-05 Thread Jean-Philippe Bernardy
On Fri, Dec 5, 2008 at 11:01 PM, Jean-Philippe Bernardy <[EMAIL PROTECTED]> wrote: > > Fri Dec 5 17:00:12 EST 2008 [EMAIL PROTECTED] > * take advantage of the Traversable class for markLines > >M ./Yi/Buffer/HighLevel.hs -3 +3 >M ./Yi/Buffer/Misc.hs -9 +3 > I did not actually test this

patch applied (yi): use data-accessor more directly

2008-12-05 Thread Jean-Philippe Bernardy
Fri Dec 5 16:56:03 EST 2008 [EMAIL PROTECTED] * use data-accessor more directly M ./Yi/Accessor.hs -7 +3 M ./Yi/Buffer/Misc.hs -1 +1 M ./Yi/Core.hs -4 +4 M ./Yi/Editor.hs -1 +1 --~--~-~--~~~---~--~~ You received this message because you are sub

patch applied (yi): take advantage of the Traversable class for markLines

2008-12-05 Thread Jean-Philippe Bernardy
Fri Dec 5 17:00:12 EST 2008 [EMAIL PROTECTED] * take advantage of the Traversable class for markLines M ./Yi/Buffer/HighLevel.hs -3 +3 M ./Yi/Buffer/Misc.hs -9 +3 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups

patch applied (yi): Yi.IReader: enumerate imports

2008-12-05 Thread Jean-Philippe Bernardy
Fri Dec 5 15:43:14 EST 2008 [EMAIL PROTECTED] * Yi.IReader: enumerate imports Ignore-this: 880f4849ee13314db9bb849c35092d93 M ./Yi/IReader.hs -8 +8 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group

patch applied (yi): Yi.IReader: convert to bytestring

2008-12-05 Thread Jean-Philippe Bernardy
Fri Dec 5 16:25:23 EST 2008 [EMAIL PROTECTED] * Yi.IReader: convert to bytestring Ignore-this: ab92a8c32d6ae461c8953c90138f0527 Because of 'read' and 'show' (and the concomitant packing and unpack), this probably doesn't gain much speed or space. But it gets us strict file I/O without

patch applied (yi): transition towards the data-accessor package

2008-12-05 Thread Jean-Philippe Bernardy
Fri Dec 5 16:28:26 EST 2008 [EMAIL PROTECTED] * transition towards the data-accessor package M ./Yi/Accessor.hs -36 +15 M ./Yi/Buffer/Misc.hs -16 +16 M ./Yi/Core.hs -2 +2 M ./Yi/Dynamic.hs -1 +1 M ./Yi/Editor.hs -17 +17 M ./Yi/History.hs -7 +7 M ./Yi/WindowSet.hs -

darcs patch: Yi.IReader: enumerate imports (and 1 more)

2008-12-05 Thread gwern0
Fri Dec 5 15:43:14 EST 2008 [EMAIL PROTECTED] * Yi.IReader: enumerate imports Fri Dec 5 16:25:23 EST 2008 [EMAIL PROTECTED] * Yi.IReader: convert to bytestring Because of 'read' and 'show' (and the concomitant packing and unpack), this probably doesn't gain much speed or space. But it

Re: [Vim] forcing RegionStyle

2008-12-05 Thread nicolas . pouillard
Excerpts from Gwern Branwen's message of Fri Dec 05 21:05:13 +0100 2008: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On Fri, Dec 5, 2008 at 1:43 PM, nicolas. pouillard wrote: > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.9 (GNU/Linux) > > iEYEAREKAAYFAkk5iXsACgkQvpDo5Pfl1

Re: [Vim] forcing RegionStyle

2008-12-05 Thread Gwern Branwen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Fri, Dec 5, 2008 at 1:43 PM, nicolas. pouillard wrote: -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iEYEAREKAAYFAkk5iXsACgkQvpDo5Pfl1oKZVgCePHveixVWeS7dJ/PpRUou54R+ 6xIAn0UclRWUtc/QMMzXNEspfexkEvVD =r1tv -END PGP SIGNATUR

patch applied (yi): Force-operation chaining (eg. dVvvVvvVvj)

2008-12-05 Thread Nicolas Pouillard
Fri Dec 5 12:21:28 EST 2008 Krzysztof Goj <[EMAIL PROTECTED]> * Force-operation chaining (eg. dVvvVvvVvj) M ./Yi/Keymap/Vim.hs -5 +5 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~-

Re: [Vim] forcing RegionStyle

2008-12-05 Thread nicolas . pouillard
Excerpts from Krzysztof Goj's message of Fri Dec 05 18:24:01 +0100 2008: > Hi, Hi, > What's it all about? > :help motion.txt > /FORCING Cool, it works great! Do you have in mind a case where it's useful to turn a character-wise motion into a line-wise motion? I mean a case where there is shorte

patch applied (yi): Vim: use const instead of \_->

2008-12-05 Thread Nicolas Pouillard
Fri Dec 5 13:30:23 EST 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: use const instead of \_-> Ignore-this: 963f359f4dfdd490cae6823c13d05b44 M ./Yi/Keymap/Vim.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http:/

patch applied (yi): forcing RegionStyle

2008-12-05 Thread Nicolas Pouillard
Fri Dec 5 11:44:40 EST 2008 Krzysztof Goj <[EMAIL PROTECTED]> * forcing RegionStyle M ./Yi/Keymap/Vim.hs -4 +13 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~

Issue 187 in yi-editor: Double-length unicode characters can mess the display

2008-12-05 Thread codesite-noreply
Updates: Status: Accepted Owner: coreyoconnor Comment #12 on issue 187 by coreyoconnor: Double-length unicode characters can mess the display http://code.google.com/p/yi-editor/issues/detail?id=187 That is a separate issue. The vty library probably does not have the correct m

[Vim] forcing RegionStyle

2008-12-05 Thread Krzysztof Goj
Hi, What's it all about? :help motion.txt /FORCING Patch attached. Cheers, -- Krzysiek --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~~--~--~--- Fri D

Issue 187 in yi-editor: Double-length unicode characters can mess the display

2008-12-05 Thread codesite-noreply
Comment #11 on issue 187 by andreas.farre: Double-length unicode characters can mess the display http://code.google.com/p/yi-editor/issues/detail?id=187 I've seen other problems with a unicode terminal, but slightly different. I use vty-3.1.6, yi-0.5.2 and urxvt v9.05. The problem I have is

Issue 182 in yi-editor: Quitting in Vty doesn't collapse window

2008-12-05 Thread codesite-noreply
Updates: Status: Fixed Comment #6 on issue 182 by coreyoconnor: Quitting in Vty doesn't collapse window http://code.google.com/p/yi-editor/issues/detail?id=182 haha Well, I'm not sure it's obvious at all vty has a wiki. Ah well. Tiny steps no? Anyways... I've looked into apply smcup

patch applied (yi): Vim: better handling of extra spaces when using minibuffer (:e...)

2008-12-05 Thread Nicolas Pouillard
Fri Dec 5 05:45:07 EST 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: better handling of extra spaces when using minibuffer (:e...) Ignore-this: c2421a4ce3f3c0fa948a1d4028e2927e M ./Yi/Keymap/Vim.hs -13 +14 --~--~-~--~~~---~--~~ Yi development mailing

patch applied (yi): Optimize going to begin of line.

2008-12-05 Thread Nicolas Pouillard
Fri Dec 5 04:47:27 EST 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Optimize going to begin of line. Ignore-this: e9edc3fb2ede3cdac0a096d9367423ac M ./Yi/Buffer/Normal.hs +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http

patch applied (yi): Vim: don't leftOnEol in the minibuffer.

2008-12-05 Thread Nicolas Pouillard
Fri Dec 5 05:12:52 EST 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: don't leftOnEol in the minibuffer. Ignore-this: 25d2a1737e7f75e6d0d41f19a0df4a36 M ./Yi/Keymap/Vim.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.c

patch applied (yi): Vim: add :nohlsearch,:noh to reset the current search.

2008-12-05 Thread Nicolas Pouillard
Fri Dec 5 04:39:30 EST 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: add :nohlsearch,:noh to reset the current search. Ignore-this: 77fc9e61e12a04cba2a6523dcc35395d M ./Yi/Keymap/Vim.hs -1 +3 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel

patch applied (yi): Yi.Search: add resetRegexE.

2008-12-05 Thread Nicolas Pouillard
Fri Dec 5 04:38:55 EST 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Yi.Search: add resetRegexE. Ignore-this: d324123e57013fc9ded8b11a84d85c7b M ./Yi/Search.hs +5 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.go

patch applied (yi): Vim: more leftOnEol fixes.

2008-12-05 Thread Nicolas Pouillard
Fri Dec 5 04:25:13 EST 2008 Nicolas Pouillard <[EMAIL PROTECTED]> * Vim: more leftOnEol fixes. Ignore-this: 8195b31b4126d05722f0f197591acb45 M ./Yi/Keymap/Vim.hs -13 +18 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://g

patch applied (yi): Fixes 'c$' and 'C' in normal mode

2008-12-05 Thread Nicolas Pouillard
Thu Dec 4 20:06:49 EST 2008 Krzysztof Goj <[EMAIL PROTECTED]> * Fixes 'c$' and 'C' in normal mode M ./Yi/Keymap/Vim.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~--