Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site gargoyle.UChicago.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!gargoyle!mark From: mark@gargoyle.UChicago.UUCP (Mark Turner) Newsgroups: net.bugs.4bsd,net.unix-wizards Subject: Re: -ms accent bug Message-ID: <384@gargoyle.UChicago.UUCP> Date: Tue, 26-Mar-85 23:32:43 EST Article-I.D.: gargoyle.384 Posted: Tue Mar 26 23:32:43 1985 Date-Received: Thu, 28-Mar-85 00:15:19 EST References: <> <> Reply-To: mark@gargoyle.UUCP ( Turner) Organization: U. Chicago - Computer Science Lines: 25 Xref: watmath net.bugs.4bsd:1431 net.unix-wizards:12589 Summary: /usr/lib/ms/s.acc bug 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 .de AM .so \*(\\s.acc .. meaning, I take it, read and use /usr/lib/ms/s.acc. Now, our /usr/lib/ms/s.acc contains the line .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' This should mean that when one types \*(d- in a file sent through n/troff, n/troff understands it as a lower case "eth", a character in Old English. The eth should look something like a partial-differential sign with a dash through the stem. The problem is: this line causes troff to print the partial-differential-sign, and then backspace TWICE to print a dash, and then proceed. It should only backspace ONCE. The result is: the dash occurs one character before it should, and the character that should succeed the eth is printed on top of the partial-differential sign. I am too stupid to read the above code. Can anyone tell me how to alter it so that the partial-differential sign and the dash are overstruck? Reply to . . . ihnp4!gargoyle!mark