Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!uakari.primate.wisc.edu!xanth!xanth.cs.odu.edu!tadguy From: tadguy@cs.odu.edu (Tad Guy) Newsgroups: comp.sys.amiga Subject: Re: dnet Message-ID: Date: 13 Mar 90 00:05:08 GMT References: <1990Mar12.212420.3561@cunixf.cc.columbia.edu> Sender: news@cs.odu.edu Organization: Old Dominion University, Norfolk, VA Lines: 33 In-reply-to: es1@cunixb.cc.columbia.edu's message of 12 Mar 90 21:24:20 GMT In article <1990Mar12.212420.3561@cunixf.cc.columbia.edu> es1@cunixb.cc.columbia.edu (Ethan Solomita) writes: > I was hoping someone could help me with problems I'm having using > dnet with a unix emacs. The machine is a Sun/4 with BSD4.3 Suns (at least not yet) don't run Berkeley UNIX. They run some varient of SunOS which is (increasingly less) based on Berkeley UNIX. > It is the standard emacs. Which standard emacs is that? :-) > I have used fterm and ftek all with the same problems. It appears to > be a vt100 emulation deficiency. Neither fterm or ftek are VT100 emulators. Fterm is your best bet, but don't tell SunOS you're a vt100 (because you're not). Tell it your terminal type is ``amiga''. If you're using SunOS 4, you're all set (in fact, this is the setup I'm using right now). If you're still using SunOS 3, get the amiga termcap posted to comp.sources.amiga (available from xanth.cs.odu.edu as /usenet/comp.sources.amiga/volume90/unix/amiga.tc-1.2.Z), uncompress it, save it in a file (say, ``~/amiga.tc''), then: setenv TERMCAP ~/amiga.tc set term=amiga tset (this assumes you use csh. The ~/ is important, as the TERMCAP variable must begin in a / for this to work; echo $TERMCAP to check). Ask your local UNIX wizard for assistance. ...tad