Issue 260 in yi-editor: emacs M-x completes to commands that are not Yi.Keymap.Action

2009-03-31 Thread codesite-noreply
Comment #1 on issue 260 by juhpetersen: emacs M-x completes to commands that are not Yi.Keymap.Action http://code.google.com/p/yi-editor/issues/detail?id=260 (cabalBuildE cabalConfigureE work:) -- You received this message because you are listed in the owner or CC fields of this issue, or be

Issue 260 in yi-editor: emacs M-x completes to commands that are not Yi.Keymap.Action

2009-03-31 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 260 by juhpetersen: emacs M-x completes to commands that are not Yi.Keymap.Action http://code.google.com/p/yi-editor/issues/detail?id=260 What steps will reproduce the problem? 1. yi --as=emacs 2. M-x 3. Backward RET What i

Issue 259 in yi-editor: "yi -f pango" gives (Pattern match failure in do expression at Shim/ProjectContent.hs:95:2-6)

2009-03-31 Thread codesite-noreply
Comment #1 on issue 259 by juhpetersen: "yi -f pango" gives (Pattern match failure in do expression at Shim/ProjectContent.hs:95:2-6) http://code.google.com/p/yi-editor/issues/detail?id=259 maybe more version info: ghc-6.10.1 and gtk2hs-0.10.0 on Fedora 10. -- You received this message becaus

Issue 259 in yi-editor: "yi -f pango" gives (Pattern match failure in do expression at Shim/ProjectContent.hs:95:2-6)

2009-03-31 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 259 by juhpetersen: "yi -f pango" gives (Pattern match failure in do expression at Shim/ProjectContent.hs:95:2-6) http://code.google.com/p/yi-editor/issues/detail?id=259 What steps will reproduce the problem? 1. darcs pull 2

patch applied (yi): Wall police, and beautify left pane in Pango UI

2009-03-31 Thread Jeff Wheeler
Tue Mar 31 18:30:44 EDT 2009 Jeff Wheeler * Wall police, and beautify left pane in Pango UI Ignore-this: 67b809fa328449f3ca15c190f8a0d41 M ./Yi/UI/Pango.hs -23 +24 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.

Re: darcs patch: Added missing aliases in vim keymap

2009-03-31 Thread Jeff Wheeler
On Tue, 2009-03-31 at 23:09 +0200, Kjetil Ørbekk wrote: > * Added missing aliases in vim keymap > > - qall! > - qal! I just pushed this; thanks! I'll let somebody more familiar with Vim push the other patch. For future reference, if you make a mistake in a patch, reply with [OBSOLETE]

patch applied (yi): Added missing aliases in vim keymap

2009-03-31 Thread Jeff Wheeler
Tue Mar 31 17:07:05 EDT 2009 Kjetil [_\c3_][_\98_]rbekk * Added missing aliases in vim keymap Ignore-this: 6383207eff230dde0bdcd2c9be020b6a - qall! - qal! M ./Yi/Keymap/Vim.hs +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@google

patch applied (yi): JavaScript: Adding JS 1.8 style function body parsing.

2009-03-31 Thread Deniz Dogan
Tue Mar 31 15:46:47 EDT 2009 deniz.a.m.do...@gmail.com * JavaScript: Adding JS 1.8 style function body parsing. Ignore-this: 612bd3986b144fb010e93f0165d5e4e1 I also ditched the Failable class and all of its instances. It wasn't used and if we ever need something like that, it's trivi

Re: Issue 258 in yi-editor: make the buffer data structure store chars

2009-03-31 Thread Jean-Philippe Bernardy
On Tue, Mar 31, 2009 at 8:56 PM, wrote: > > > Comment #1 on issue 258 by nicolas.pouillard: make the buffer data > structure store chars > http://code.google.com/p/yi-editor/issues/detail?id=258 > > This could make some byte based commands (notably in Vim mode) hard to > implement, though > I'd

Issue 258 in yi-editor: make the buffer data structure store chars

2009-03-31 Thread codesite-noreply
Comment #1 on issue 258 by nicolas.pouillard: make the buffer data structure store chars http://code.google.com/p/yi-editor/issues/detail?id=258 This could make some byte based commands (notably in Vim mode) hard to implement, though -- You received this message because you are listed in th

Re: darcs patch: Added 'go' command to Vim keymap

2009-03-31 Thread orb...@pvv.ntnu.no
On Mar 31, 8:35 pm, Kjetil Ørbekk wrote: > Tue Mar 31 20:16:04 CEST 2009  Kjetil Ørbekk >   * Added 'go' command to Vim keymap Ignore this. I made an error and I will upload a working version. Sorry about that. --~--~-~--~~~---~--~~ Yi development mailing list y

patch applied (yi): Syntax/Haskell.hs: The experimental mode now parses Module, imports and simple types

2009-03-31 Thread Anders Karlsson
Tue Mar 31 10:51:51 EDT 2009 ande...@student.chalmers.se * Syntax/Haskell.hs: The experimental mode now parses Module, imports and simple types Ignore-this: be78924d2026058bc6ff1eba7ae2caa5 M ./Yi/Syntax/Haskell.hs -146 +287 --~--~-~--~~~---~--~~ Yi deve

patch applied (yi): Haskell.x: Made the haskell lexer a bit more precise

2009-03-31 Thread Anders Karlsson
Tue Mar 31 10:48:00 EDT 2009 ande...@student.chalmers.se * Haskell.x: Made the haskell lexer a bit more precise Ignore-this: be281c222c3caca9f97128314f65c465 M ./Yi/Lexer/Haskell.x -4 +8 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegro

Issue 258 in yi-editor: make the buffer data structure store chars

2009-03-31 Thread codesite-noreply
Status: Accepted Owner: JeanPhilippe.bernardy Labels: Type-Cleanup-Refactor Priority-Medium New issue 258 by JeanPhilippe.bernardy: make the buffer data structure store chars http://code.google.com/p/yi-editor/issues/detail?id=258 This will force the decoding/encoding to happen upon save/load

patch applied (yi): Remove deprecated Gtk UI and fix Projects and Modules tabs in Pango UI

2009-03-31 Thread Jeff Wheeler
Mon Mar 30 19:25:12 EDT 2009 Jeff Wheeler * Remove deprecated Gtk UI and fix Projects and Modules tabs in Pango UI Ignore-this: ffbe5c84ca95b712f6bd993f8e350e2 I apologize for putting both these somewhat changes patches in the same patch, but I did them at the same time which made it d

Issue 257 in yi-editor: make pointDrive a window-dependent attribute

2009-03-31 Thread codesite-noreply
Status: Accepted Owner: JeanPhilippe.bernardy Labels: Type-Defect Priority-Medium New issue 257 by JeanPhilippe.bernardy: make pointDrive a window-dependent attribute http://code.google.com/p/yi-editor/issues/detail?id=257 search the mailing list archives for pointDrive for details. -- You re

patch applied (yi): added Ctrl-^ Command to vim keymap which jumps to last used buffer

2009-03-31 Thread Jean-Philippe Bernardy
Mon Mar 30 17:58:12 EDT 2009 steffen.sier...@gmail.com * added Ctrl-^ Command to vim keymap which jumps to last used buffer Ignore-this: 4f7c8b8753c2310ab8583a9073692597 M ./Yi/Keymap/Vim.hs +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@go

patch applied (yi): added list of last accessed buffers to Window + alternateBufferE and adjusted switchToBufferWithNameE to switch to last used buffer instead of next one in buffer list

2009-03-31 Thread Jean-Philippe Bernardy
Mon Mar 30 17:56:59 EDT 2009 steffen.sier...@gmail.com * added list of last accessed buffers to Window + alternateBufferE and adjusted switchToBufferWithNameE to switch to last used buffer instead of next one in buffer list Ignore-this: 4f80b53d292ca30fd279862b97b72f2b M ./Yi/Editor.hs

Re: darcs patch: added list of last accessed buffers to W... (and 1 more)

2009-03-31 Thread Jean-Philippe Bernardy
These were in the spam filter. I've added you to the mailing list administrators, so you can fix the issue yourself if it happens again. Cheers, JP. On Mon, Mar 30, 2009 at 11:59 PM, wrote: > Mon Mar 30 23:56:59 CEST 2009  steffen.sier...@gmail.com >  * added list of last accessed buffers to W

Issue 86 in yi-editor: Pango-based UI status

2009-03-31 Thread codesite-noreply
Updates: Summary: Pango-based UI status Labels: -Type-Enhancement Type-Task Component-UI-Pango Comment #8 on issue 86 by JeanPhilippe.bernardy: Pango-based UI status http://code.google.com/p/yi-editor/issues/detail?id=86 Pango now replaces Gtk (textview) as the default graphical

Issue 69 in yi-editor: Unable to paste X selection

2009-03-31 Thread codesite-noreply
Updates: Labels: -Component-UI-Gtk Component-UI-Pango Comment #5 on issue 69 by JeanPhilippe.bernardy: Unable to paste X selection http://code.google.com/p/yi-editor/issues/detail?id=69 (No comment was entered for this change.) -- You received this message because you are listed in the

Issue 178 in yi-editor: control-f and control-b scroll do not work in the GTK frontend

2009-03-31 Thread codesite-noreply
Updates: Labels: -Component-UI-Gtk Component-UI-Pango Comment #1 on issue 178 by JeanPhilippe.bernardy: control-f and control-b scroll do not work in the GTK frontend http://code.google.com/p/yi-editor/issues/detail?id=178 (No comment was entered for this change.) -- You received this

patch applied (yi): change openScratchBuffer so it does not open anything if any file is open

2009-03-31 Thread Jean-Philippe Bernardy
Tue Mar 31 03:43:17 EDT 2009 jeanphilippe.berna...@gmail.com * change openScratchBuffer so it does not open anything if any file is open M ./Yi/Config/Default.hs -3 +7 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups

Issue 2 in yi-editor: command line label size in not bounded by window size

2009-03-31 Thread codesite-noreply
Updates: Labels: -Component-UI-Gtk Component-UI-Pango Comment #4 on issue 2 by JeanPhilippe.bernardy: command line label size in not bounded by window size http://code.google.com/p/yi-editor/issues/detail?id=2 (No comment was entered for this change.) -- You received this message beca

Issue 168 in yi-editor: Mouse click in buffer does not move point after first time

2009-03-31 Thread codesite-noreply
Updates: Status: WontFix Comment #7 on issue 168 by JeanPhilippe.bernardy: Mouse click in buffer does not move point after first time http://code.google.com/p/yi-editor/issues/detail?id=168 (No comment was entered for this change.) -- You received this message because you are listed i

Issue 214 in yi-editor: Editor becomes sluggish after extended usage (vty)

2009-03-31 Thread codesite-noreply
Updates: Status: Fixed Comment #10 on issue 214 by JeanPhilippe.bernardy: Editor becomes sluggish after extended usage (vty) http://code.google.com/p/yi-editor/issues/detail?id=214 (No comment was entered for this change.) -- You received this message because you are listed in the own

Issue 185 in yi-editor: Tabs not supported in GTK or other non-Vty UIs

2009-03-31 Thread codesite-noreply
Updates: Labels: -Component-UI-Gtk Component-UI-Cocoa Comment #1 on issue 185 by JeanPhilippe.bernardy: Tabs not supported in GTK or other non-Vty UIs http://code.google.com/p/yi-editor/issues/detail?id=185 (No comment was entered for this change.) -- You received this message because

Issue 221 in yi-editor: gtk frontend don't show file contents after loading file

2009-03-31 Thread codesite-noreply
Updates: Status: WontFix Comment #2 on issue 221 by JeanPhilippe.bernardy: gtk frontend don't show file contents after loading file http://code.google.com/p/yi-editor/issues/detail?id=221 (No comment was entered for this change.) -- You received this message because you are listed in

Issue 196 in yi-editor: Switching to a different buffer does not display it in gtk frontend

2009-03-31 Thread codesite-noreply
Updates: Status: WontFix Comment #3 on issue 196 by JeanPhilippe.bernardy: Switching to a different buffer does not display it in gtk frontend http://code.google.com/p/yi-editor/issues/detail?id=196 (No comment was entered for this change.) -- You received this message because you are

Issue 125 in yi-editor: cant input chinese using XIM

2009-03-31 Thread codesite-noreply
Updates: Labels: -Component-UI-Gtk Component-UI-Pango Comment #2 on issue 125 by JeanPhilippe.bernardy: cant input chinese using XIM http://code.google.com/p/yi-editor/issues/detail?id=125 (No comment was entered for this change.) -- You received this message because you are listed in

Re: darcs patch: Remove deprecated Gtk UI and fix Projects and Modules ...

2009-03-31 Thread Jean-Philippe Bernardy
I think nobody will weep over Gtk UI, so, well done :) Thanks, JP. On Tue, Mar 31, 2009 at 6:29 AM, Jeff Wheeler wrote: > Mon Mar 30 18:25:12 CDT 2009  Jeff Wheeler >  * Remove deprecated Gtk UI and fix Projects and Modules tabs in Pango UI > >  I apologize for putting both these somewhat chan

Re: minor deletions wrongly added to the kill ring

2009-03-31 Thread Jean-Philippe Bernardy
This is issue 212. It seems that I'm the only one to like this. (Still it's consistent, so Haskellers should like it :p) It's easily fixed though: in the binding for backspace and C-d, add a dummy insert of the empty string. If you submit such a patch to the default emacs keymap, I'll apply it.

Issue 212 in yi-editor: Emacs bindings modify killring for all pure deletion operations

2009-03-31 Thread codesite-noreply
Comment #4 on issue 212 by JeanPhilippe.bernardy: Emacs bindings modify killring for all pure deletion operations http://code.google.com/p/yi-editor/issues/detail?id=212 Also, I like to delete a word then append a few chars to the killring by merely using backspace. -- You received this mes

patch applied (yi): Paren.hs: Fixed some minor warnings.

2009-03-31 Thread Anders Karlsson
Tue Mar 31 02:58:05 EDT 2009 ande...@student.chalmers.se * Paren.hs: Fixed some minor warnings. Ignore-this: ba1987c824c10fff790357f38c6e0c6b M ./Yi/Syntax/Paren.hs -1 +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://g