Backspace deleted characters and moved node

2012-08-19 Thread SegundoBob
I was editing a file and I used backspace to delete three characters from 
the body of a node.  The characters were deleted, but in addition the node 
was moved left 2 levels and down 1 level.  I noticed because this happened 
to move the node out of Python coloring and into "plain" coloring.

Ctrl-Z (undo) undoes the character deletes in one step, then the node move 
in one step.

So first the node was moved, then the characters were deleted.

I could undo and redo the problem over and over, but I could not reproduce 
the problem.

Leo Log Window
Leo 4.11 devel, build 5419, 2012-07-27 09:16:33
Python 2.7.2, qt version 4.7.4
linux2
reading: /media/datw1/BobH/1/Leo/Leo.leo

openSUSE 12.1 
Kernel Linux 3.1.10-1.16-desktop
XFCE desktop environment

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/leo-editor/-/aZ_O3QMfpBUJ.
To post to this group, send email to leo-editor@googlegroups.com.
To unsubscribe from this group, send email to 
leo-editor+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.



Six: Python 2 and 3 Compatibility Library

2012-08-19 Thread Ville M. Vainio
http://packages.python.org/six/

Leo does similar abstraction, maybe some homegrown stuff could be replaced
with this module?

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to leo-editor@googlegroups.com.
To unsubscribe from this group, send email to 
leo-editor+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.