From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Mon, 30 Aug 2010 07:38:07 -0400 To: rsc@swtch.com, 9fans@9fans.net Subject: Re: [9fans] P9p on Fedora 12 Message-ID: <4bd7aaa3effec6d1152b864f1c28bf73@plug.quanstro.net> In-Reply-To: References: <161c27f3-93af-4f06-86de-7d1c7e473a4b@u20g2000yqu.googlegroups.com> <75395937b512b64fc9892f1401515e04@plug.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Topicbox-Message-UUID: 4abc590c-ead6-11e9-9d60-3106f5b1d025 On Mon Aug 30 07:22:48 EDT 2010, rsc@swtch.com wrote: > > 1.   in acme on a string like /usr/quanstro/src/ > > inserts another / for each keypress. > > I don't know what this means. > Acme has no . > 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