When running terminal mode in Emacs using M-x term using C-x C-o I cannot switch to another buffer to continue working on things. I know that this is p
With the assumption that you are using a Linux distro:
Ctrl + d to terminate the Terminal Emulator processC-c k then ENTER to kill the associated bufferIn terminal mode you have to use C-c o to switch to the other buffer. C-c is the "terminal escape character"
http://www.gnu.org/s/libtool/manual/emacs/Terminal-emulator.html