Is there a way to make TAB pass through to the shell in Emacs "Shell-mode"? I'm starting interactive console inside Shell inside Emacs and it normally prints list of candidates in response to TAB
I tried M-x local-set-key RET C-z self-insert-command, but that just inserts TAB in the Shell buffer