Issue 250 in yi-editor: Cursor movement sometimes fails in vim keymap

2009-03-17 Thread codesite-noreply
Updates: Status: Fixed Comment #10 on issue 250 by JeanPhilippe.bernardy: Cursor movement sometimes fails in vim keymap http://code.google.com/p/yi-editor/issues/detail?id=250 (No comment was entered for this change.) -- You received this message because you are listed in the owner or

Re: Issue 250 in yi-editor: Cursor movement sometimes fails in vim keymap

2009-03-17 Thread Kevin Ballard
Actually that fix doesn't work, because that's only called if the point isn't in the window already. I think it will simply have to be unilaterally called in scrollAndRenderWindow. On Tue, Mar 17, 2009 at 10:05 AM, Kevin Ballard wrote: > I think the problem is pointDrive is only reset to True if

Re: Issue 250 in yi-editor: Cursor movement sometimes fails in vim keymap

2009-03-17 Thread Kevin Ballard
I think the problem is pointDrive is only reset to True if scrollAndRenderWindow has to move the point back inside the window. pointDrive should probably be set back to True every time scrollAndRenderWindow is called. I'm testing a patch right now that adds `putA pointDriveA True' to moveWindowTosS

Issue 250 in yi-editor: Cursor movement sometimes fails in vim keymap

2009-03-17 Thread codesite-noreply
Comment #9 on issue 250 by m.niloc: Cursor movement sometimes fails in vim keymap http://code.google.com/p/yi-editor/issues/detail?id=250 Both of these should page down, page up, then move to end of buffer. Instead, they move to the end of the first screen. yi --as=vi README C-d, C-u, G yi

Issue 250 in yi-editor: Cursor movement sometimes fails in vim keymap

2009-03-15 Thread codesite-noreply
Comment #8 on issue 250 by kballard: Cursor movement sometimes fails in vim keymap http://code.google.com/p/yi-editor/issues/detail?id=250 I have nothing at all special about my config. I don't know how to reproduce it - it only occurs sometimes, and immediately after it occurs, things work

Issue 250 in yi-editor: Cursor movement sometimes fails in vim keymap

2009-03-15 Thread codesite-noreply
Comment #7 on issue 250 by nicolas.pouillard: Cursor movement sometimes fails in vim keymap http://code.google.com/p/yi-editor/issues/detail?id=250 I experience this quite often (using the Vim keymap), I didn't took the time to reproduce it. -- You received this message because you are list

Issue 250 in yi-editor: Cursor movement sometimes fails in vim keymap

2009-03-15 Thread codesite-noreply
Comment #6 on issue 250 by JeanPhilippe.bernardy: Cursor movement sometimes fails in vim keymap http://code.google.com/p/yi-editor/issues/detail?id=250 I don't think I have ever experienced this. Can you give move info about your config? (FWIW this could be explained by abuse of the pointDri

Issue 250 in yi-editor: Cursor movement sometimes fails in vim keymap

2009-03-15 Thread codesite-noreply
Comment #5 on issue 250 by kballard: Cursor movement sometimes fails in vim keymap http://code.google.com/p/yi-editor/issues/detail?id=250 Any command in the emacs keymap that can move the point outside of the current window has the possibility of stopping on the edge of the window without s

Issue 250 in yi-editor: Cursor movement sometimes fails in vim keymap

2009-03-15 Thread codesite-noreply
Comment #4 on issue 250 by JeanPhilippe.bernardy: Cursor movement sometimes fails in vim keymap http://code.google.com/p/yi-editor/issues/detail?id=250 Can you explain how to reproduce with emacs keymap? (BTW, please keep the comments on topic --use the mailing list for discussion, or open a

Issue 250 in yi-editor: Cursor movement sometimes fails in vim keymap

2009-03-14 Thread codesite-noreply
Comment #3 on issue 250 by kballard: Cursor movement sometimes fails in vim keymap http://code.google.com/p/yi-editor/issues/detail?id=250 I should point out that this bug isn't related to the vim keymap - I see it using the emacs keymap. Also, in response to having the point outside the win

Issue 250 in yi-editor: Cursor movement sometimes fails in vim keymap

2009-03-14 Thread codesite-noreply
Comment #2 on issue 250 by jeffwheeler: Cursor movement sometimes fails in vim keymap http://code.google.com/p/yi-editor/issues/detail?id=250 I think a related question is whether it should be possible to have the point outside the current display. In my opinion, this should definitely be pe

Issue 250 in yi-editor: Cursor movement sometimes fails in vim keymap

2009-03-14 Thread codesite-noreply
Comment #1 on issue 250 by kballard: Cursor movement sometimes fails in vim keymap http://code.google.com/p/yi-editor/issues/detail?id=250 I see this happen with any type of movement that can go outside of the visible window. Quite irritating. -- You received this message because you are li

Issue 250 in yi-editor: Cursor movement sometimes fails in vim keymap

2009-03-14 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 250 by viraptor: Cursor movement sometimes fails in vim keymap http://code.google.com/p/yi-editor/issues/detail?id=250 What steps will reproduce the problem? 1. Load a file that takes over 1 screen 2. Go to the beginning of th