On Mon Aug 30 07:22:48 EDT 2010, [email protected] wrote:
> > 1. <insert> in acme on a string like /usr/quanstro/src/
> > inserts another / for each keypress.
>
> I don't know what this means.
> Acme has no <insert>.
> I haven't seen this.
oh, sure it does.
/mnt/term/usr/quanstro/plan9/src/cmd/acme/text.c:792,799
switch(r){
case 0x06: /* ^F: complete */
case Kins:
rp = textcomplete(t);
if(rp == nil)
return;
nr = runestrlen(rp);
break; /* fall through to normal insertion case */
oddly¸ i see that the arm port has exactly the same bug.
- erik