comparison lisp/comint/kermit.el @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 0293115a14e9
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
63 ;; assumes it is supposed to be in remote mode. So the simple command "kermit" 63 ;; assumes it is supposed to be in remote mode. So the simple command "kermit"
64 ;; won't work in shell mode on such a system. You can get around this by using 64 ;; won't work in shell mode on such a system. You can get around this by using
65 ;; the -c (connect) command line option, which means you also have to specify a 65 ;; the -c (connect) command line option, which means you also have to specify a
66 ;; line and baud on the command line, as in "kermit -l /dev/tty53 -b 9600 -c". 66 ;; line and baud on the command line, as in "kermit -l /dev/tty53 -b 9600 -c".
67 ;; However, this will cause kermit to exit when the connection is closed. So 67 ;; However, this will cause kermit to exit when the connection is closed. So
68 ;; in order to do a file transfer, you have to think ahead and and add -r 68 ;; in order to do a file transfer, you have to think ahead and add -r
69 ;; (receive) to the command line. This means that you can't use the server 69 ;; (receive) to the command line. This means that you can't use the server
70 ;; feature. The only fix I can see is to muck around with the source code for 70 ;; feature. The only fix I can see is to muck around with the source code for
71 ;; kermit, although this probably wouldn't be too hard. What is needed is an 71 ;; kermit, although this probably wouldn't be too hard. What is needed is an
72 ;; option to force kermit to be local, to use stdin and stdout for interactive 72 ;; option to force kermit to be local, to use stdin and stdout for interactive
73 ;; speech, and to forget about cbreak mode. 73 ;; speech, and to forget about cbreak mode.