Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site umcp-cs.UUCP Path: utzoo!watmath!clyde!cbosgd!gatech!seismo!umcp-cs!mark From: mark@umcp-cs.UUCP (Mark Weiser) Newsgroups: net.unix-wizards Subject: Re: An oldie and a newie. Message-ID: <2610@umcp-cs.UUCP> Date: Fri, 20-Dec-85 18:28:38 EST Article-I.D.: umcp-cs.2610 Posted: Fri Dec 20 18:28:38 1985 Date-Received: Sat, 21-Dec-85 14:42:15 EST References: <525@smeagol.UUCP> Reply-To: mark@maryland.UUCP (Mark Weiser) Distribution: net Organization: U of Maryland, Computer Science Dept., College Park, MD Lines: 14 In article <525@smeagol.UUCP> earle@smeagol.UUCP (Greg Earle) writes: >... So, how do you get >"\n"s into an [nt]roff document without them being interpreted? Use \e in place of \. Doubling \'s will sometimes not work because each level of n/troff processing strips one off, and you can never tell how many levels are happening because of macro preprocessing and so on. \e is define to be the graphic representation of the escape character, but is never itself treated as an escape. So, for \n, use \en. -mark -- Spoken: Mark Weiser ARPA: mark@maryland Phone: +1-301-454-7817 CSNet: mark@umcp-cs UUCP: {seismo,allegra}!umcp-cs!mark USPS: Computer Science Dept., University of Maryland, College Park, MD 20742