From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 2 Oct 2012 21:45:47 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] acme Edit bug Topicbox-Message-UUID: bc5fb9d6-ead7-11e9-9d60-3106f5b1d025 On Tue Oct 2 18:46:26 EDT 2012, mirtchovski@gmail.com wrote: > Edit (or something in its chain) appears to be broken on buffer > boundary in p9p and in plan9. To test: >=20 > $ perl -e '{print "A"x1023;}' > t.txt # for plan9 acme replace 1023 wit= h 8191 > $ echo [any multibyte utf rune, for example =D0=A9] >> t.txt or with ubiquitous tools and codepoints awk 'BEGIN{for(i =3D 0; i < 8191; i++) printf "a"; print "=E2=98=BA"}' >= m - erik