Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: size of kill-ring?



Andy Spiegl wrote:
> is there any way I can change the size of the kill-ring?
>  Andy.

Rewrite zle to make the constant KRINGCT dynamic.  This looks a fairly
easy project, and (in 4.1) there's already an interface for changing the
size via the new $killring zle parameter.  I may do this if I get bored
and no-one else does it first.

The one gotcha I can see is you would have to rely on any function
setting $killring to limit the length itself.  However, as far as I
know, at the moment there aren't any.

pws


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author