1

Trying to run telnet in Emacs shell I cannot figure out how to send ^] to terminate it.

wvxvw
  • 11,222
  • 2
  • 30
  • 55

1 Answers1

4

You should be able to press C-q to run quoted-insert to insert any key chord you want. So pressing C-q C-] will insert ^] into the buffer instead of running the command bound to C-]

Jules
  • 1,275
  • 7
  • 12