Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!ames!ncar!asuvax!mcdphx!mcdchg!att!chinet!les From: les@chinet.chi.il.us (Leslie Mikesell) Newsgroups: comp.unix.i386 Subject: Re: ESIX the other side Message-ID: <9811@chinet.chi.il.us> Date: 18 Oct 89 13:52:19 GMT References: <907@fiver.UUCP> <608@aablue.UUCP> Reply-To: les@chinet.chi.il.us (Leslie Mikesell) Organization: Chinet - Chicago Public Access UNIX Lines: 14 In article <608@aablue.UUCP> jb@aablue.UUCP (John B Scalia) writes: >PSS. I had to use vi last night with ESIX and noticed something real peculiar: >it won't allow me to type in a "@" in insert mode. Is there a work-around or >do I have something really F*'d up? I've not noticed any problem with vi on >our CT regarding this problem. This is the normal behaviour when @ is your kill character (the usual sysV default). Put something like: stty kill '^x' erase '^h' echoe in your .profile to fix it. Les Mikesell les@chinet.chi.il.us