[comp.soft-sys.andrew] preview under X.11 OK

mss+@andrew.cmu.edu (Mark Sherman) (10/11/90)

I have not had problems running Andrew's preview under X.11 (on an
RT with a megapel display).
		-Mark

nsb@thumper.bellcore.com (Nathaniel Borenstein) (10/11/90)

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!