Status: Accepted Owner: gwern0 Labels: Type-Defect Priority-Low New issue 212 by gwern0: Emacs bindings modify killring when they shouldn't http://code.google.com/p/yi-editor/issues/detail?id=212
The fundamental issue is that in Emacs, if one C-k a line, and then backspaces over a few stray characters, C-y restores the first line. None of the C-d/backspace/del/one-character-functions are supposed to touch the killbuffer. But this is not the case with Yi. If one C-ks a line, then backspaces over a '#', say, C-y then inserts a '#'. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
