From mboxrd@z Thu Jan 1 00:00:00 1970 To: rog@vitanuova.com, 9fans@localhostnl.demon.nl Subject: Re: [9fans] a small change to acme From: William Staniewicz MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-ycndonbvvtbdnpwuppknhzmutv" Message-Id: <20010223132141.843BB199D7@mail.cse.psu.edu> Date: Fri, 23 Feb 2001 14:17:44 -0500 Topicbox-Message-UUID: 69b89d50-eac9-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-ycndonbvvtbdnpwuppknhzmutv Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit This was posted back last month and I would like to implement it now. What are the steps to installing it? Is 'wrap/inst' involved? -Bill --upas-ycndonbvvtbdnpwuppknhzmutv Content-Type: message/rfc822 Content-Disposition: inline Received: from punt-14.mail.nl.demon.net ([194.159.73.25]) by localhostnl; Thu Jan 11 18:43:27 EST 2001 Received: from punt-12.mail.nl.demon.net by mailstore for wstan@localhostnl.demon.nl id 979224017:12:13185:13; Thu, 11 Jan 2001 14:40:17 GMT Received: from psuvax1.cse.psu.edu ([130.203.4.6]) by punt-14.mail.nl.demon.net id aa1424068; 11 Jan 2001 14:39 GMT Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.20.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 00710199ED; Thu, 11 Jan 2001 09:39:10 -0500 (EST) Received: from presto.hci-net (unknown [212.240.227.6]) by mail.cse.psu.edu (CSE Mail Server) with SMTP id 0DC93199E9 for <9fans@cse.psu.edu>; Thu, 11 Jan 2001 09:38:29 -0500 (EST) 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 Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0 Precedence: bulk List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Thu, 11 Jan 2001 15:42:05 0000 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; --upas-ycndonbvvtbdnpwuppknhzmutv--