all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* package wanted: browse kill-ring, but works like undo-tree
@ 2013-04-22 16:10 Steven Degutis
  2013-04-22 16:23 ` Drew Adams
  2013-04-22 16:31 ` Le Wang
  0 siblings, 2 replies; 6+ messages in thread
From: Steven Degutis @ 2013-04-22 16:10 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1045 bytes --]

I recently tried `browse-kill-ring` (on melpa) and in theory it's really
cool. But the way it works with window-configurations and such ends up
ruining my windows. Plus the way you exit out of it isn't idiomatic for an
emacs package.

I brought these up to the author but he seems uninterested in making these
fixes. Would anyone else be willing to make such a package?

Basically, when you do `M-x browse-kill-ring` (or however you'd bind it),
it would open a new window with the contents of the kill ring in rows,
separated by some kind of line. You could then move up and down between
them with 'n' and 'p', and as you do so, it would update your original
buffer live, yanking the text right into your buffer as if you pasted it.
Each time you move across the kill ring "list", it would replace in your
buffer the last snippet with the current one you're on. When you find the
one you want, you'd just do 'q' to close the window. Or you could "cancel"
the whole operation by some other key (not sure which one makes the most
sense).

-Steven

[-- Attachment #2: Type: text/html, Size: 1235 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-04-23  0:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22 16:10 package wanted: browse kill-ring, but works like undo-tree Steven Degutis
2013-04-22 16:23 ` Drew Adams
2013-04-22 16:42   ` Steven Degutis
2013-04-22 16:31 ` Le Wang
2013-04-22 16:45   ` Steven Degutis
2013-04-23  0:05     ` Le Wang

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.