Switching to some emacs shell buffers moves the cursor to the beginning of the buffer
- by yuvilio
I run Emacs 24 with prelude and a few shells that i invoke at the start ( e.g.: (shell "*shell*_spare") ).
When i switch to some of them (C-x b), my cursor lands at the beginning of the buffer, rather than when it last left off (typically the end of the buffer after the last command I ran). The strange thing is that this does not happen for all the shell buffers that I set up in the same way but with different names. When I switch to them, the cursor is where it last left off.
Any ideas how I can make the cursor always be where it last was or at the bottom?