I am using GNU Emacs 23.1.50.1 (i486-pc-linux-gnu).
What I want is conceptually simple, [TAB] indicates that I press the TAB key.
M-x shell
erik@furby:~$ ls
bin Desktop Documents Dropbox R.tools
erik@furby:~$ cd Drop[TAB]
and tab completion works fine (i.e., Dropbox is completed)
However, as soon as I ssh, this no longer works.
ssh [email protected]
Terminal = dumb
erik@remote:~> ls
bin private
erik@remote:~> cd priv[TAB]
and the minibuffer displays "No completions of priv"
I've found others with the same problems, but could not discern the solution.