Newsgroups: comp.sys.next
Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!igelkott
From: igelkott@athena.mit.edu (Wesley R Schaal)
Subject: Re: kermit won't recognize escape sequence
Message-ID: <1991Apr5.043121.1575@athena.mit.edu>
Sender: news@athena.mit.edu (News system)
Organization: Massachusetts Institute of Technology
References: <32470@mimsy.umd.edu>
Date: Fri, 5 Apr 91 04:31:21 GMT
Lines: 18

In article <32470@mimsy.umd.edu> wilson@mimsy.umd.edu (Anne Wilson) writes:
>Help!  I can't seem to get kermit to recognize its escape
>sequences.  It connects to my remote site properly, but I'm
>unable to escape back to my local kermit.  I've tried cntl-\,
>cntl-], and other random junk.  Is it my modem settings?
>Is it my keyboard mapping (I haven't changed anything since
>I got my Station)?  Is it *ME*???
>
>Anne

Doesn't work for me either. It probably is due to a keyboard mapping defect,
but I just avoid the problem with the following:

Type into Kermit (or your .kermrc file) 

	set esc 28

Now you should be able to escape back with ^] 
