Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Size zero allocations
- X-seq: zsh-workers 13586
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Size zero allocations
- Date: Wed, 7 Mar 2001 11:09:39 +0100 (MET)
- In-reply-to: "Bart Schaefer"'s message of Tue, 6 Mar 2001 17:13:34 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
> Press kill-whole-line at an empty prompt, and ElectricFence reports:
>
> zagzig% ^U
> ElectricFence Aborting: Allocating 0 bytes, probably a bug.
>
> Is this, in fact, a bug?
Well, adding an empty string to the kill ring doesn't seem to make
much sense... maybe we should just add a `if (!ct) return;' to cut()
(in zle_utils.c)?
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author