Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
weird history bug (involves unicode characters)
- X-seq: zsh-workers 25683
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: weird history bug (involves unicode characters)
- Date: Thu, 18 Sep 2008 14:15:12 +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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=BfLSJLUFrf8xx0SjdG/hN/Xt4qoURypL8oUHS+CaBNk=; b=dO9Z25aEwLe7Gu2+XHKveCPPt7mu3CvQM1ziX+1i7E3sNIcXmn9RNIAIJVk8aNlREg ztGVYRbtPypzTb0uzANCwoXe+NVboGJX5GDcjHVOEI+DwRF2V9fnSazZ6TB3niPCZPe3 /ToCCE0h5vp1JUKSERq42ym5yB5Puf2JDCjfY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=NL73Nnl5czysTc7OKGD7wP01bB0My+cQU+5xEuZjAHQ7Xbog5lUNOQIoCLEvgyXYg2 4XPbEHPrxG9R650fpjVyPnXLF7sHBbA62NgmFnqC/qt2ZK0DAYqNLRbl3/vqaEhtolzp 4teGz98ZedWOUKZbRG2nQKyDNPW6BJohhFot8=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
zsh -f<enter>
: ト<enter>
<alt-.>
#this brings back the ト
<ctrl-c>
<uparrow>
only the colon appears, and alt-. also stops working completely
if you had more commands earlier in history you can't access them
via alt-., though uparrow still works, it just leaves out the ト.
And the character I have been using is 30c8, though it happens for others
as well. It doesn't happen for コ (30b3) and セ (30bb), and it does additionally
happen to ラ (30e9) and マ (30de). The only thing I can see in the bit pattern
of those numbers is that the seventh (from the right) bit is set for the three
failing chars i found so far, and not for the other two.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author