Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: weird history bug (involves unicode characters)
- X-seq: zsh-workers 25691
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: weird history bug (involves unicode characters)
- Date: Thu, 18 Sep 2008 23:27:09 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Wr7Nxx8lhWRD26l5Ylv4Sh9UfGIMQ1yOv87u+RpCdgg=; b=YmEGnSVKEL3z1iDqa9dPYn3XNVWblMkbycSpc/Z2etBDT0wHKosTOeGLF2TI5s5oQA NKNv0XUPzzNtX1+VkdvMxI4D2sSOLfa3OJxNTua8AwTJWOLoOmvUV+cq648p7/vUFEf/ N98jbVBdR17q9C4EHE6y4MWJZLtLlVLcPX44s=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=LsdHS62HnP26i+ZZtSKBiPwNHRL5YjqGkaetA9MC2p8NAB5U6qYQSXxLJstLS3lans h5ytPu/QoqApYhDM8PiKSODkGCZhwAM7/fOKEybieYKrLrm17EuzrcXJqk6c5FYmO2sg BeBFArsk1myERtt7Pt1MxtmAzHEWtfARA+yRg=
- In-reply-to: <20080918213322.6a3b7c58@pws-pc>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <237967ef0809180515p784beb03ud7a78129089c4e2c@xxxxxxxxxxxxxx> <20080918213322.6a3b7c58@pws-pc>
2008/9/18 Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>:
> On Thu, 18 Sep 2008 14:15:12 +0200
> "Mikael Magnusson" <mikachu@xxxxxxxxx> wrote:
>> zsh -f<enter>
>> : ト<enter>
>> <alt-.>
>> #this brings back the ト
>> <ctrl-c>
>> <uparrow>
>>
>> only the colon appears, and alt-. also stops working completely
>
> I can't work out why no one else sees these problems...
>
> I should never have made stringaszleline() modify the string in place.
> It was supposed to be more efficient but I keep forgetting. I should
> perhaps make it a flag which should be enough to remind me.
Thanks, this fixes the problem for me. I've seen the problem intermittently
for a while, but it wasn't until today that I figured out that
insert-last-word was the problem.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author