From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: rog@vitanuova.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010111143829.0DC93199E9@mail.cse.psu.edu> Subject: [9fans] a small change to acme Date: Thu, 11 Jan 2001 15:42:05 +0000 Topicbox-Message-UUID: 4bb37d20-eac9-11e9-9e20-41e7f4b1d025 the following change makes the Edit = and =# commands much more useful under acme. % diff /sys/src/cmd/acme/ecmd.c ecmd.c 677a678,679 > if (t != nil && t->file != nil && t->file->name != nil) > warning(nil, "%.*S:", t->file->nname, t->file->name); 687c689,690 < warning(nil, "; "); --- > warning(nil, "\n"); > return;