Issue 192 in yi-editor: Linewise yank 'Y' does not include the entire line.

2008-10-06 Thread codesite-noreply
Issue 192: Linewise yank 'Y' does not include the entire line. http://code.google.com/p/yi-editor/issues/detail?id=192 Comment #1 by coreyoconnor: The yank was defined as a region that should be extended to be Inclusive. The yank should be defined as a region that should be extended to be LineW

patch applied (yi): Resolves issue 192

2008-10-06 Thread Corey O'Connor
Tue Oct 7 01:50:15 EDT 2008 [EMAIL PROTECTED] * Resolves issue 192 M ./Yi/Keymap/Vim.hs -1 +1 View patch online: http://code.haskell.org/yi/_darcs/patches/20081007055015-f0a0d-fba7651009979aadb905f0e242ceee33e556e0e5.gz --~--~-~--~~~---~--~~ Yi develo

patch applied (yi): Updating documentation for genAtBoundaryB

2008-10-06 Thread Corey O'Connor
Tue Oct 7 00:56:55 EDT 2008 [EMAIL PROTECTED] * Updating documentation for genAtBoundaryB M ./Yi/Buffer/Normal.hs -4 +4 View patch online: http://code.haskell.org/yi/_darcs/patches/20081007045655-f0a0d-d6850371b511634e7c66061fc9ebeea1845698d7.gz --~--~-~--~~~

patch applied (yi): Moving RegionStyle and regionFromTo to Buffer.Normal

2008-10-06 Thread Corey O'Connor
Tue Oct 7 00:45:56 EDT 2008 [EMAIL PROTECTED] * Moving RegionStyle and regionFromTo to Buffer.Normal regionFromTo has been renamed mkRegionOfStyle. Moved RegionStyle to Buffer.Normal as RegionStyle conceptually resembles a type of text unit. Moved extendRegionToBoundaries and unitWiseRe

patch applied (yi): Adding test data for issue 192

2008-10-06 Thread Corey O'Connor
Tue Oct 7 00:00:19 EDT 2008 [EMAIL PROTECTED] * Adding test data for issue 192 A ./tests/data/issue_192/ A ./tests/data/issue_192/expected.txt A ./tests/data/issue_192/in.txt View patch online: http://code.haskell.org/yi/_darcs/patches/20081007040019-f0a0d-d1ab7f889fa865086eb

patch applied (yi): Adding comments about how shell code should be processed to Makefile test data.

2008-10-06 Thread Corey O'Connor
Mon Oct 6 17:53:01 EDT 2008 [EMAIL PROTECTED] * Adding comments about how shell code should be processed to Makefile test data. M ./tests/data/Makefile +4 View patch online: http://code.haskell.org/yi/_darcs/patches/20081006215301-f0a0d-861235578d68880ddffc7bc1a8603be50fe69096.gz -

Issue 160 in yi-editor: Makefile mode

2008-10-06 Thread codesite-noreply
Issue 160: Makefile mode http://code.google.com/p/yi-editor/issues/detail?id=160 Comment #1 by coreyoconnor: The Makefile mode sets the expandTabs property of the indent settings to False. Patch from Jeff Wheeler. Issue attribute updates: Status: Fixed -- You received this message b

Re: darcs patch: Always use tab character instead of spaces in Makefile

2008-10-06 Thread Corey O'Connor
Thanks Jeff! I think this resolves issue: http://code.google.com/p/yi-editor/issues/detail?id=160 -Corey On Mon, Oct 6, 2008 at 2:34 PM, Jeff Wheeler <[EMAIL PROTECTED]> wrote: > Mon Oct 6 16:33:06 CDT 2008 Jeff Wheeler <[EMAIL PROTECTED]> > * Always use tab character instead of spaces in Ma

patch applied (yi): Expanding the predicate used to detect Makefiles

2008-10-06 Thread Corey O'Connor
Mon Oct 6 22:44:15 EDT 2008 [EMAIL PROTECTED] * Expanding the predicate used to detect Makefiles M ./Yi/Modes.hs -1 +7 View patch online: http://code.haskell.org/yi/_darcs/patches/20081007024415-f0a0d-61180ad5b154673117bd547cb0477b432b8084f1.gz --~--~-~--~~~-

patch applied (yi): (Makefile lexer) simplified comment handling. Documentation.

2008-10-06 Thread Corey O'Connor
Mon Oct 6 17:52:12 EDT 2008 [EMAIL PROTECTED] * (Makefile lexer) simplified comment handling. Documentation. M ./Yi/Lexer/GNUMake.x -12 +14 View patch online: http://code.haskell.org/yi/_darcs/patches/20081006215212-f0a0d-27dfc0039889af34a740394025f07c0e478c8b68.gz --~--~-~-

patch applied (yi): Adding a Makefile to test the GNU Makefile lexer.

2008-10-06 Thread Corey O'Connor
Mon Oct 6 17:34:04 EDT 2008 [EMAIL PROTECTED] * Adding a Makefile to test the GNU Makefile lexer. A ./tests/data/Makefile View patch online: http://code.haskell.org/yi/_darcs/patches/20081006213404-f0a0d-4d101f8052e2ea0a4f7da473a49688079b3ae902.gz --~--~-~--~~---

patch applied (yi): Always use tab character instead of spaces in Makefile

2008-10-06 Thread Corey O'Connor
Mon Oct 6 17:33:06 EDT 2008 Jeff Wheeler <[EMAIL PROTECTED]> * Always use tab character instead of spaces in Makefile M ./Yi/Modes.hs -5 +9 View patch online: http://code.haskell.org/yi/_darcs/patches/20081006213306-9b1e4-29bb5ef54f6840c1a8eb8cf86f2456e8b37b8b5b.gz --~--~-~-

patch applied (yi): (Makefile Lexer) Adding support for continueing comments with a trailing slash.

2008-10-06 Thread Corey O'Connor
Mon Oct 6 17:23:16 EDT 2008 [EMAIL PROTECTED] * (Makefile Lexer) Adding support for continueing comments with a trailing slash. M ./Yi/Lexer/GNUMake.x -6 +30 View patch online: http://code.haskell.org/yi/_darcs/patches/20081006212316-f0a0d-b1063f8fd12fc04502b6cdb3974a452a3534923a.gz

patch applied (yi): Adding a basic Alex based Lexer that can be used as a template for new lexers.

2008-10-06 Thread Corey O'Connor
Mon Oct 6 14:05:37 EDT 2008 [EMAIL PROTECTED] * Adding a basic Alex based Lexer that can be used as a template for new lexers. A ./Yi/Lexer/BasicTemplate.x View patch online: http://code.haskell.org/yi/_darcs/patches/20081006180537-f0a0d-a61f6ba9458fb0037ea31f439ad4c19866d7219b.gz

Issue 193 in yi-editor: If the event is unrecognized insert mode is left but the UI still indicates it is active

2008-10-06 Thread codesite-noreply
Issue 193: If the event is unrecognized insert mode is left but the UI still indicates it is active http://code.google.com/p/yi-editor/issues/detail?id=193 New issue report by coreyoconnor: What steps will reproduce the problem? 1. Start yi using the vim keymap 2. Enter insert mode via 'i' 3. E

Issue 192 in yi-editor: Linewise yank 'Y' does not include the entire line.

2008-10-06 Thread codesite-noreply
Issue 192: Linewise yank 'Y' does not include the entire line. http://code.google.com/p/yi-editor/issues/detail?id=192 New issue report by coreyoconnor: What steps will reproduce the problem? 1. Start Yi using vim keymap 2. Insert the text: Line 0 Line 1: This is !! some text. 3. Exit insert mode

patch applied (yi): Start of a (GNU) Makefile lexer.

2008-10-06 Thread Corey O'Connor
Mon Oct 6 14:14:03 EDT 2008 [EMAIL PROTECTED] * Start of a (GNU) Makefile lexer. A ./Yi/Lexer/GNUMake.x M ./Yi/Main.hs +1 M ./Yi/Modes.hs -1 +11 M ./yi.cabal +2 View patch online: http://code.haskell.org/yi/_darcs/patches/20081006181403-f0a0d-abfc9ae29546130bd2e4f9363047d

Issue 190 in yi-editor: Vim keymap does not respond fast enough to using the escape key to exit to Command mode.

2008-10-06 Thread codesite-noreply
Issue 190: Vim keymap does not respond fast enough to using the escape key to exit to Command mode. http://code.google.com/p/yi-editor/issues/detail?id=190 New issue report by coreyoconnor: What steps will reproduce the problem? 1. Start yi using the Vim keymap. 2. Enter insert mode 3. Hit esca

Issue 161 in yi-editor: yi fails to print out the ~/.yi/yi.errors file when the users yi.hs file has compile errors.

2008-10-06 Thread codesite-noreply
Issue 161: yi fails to print out the ~/.yi/yi.errors file when the users yi.hs file has compile errors. http://code.google.com/p/yi-editor/issues/detail?id=161 Comment #4 by JeanPhilippe.bernardy: I should add that the problem does not manifest itself consistently. Don't mark as fixed unless yo

Issue 186 in yi-editor: yi installs but get stuck as soon as it starts (Debian unstable with cabal)

2008-10-06 Thread codesite-noreply
Issue 186: yi installs but get stuck as soon as it starts (Debian unstable with cabal) http://code.google.com/p/yi-editor/issues/detail?id=186 Comment #7 by JeanPhilippe.bernardy: (No comment was entered for this change.) Issue attribute updates: Status: Fixed -- You received this m

patch applied (yi): couple of random tiny fixes

2008-10-06 Thread Jean-Philippe Bernardy
Mon Oct 6 03:47:34 EDT 2008 [EMAIL PROTECTED] * couple of random tiny fixes M ./Yi/Keymap/Emacs/Utils.hs -2 +2 M ./Yi/Users/JP.hs -1 +1 View patch online: http://code.haskell.org/yi/_darcs/patches/20081006074734-9c550-a229f57900fc5ea72b6f8d0e03da5a89659efc05.gz --~--~-~-

Re: darcs patch: Add support for CTags and interface for emacs mode.

2008-10-06 Thread Nicolas Pouillard
Excerpts from Nicolas Pouillard's message of Mon Oct 06 13:24:28 +0200 2008: > Excerpts from Jean-Philippe Bernardy's message of Mon Oct 06 11:36:12 +0200 > 2008: > > > > On Mon, Oct 6, 2008 at 10:22 AM, Sasha Rush <[EMAIL PROTECTED]> wrote: > > > > > > yeah, I was very surprised there wasn't alr

Re: darcs patch: Add support for CTags and interface for emacs mode.

2008-10-06 Thread Nicolas Pouillard
Excerpts from Jean-Philippe Bernardy's message of Mon Oct 06 11:36:12 +0200 2008: > > On Mon, Oct 6, 2008 at 10:22 AM, Sasha Rush <[EMAIL PROTECTED]> wrote: > > > > yeah, I was very surprised there wasn't already a trie lib. They're > > pretty useful for stuff like this. > > You might want to re

Re: darcs patch: Add support for CTags and interface for emacs mode.

2008-10-06 Thread Jean-Philippe Bernardy
On Mon, Oct 6, 2008 at 10:22 AM, Sasha Rush <[EMAIL PROTECTED]> wrote: > > yeah, I was very surprised there wasn't already a trie lib. They're > pretty useful for stuff like this. You might want to release your code as an independent package... > Yi's really cool. I'll try to send some more patc

Re: darcs patch: Add support for CTags and interface for emacs mode.

2008-10-06 Thread Sasha Rush
yeah, I was very surprised there wasn't already a trie lib. They're pretty useful for stuff like this. Yi's really cool. I'll try to send some more patches if I get some time. The last really big thing I need is a port of "emacsclient," maybe I'll give that a shot. On Mon, Oct 6, 2008 at 12:30 A

patch applied (yi): tiny fixes over the Tags implementation

2008-10-06 Thread Jean-Philippe Bernardy
Mon Oct 6 03:46:19 EDT 2008 [EMAIL PROTECTED] * tiny fixes over the Tags implementation M ./Yi/Editor.hs -2 +2 M ./Yi/Keymap/Emacs/Utils.hs -4 +4 M ./Yi/Tag.hs -2 +2 View patch online: http://code.haskell.org/yi/_darcs/patches/20081006074619-9c550-b623f665894708714059321490b5

Re: darcs patch: Add support for CTags and interface for emacs mode.

2008-10-06 Thread Jean-Philippe Bernardy
Looks good! Thanks for the patch. It would be nice to use a separate Trie package, unfortunately I did not find any on hackage. Cheers, JP. On Mon, Oct 6, 2008 at 8:20 AM, <[EMAIL PROTECTED]> wrote: > Sun Oct 5 23:17:29 PDT 2008 [EMAIL PROTECTED] > * Add support for CTags and interface for e

patch applied (yi): Add support for CTags and interface for emacs mode.

2008-10-06 Thread Jean-Philippe Bernardy
Mon Oct 6 02:17:29 EDT 2008 [EMAIL PROTECTED] * Add support for CTags and interface for emacs mode. Not having M-. was killing me. Added TagTable as part of the global state, Emacs prompting for getting tags, and trie structure for reasonably fast hinting. I'll try add a vi interface to