Newsgroups: comp.text Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!sdd.hp.com!news.cs.indiana.edu!ux1.cso.uiuc.edu!osiris.cso.uiuc.edu!funk From: funk@osiris.cso.uiuc.edu (Bruce Funk) Subject: Re: Esc and Nroff Message-ID: <1991May22.131730.19938@ux1.cso.uiuc.edu> Keywords: nroff Sender: usenet@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana References: <1991May18.202457.26294@ux1.cso.uiuc.edu> Date: Wed, 22 May 1991 13:17:30 GMT Lines: 12 I wrote: >I need to imbed some Printer control Escape sequences in my nroff source, >but the formatter keeps eating the Esc character. From several of the replies, I 'm getting the idea that my nroff may be somewhat unique (flawed??) in eating the Esc character. Many solutions, including fake characters that are later sed'd into Esc, but a tip of the hat to Dan Berry for pointing out that ditroff derived nroff's will accept \N'x' to generate the xth character of the current font. Thus \N'27' solved my problem -Bruce_