emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: kill-ring visualization


From: Stefan Monnier
Subject: Re: kill-ring visualization
Date: Thu, 18 Mar 2010 10:06:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux)

> I find browse-kill-ring very convenient.
> It cleverly advices m-y so if its run before any preceding yank, it
> shows the contents of the kill-ring and the user can select one entry to
> be yanked.
> Could something like this be included in Emacs-24? I feel it would be
> useful to newcomers (and old-timers with bad short-term memory like me)

I think it's indeed a very nice feature.  I end up not using it much,
but at least it seems like a natural use for M-y.

OTOH the few times I've used it I wished it use a form of completion.
Basically, I'd like it to use an interface similar to completing-read,
except maybe that it'd bring up the *Completions* buffer right away (and
that the completion would use a substring search).

So I think if we want to enable such a feature by default, it'd need to
be better integrated with the completion code.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]