Next: , Previous: , Up: Miscellaneous  


Q5.0.7: Telnet from shell filters too much

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.