[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Least Recently Used stack based kill-ring manipulation
From: |
Le Wang |
Subject: |
Least Recently Used stack based kill-ring manipulation |
Date: |
8 Jul 2006 01:51:30 -0700 |
User-agent: |
G2/0.2 |
I always thought the way the kill-ring works was less than intuitive.
Instead of moving around in a ring, it would be more useful to me if
the stuff I yank are moved to the top of a stack.
This fits my usage scenarios better. I occasionally yank stuff far
away from each other in the ring, which is difficult with the default
yank functions. And I never refer to the stuff I I yanked long ago.
This is similar to how windows are ordered in Windows. So here it is.
http://www.emacswiki.org/cgi-bin/emacs/LRU-yank.el
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Least Recently Used stack based kill-ring manipulation,
Le Wang <=