Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: size of kill-ring?
- X-seq: zsh-users 5810
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-users@xxxxxxxxxx (Zsh users list)
- Subject: Re: size of kill-ring?
- Date: Thu, 23 Jan 2003 17:28:57 +0000
- In-reply-to: "Andy Spiegl"'s message of "Thu, 23 Jan 2003 12:15:22 EST." <20030123121522.A30777@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
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