Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!sdcsvax!sdcrdcf!hplabs!sri-unix!rad@mitre-bedford.ARPA From: rad@mitre-bedford.ARPA Newsgroups: net.unix-wizards Subject: Re: Writer's workbench Message-ID: <12395@sri-arpa.UUCP> Date: Wed, 26-Sep-84 13:14:00 EDT Article-I.D.: sri-arpa.12395 Posted: Wed Sep 26 13:14:00 1984 Date-Received: Sun, 30-Sep-84 04:11:40 EDT Lines: 43 I installed wwb on our BSD4.1 VAX in August. It runs fine, but there are a couple of things you might want to know about when you install it. First, you won't be able to 'tar' it off tape, as the installation guide tells you. At first I tried using 'dd' and editing out the files one by one, but that was a bit much. I found by experimentation that the BSD release, like System III/V, is done in cpio format. The release has some nice utilities for configuring itself to your system (directory locations, etc.). The actual install is pretty easy. One problem you might have is that a couple of routines from the string(3) library are renamed. 'rindex' is 'strrchr', and 'index' is 'strchr'. Put a "-Dstrchr=index" and "-Dstrrchar=rindex" in your makefile CFLAGS line to care of these. (Thanks to Guy Harris: [...!rlgvax!guy] for this timely tip.) One change that I made and that you may too is the substitution of the 'more' command for 'cat' in many of the shell scripts that type out help files. As for the 'org' command (bierma@nprdc's earlier response): the lex code which diddles with your nroff input expects -mm macros. Its output is piped to nroff for formatting with the mm macros. The bug section of the manual page admits that the restriction to -mm is a problem. I found that by changing the org shell to nroff the output of the lex program with the -ms macros, I still got fair results. According to the August Unix Review, the mm macros are a descendant of the ms macros. Apparently, they are close enough for org to do its work. One last point. It was not clear from the advertising literature or from the conflicting reports we received from the people at Western Electric that wwb expects and, in some cases, requires [nt]roff input. We planned to use wwb to analyze documents prepared on another word processing system (word11). It works well enough with most commands on plain text. (Org is not one of these.) However, non-nroff users should not expect full functionality or accuracy. Dick Dramstad rad@mitre-bedford.arpa ...!linus!bccvax!rad