Next: Q5.0.8, Previous: Q5.0.6, Up: Miscellaneous
I’m using the Emacs M-x shell function, and I would like to invoke and use a telnet session within it. Everything works fine except that now all ‘^M’’s are filtered out by Emacs. Fixes?
Use M-x rsh or M-x telnet to open remote sessions rather
than doing rsh or telnet within the local shell buffer. You can also
use M-x ssh to open secure remote session if you have ssh
installed.