From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9d64cd96dc0db8690a4fdccc5b24d394@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Highlighting in Acme From: "rob pike, esq." MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 11 Apr 2002 14:48:11 -0400 Topicbox-Message-UUID: 764d362e-eaca-11e9-9e20-41e7f4b1d025 You can fix the silly acme bug by adding the second condition in this if from number() in /sys/src/cmd/acme/addr.c Forward: while(line>0 && q1file->nc) if(textreadc(t, q1++) == '\n' || q1==t->file->nc) if(--line > 0) q0 = q1; When the new distribution happens, very soon I hope, this and many other bugs will be fixed, along with the addition of lots of new ones. -rob