Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 (MC840302); site mcvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!mcvax!jaap From: jaap@mcvax.UUCP (Jaap Akkerhuis) Newsgroups: net.bugs.4bsd,net.unix-wizards,net.text Subject: Re: -ms accent bug Message-ID: <560@mcvax.UUCP> Date: Sun, 31-Mar-85 01:30:07 EST Article-I.D.: mcvax.560 Posted: Sun Mar 31 01:30:07 1985 Date-Received: Sat, 6-Apr-85 01:43:18 EST References: <384@gargoyle.UChicago.UUCP> Reply-To: jaap@mcvax.UUCP (Jaap Akkerhuis) Followup-To: net.text Organization: CWI, Amsterdam Lines: 25 Xref: watmath net.bugs.4bsd:1440 net.unix-wizards:12708 net.text:394 In article <384@gargoyle.UChicago.UUCP> mark@gargoyle.UUCP ( Turner) writes: > Apparently, in 1983 the -ms macros were revised to > include a .AM macro which, when placed at the head of > a file to be formatted by nroff/troff, allowed one to use > various new accents and characters. /usr/lib/tmac/tmac.s > on our 4.2 system contains the lines... Apparently, somebody in Berkeley thought it was a good idea to replace the /usr/lib/tmac/tmac.s with something completly different for what has been known before as ``the -ms'' [n]troff macros. All of the enhancement's will probably work perfect in Berkeley, but not with any other ``-ms'' package. Rename /usr/lib/tmac/tmac.s into ``-mBms'' (/usr/lib/tmac/tmac.Bms) for Berkeley (consider it Broken ms) and rename ``-mos'' to ``-ms''. Back to the problems with your accents (dyacritical marks). These things are always installation (better, output device) dependent, since the strings like \* tend to produce a lot of local motions, only effective on certain types of output devices. So no general solution is available. Good luck anyway, Jaap.