On Monday, September 17, 2012 8:02:09 AM UTC-5, Edward K. Ream wrote:

> One bug remains: for some reason, backspace doesn't get handled properly 
in the minibuffer screencast.

This was a "user" error, not a bug in the screencast plugin itself.  
Indeed, it is useless to do m.plain_keys('\b\b\t') when in the minibuffer, 
because the tab will undo the effects of the previous backspaces.  Instead, 
one should do::

    m.plain_keys('\b\b')

in one node to show the effects of the backspaces on the completion list, 
and then do::

    m.plain_keys('\t')

in the next node to show the effects of the new tab completion.

Test .leo now has an example of this in an expanded explanation of tab 
completion.

Edward

-- 
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/-/-tZW4K7zXXcJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to