GNU Zile (Zile is Lossy Emacs) - Tasks: task #11066, Implement a fully functional...
You are not allowed to post comments on this tracker with your current authentication level.
task #11066: Implement a fully functional kill-ring
Submitter: | Gary V. Vaughan <gary> | ||
Submitted: | Tue 05 Apr 2011 06:27:12 AM UTC | ||
Should Start On: | Tue 05 Apr 2011 12:00:00 AM UTC | Should be Finished on: | Tue 05 Apr 2011 12:00:00 AM UTC |
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | None |
Open/Closed: | Open | Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
Emacs provides a kill-ring that can be pushed (^K), popped (^Y) and rotated (M-Y) for efficient and pleasant management of cut-n-paste operations.
Neither C nor Lua versions of Zile support a kill-ring as such, and save only the last kill command; although consecutive ^K's do append correctly rather than replace in C Zile.
There does appear to be nascent support already, although the implementation is not yet complete. What remains is to upgrade from a kill-buffer to an actual kill ring, and then to add and bind the yank-pop command.