Path: utzoo!attcan!uunet!know!sdd.hp.com!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!apple!agate!ucbvax!thumper.bellcore.com!nsb From: nsb@thumper.bellcore.com (Nathaniel Borenstein) Newsgroups: comp.soft-sys.andrew Subject: Re: preview under X.11 OK Message-ID: Date: 10 Oct 90 19:05:41 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 16 Aha, the problem was in my AndrewSetup. (If I'd known the preview program was supposed to work, I would have looked for this sooner -- boy do I feel stupid for living without it for a year!) In case anyone else is having a similar problem, my old AndrewSetup had the following lines: *.formatcommand: eqn /tmp/%s.n | /usr/local/pkg/X11/andrew/bin/ditroff -Tpsc - | /usr/local/bin/psdit | *.printcommand: lpr In order to make previewing work, I just changed them to the following: *.formatcommand: eqn /tmp/%s.n | /usr/local/pkg/X11/andrew/bin/ditroff -Tpsc - | *.printcommand: /usr/local/bin/psdit | lpr Thanks for waking me up on this one, Mark!