Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rochester!ken From: ken@rochester.arpa (Ken Yap) Newsgroups: comp.windows.x,comp.lang.apl Subject: Re: APL vfont (was Re: Looking for an APL font for Xwindows . . .) Message-ID: <1164@sol.ARPA> Date: Thu, 6-Aug-87 18:51:54 EDT Article-I.D.: sol.1164 Posted: Thu Aug 6 18:51:54 1987 Date-Received: Sat, 8-Aug-87 13:56:45 EDT References: <138@ncifcrf.UUCP> <1054@water.waterloo.edu> <625@zhmti.UUCP> Reply-To: ken@rochester.UUCP (Ken Yap) Distribution: world Organization: U of Rochester, CS Dept, Rochester, NY Lines: 10 Keywords: APL Xwindows interpeter uuencoded vfont Xref: mnetor comp.windows.x:1212 comp.lang.apl:60 I should also mention that prang, which has been replaced by hoser had an .onx font for APL. I use it with this shell script called xapl: #! /bin/sh exec xterm -fn apl.r.10 -e /usr/grads/bin/apl -m $* I wanted to teach xterm to do non-destructive backspacing but it was too far down my todo list. Ken